[Webkit-unassigned] [Bug 110186] Web Inspector: Output of inspector-protocol/page/javascriptDialogEvents.html bleeds into other tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 17 12:47:38 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=110186

Brian Burg <burg at cs.washington.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|The result of               |Web Inspector: Output of
                   |inspector-protocol/page/jav |inspector-protocol/page/jav
                   |ascriptDialogEvents.html is |ascriptDialogEvents.html
                   |bleeding into that of       |bleeds into other tests
                   |inspector/editor/brace-matc |
                   |her.html                    |

--- Comment #4 from Brian Burg <burg at cs.washington.edu> ---
Updating title, since other test is gone. From looking at the test, somehow the runBeforeUnloadConfirmPanel callback in WKTR runs on a later test.

It looks fishy to me that the beforeunload is added outside of runTests(). This could be triggered during the initial load, not from the runTests.

However, I think the cause of the flakyness is that this is a protocol test that tries to navigate the inspected page. Since the stub inspector is a nested iframe, there is a race between the main frame ("inspected page") navigating and the test completing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141217/9fd8b4c8/attachment-0002.html>


More information about the webkit-unassigned mailing list