Bug 121998
| Summary: | Layout Test http/tests/inspector/network/network-iframe-load-and-delete.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | Keywords: | LayoutTestFailure |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alexey Proskuryakov
The following layout test is flaky on Mac. Was flaky for a while.
http/tests/inspector/network/network-iframe-load-and-delete.html
Tests that if iframe is loaded and then deleted, inspector could still show its content. Note that if iframe.src is changed to "javascript:'...some html...'" after loading, then we have different codepath, hence two tests;
+error: No frame for given id found
http://127.0.0.1:8000/inspector/network/resources/resource.php
resource.type: document
resource.content before requesting content: undefined
+error: No frame for given id found
resource.content after requesting content: Hello world
http://127.0.0.1:8000/inspector/network/resources/resource.php
resource.type: document
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Marked as flaky in <http://trac.webkit.org/r156519>.
Brian Burg
The related test(s) have been removed from trunk.