Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / debugger / custom-element-lifecycle-events-expected.txt
1 Tests that custom element lifecycle events fire while debugger is paused.
2
3 Debugger was enabled.
4 Custom element registered.
5 Invoked createdCallback.
6 new CustomElement() instanceof CustomElement = true
7 Script execution paused.
8 Invoked createdCallback.
9 new CustomElement() instanceof CustomElement = true
10 Invoked createdCallback.
11 Invoked attributeChangedCallback.
12 Invoked attachedCallback.
13 Invoked detachedCallback.
14 Script execution resumed.
15 Debugger was disabled.
16