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

Unified Diff: LayoutTests/inspector/timeline/timeline-network-resource.html

Issue 351873003: Unflaky test inspector/timeline/timeline-network-received-data.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: another test was adjusted Created 6 years, 6 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
Index: LayoutTests/inspector/timeline/timeline-network-resource.html
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource.html b/LayoutTests/inspector/timeline/timeline-network-resource.html
index ac94bf2ea0b6f732c82d1f810093299d22e8abda..1cae523912ddc761acf1be156b1338bc42574d9d 100644
--- a/LayoutTests/inspector/timeline/timeline-network-resource.html
+++ b/LayoutTests/inspector/timeline/timeline-network-resource.html
@@ -26,10 +26,10 @@ function test()
function step1()
{
InspectorTest.evaluateInPage("performActions()");
- InspectorTest.addConsoleSniffer(step2);
}
- function step2()
+ // It will be called from timeline-network-resource.js script by evaluateInWebInspector call.
+ InspectorTest.scriptEvaluated = function()
{
InspectorTest.stopTimeline(step3);
}

Powered by Google App Engine
This is Rietveld 408576698