Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-step / debugger-step-into-custom-element-callbacks-expected.txt
blob1cf355b5511daa8a4d530af81ef21585442a79c4
1 Tests that stepping into custom element methods will lead to a pause in the callbacks.
3 [page] Invoked createdCallback.
4 [page] Invoked attributeChangedCallback.
5 [page] Invoked attachedCallback.
6 [page] Invoked detachedCallback.
7 Set timer for test function.
8 Stepping to constructor...
9 Stepping into constructor...
10 PASS: Did step into event listener(createdCallback).
11 Stepping to setAttribute...
12 Stepping into setAttribute...
13 PASS: Did step into event listener(attributeChangedCallback).
14 Stepping to attachedCallback...
15 Stepping into attachedCallback...
16 PASS: Did step into event listener(attachedCallback).
17 Stepping to detachedCallback...
18 Stepping into detachedCallback...
19 PASS: Did step into event listener(detachedCallback).