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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery.html

Issue 2647083002: [DevTools] disable frameworks tests for V8 roll (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery.html
index 56574fb6e2ca9a273401aaf141859e3906f59d72..a3d46fcfb6fd52c52a6001fe1e69daf6bf9429eb 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery.html
@@ -58,10 +58,10 @@ function test()
"StepInto", "StepInto", "Print", // entered onEachScript()
"StepInto", "StepInto", "Print", // again in onEachScript()
"StepOver", "StepOver", "Print", // again in onEachScript()
- "StepOut", "Print", // last time in onEachScript()
+ "StepOver", "StepOver", "Print", // again in onEachScript()
"StepOut", "Print", // about to execute jQuery.trigger()
"StepInto", "Print", // onTestEvent1
- "StepOut", "Print", // onTestEvent2
+ "StepOver", "StepOver", "Print", // onTestEvent2
kozy 2017/01/20 21:59:59 remove this one
"StepOver", "StepOver", "Print", // onTestEvent3
];
InspectorTest.waitUntilPausedAndPerformSteppingActions(actions, step3);

Powered by Google App Engine
This is Rietveld 408576698