Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events.html

Issue 1570663003: Mark some http/tests/inspector/resource-tree as slow, unflake others. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-while-loading.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698