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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html

Issue 665983002: DevTools: Fix flaky debugger-uncaught-promise-on-dom-exception.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html
diff --git a/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html b/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html
index 1fd7dd2221cbe7c95b525a9a450e6e47042fccf3..a2db05762e5b6d5536eea8b9e2a1aeeb4f4c9418 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html
+++ b/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html
@@ -45,12 +45,12 @@ function test()
function step1()
{
- InspectorTest.addConsoleViewSniffer(addMessage, true);
InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
}
function didPause(callFrames, reason, breakpointIds, asyncStackTrace)
{
+ InspectorTest.addConsoleViewSniffer(addMessage, true);
InspectorTest.evaluateInPage("runPromisesFromInspector()", resumeExecution);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698