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

Side by Side Diff: LayoutTests/inspector/sources/debugger-step/debugger-step-into-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 that stepping into custom element methods will lead to a pause in the call backs. 1 Tests that stepping into custom element methods will lead to a pause in the call backs.
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 Stepping to constructor... 8 Stepping to constructor...
9 Stepping into constructor... 9 Stepping into constructor...
10 PASS: Did step into event listener(createdCallback). 10 PASS: Did step into event listener(createdCallback).
11 Stepping to setAttribute... 11 Stepping to setAttribute...
12 Stepping into setAttribute... 12 Stepping into setAttribute...
13 PASS: Did step into event listener(attributeChangedCallback). 13 PASS: Did step into event listener(attributeChangedCallback).
14 Stepping to attachedCallback... 14 Stepping to attachedCallback...
15 Stepping into attachedCallback... 15 Stepping into attachedCallback...
16 PASS: Did step into event listener(attachedCallback). 16 PASS: Did step into event listener(attachedCallback).
17 Stepping to detachedCallback... 17 Stepping to detachedCallback...
18 Stepping into detachedCallback... 18 Stepping into detachedCallback...
19 PASS: Did step into event listener(detachedCallback). 19 PASS: Did step into event listener(detachedCallback).
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698