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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks.html

Issue 2755513002: [DevTools] rebased tests for V8 roll (Closed)
Patch Set: better! Created 3 years, 9 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-step/debugger-step-out-custom-element-callbacks.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks.html
index e4363b8f850f5f008ec118127235850b17f720ae..56d73a51f1770e78b5adbdd1fb7949b381bb81c4 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks.html
@@ -45,11 +45,11 @@ function test()
var actions = [
"Print", // debugger; in createdCallback
"StepOut", "Print", // at foo.setAttribute()
- "StepInto", "StepInto", "Print", // at attributeChangedCallback
+ "StepInto", "Print", // at attributeChangedCallback
"StepOut", "Print", // at document.body.appendChild()
- "StepInto", "StepInto", "Print", // at attachedCallback
+ "StepInto", "Print", // at attachedCallback
"StepOut", "Print", // at foo.remove()
- "StepInto", "StepInto", "Print", // at detachedCallback
+ "StepInto", "Print", // at detachedCallback
"StepOut", "Print", // at testFunction() return point
];
InspectorTest.waitUntilPausedAndPerformSteppingActions(actions, step3);

Powered by Google App Engine
This is Rietveld 408576698