| 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);
|
|
|