| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events.html
|
| index b7b8d0331ef248f54541b6cf9345414c642a8884..15351adcc799dab95611ff724ac545e6a84dd6ec 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events.html
|
| @@ -8,7 +8,7 @@
|
|
|
| function test()
|
| {
|
| - InspectorTest.runAfterResourcesAreFinished(["dummy-iframe.html", "inspector-test.js", "resources-test.js", "resource-tree-test.js"], step1);
|
| + InspectorTest.runAfterResourcesAreFinished(["inspector-test.js", "resources-test.js", "resource-tree-test.js"], step1);
|
|
|
| function step1()
|
| {
|
| @@ -79,12 +79,10 @@ function test()
|
|
|
| </head>
|
|
|
| -<body>
|
| +<body onload="runTest()">
|
| <p>
|
| Tests top frame navigation events.
|
| </p>
|
| -
|
| -<iframe src="resources/dummy-iframe.html" onload="runTest()">
|
| -
|
| +<br>
|
| </body>
|
| </html>
|
|
|