| OLD | NEW |
| (Empty) |
| 1 Tests stepping out from custom element callbacks. | |
| 2 | |
| 3 [page] Invoked createdCallback. | |
| 4 [page] Invoked attributeChangedCallback. | |
| 5 [page] Invoked attachedCallback. | |
| 6 [page] Invoked detachedCallback. | |
| 7 Set timer for test function. | |
| 8 Call stack: | |
| 9 0) createdCallback (debugger-step-out-custom-element-callbacks.html:12) | |
| 10 1) testFunction (debugger-step-out-custom-element-callbacks.html:28) | |
| 11 | |
| 12 Executing StepOut... | |
| 13 Call stack: | |
| 14 0) testFunction (debugger-step-out-custom-element-callbacks.html:29) | |
| 15 | |
| 16 Executing StepInto... | |
| 17 Executing StepInto... | |
| 18 Call stack: | |
| 19 0) attributeChangedCallback (debugger-step-out-custom-element-callbacks.html
:25) | |
| 20 1) testFunction (debugger-step-out-custom-element-callbacks.html:29) | |
| 21 | |
| 22 Executing StepOut... | |
| 23 Call stack: | |
| 24 0) testFunction (debugger-step-out-custom-element-callbacks.html:30) | |
| 25 | |
| 26 Executing StepInto... | |
| 27 Executing StepInto... | |
| 28 Call stack: | |
| 29 0) attachedCallback (debugger-step-out-custom-element-callbacks.html:17) | |
| 30 1) testFunction (debugger-step-out-custom-element-callbacks.html:30) | |
| 31 | |
| 32 Executing StepOut... | |
| 33 Call stack: | |
| 34 0) testFunction (debugger-step-out-custom-element-callbacks.html:31) | |
| 35 | |
| 36 Executing StepInto... | |
| 37 Executing StepInto... | |
| 38 Call stack: | |
| 39 0) detachedCallback (debugger-step-out-custom-element-callbacks.html:21) | |
| 40 1) testFunction (debugger-step-out-custom-element-callbacks.html:31) | |
| 41 | |
| 42 Executing StepOut... | |
| 43 Call stack: | |
| 44 0) testFunction (debugger-step-out-custom-element-callbacks.html:32) | |
| 45 | |
| 46 | |
| OLD | NEW |