Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests stepping out from custom element callbacks. 1 Tests stepping out from custom element callbacks.
2 2
3 [page] Invoked createdCallback. 3 [page] Invoked createdCallback.
4 [page] Invoked attributeChangedCallback. 4 [page] Invoked attributeChangedCallback.
5 [page] Invoked attachedCallback. 5 [page] Invoked attachedCallback.
6 [page] Invoked detachedCallback. 6 [page] Invoked detachedCallback.
7 Set timer for test function. 7 Set timer for test function.
8 Call stack: 8 Call stack:
9 0) createdCallback (debugger-step-out-custom-element-callbacks.html:12) 9 0) createdCallback (debugger-step-out-custom-element-callbacks.html:12)
10 1) testFunction (debugger-step-out-custom-element-callbacks.html:28) 10 1) testFunction (debugger-step-out-custom-element-callbacks.html:28)
(...skipping 26 matching lines...) Expand all
37 Executing StepInto... 37 Executing StepInto...
38 Call stack: 38 Call stack:
39 0) detachedCallback (debugger-step-out-custom-element-callbacks.html:21) 39 0) detachedCallback (debugger-step-out-custom-element-callbacks.html:21)
40 1) testFunction (debugger-step-out-custom-element-callbacks.html:31) 40 1) testFunction (debugger-step-out-custom-element-callbacks.html:31)
41 41
42 Executing StepOut... 42 Executing StepOut...
43 Call stack: 43 Call stack:
44 0) testFunction (debugger-step-out-custom-element-callbacks.html:32) 44 0) testFunction (debugger-step-out-custom-element-callbacks.html:32)
45 45
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698