Bug 121998 - Layout Test http/tests/inspector/network/network-iframe-load-and-delete.html is flaky
Summary: Layout Test http/tests/inspector/network/network-iframe-load-and-delete.html ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-09-26 17:24 PDT by Alexey Proskuryakov
Modified: 2014-12-17 17:48 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-09-26 17:24:56 PDT
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
Comment 1 Alexey Proskuryakov 2013-09-26 17:26:54 PDT
Marked as flaky in <http://trac.webkit.org/r156519>.
Comment 2 Brian Burg 2014-12-17 17:48:35 PST
The related test(s) have been removed from trunk.