Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-step-into-custom-element-callbacks-expected.txt
index 46b442c..1cf355b 100644 (file)
@@ -1,22 +1,20 @@
 Tests that stepping into custom element methods will lead to a pause in the callbacks.
 
-Debugger was enabled.
+[page] Invoked createdCallback.
+[page] Invoked attributeChangedCallback.
+[page] Invoked attachedCallback.
+[page] Invoked detachedCallback.
 Set timer for test function.
 Stepping to constructor...
 Stepping into constructor...
 PASS: Did step into event listener(createdCallback).
-Invoked createdCallback.
 Stepping to setAttribute...
 Stepping into setAttribute...
 PASS: Did step into event listener(attributeChangedCallback).
-Invoked attributeChangedCallback.
 Stepping to attachedCallback...
 Stepping into attachedCallback...
 PASS: Did step into event listener(attachedCallback).
-Invoked attachedCallback.
 Stepping to detachedCallback...
 Stepping into detachedCallback...
 PASS: Did step into event listener(detachedCallback).
-Invoked detachedCallback.
-Debugger was disabled.