Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-step-into-custom-element-callbacks-expected.txt
1 Tests that stepping into custom element methods will lead to a pause in the callbacks.
2
3 Debugger was enabled.
4 Set timer for test function.
5 Stepping to constructor...
6 Stepping into constructor...
7 PASS: Did step into event listener(createdCallback).
8 Invoked createdCallback.
9 Stepping to setAttribute...
10 Stepping into setAttribute...
11 PASS: Did step into event listener(attributeChangedCallback).
12 Invoked attributeChangedCallback.
13 Stepping to attachedCallback...
14 Stepping into attachedCallback...
15 PASS: Did step into event listener(attachedCallback).
16 Invoked attachedCallback.
17 Stepping to detachedCallback...
18 Stepping into detachedCallback...
19 PASS: Did step into event listener(detachedCallback).
20 Invoked detachedCallback.
21 Debugger was disabled.
22