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

Side by Side Diff: LayoutTests/inspector/sources/debugger/custom-element-lifecycle-events-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor change Created 6 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 custom element lifecycle events fire while debugger is paused. 1 Tests that custom element lifecycle events fire while debugger is paused.
2 2
3 Debugger was enabled.
4 Custom element registered. 3 Custom element registered.
5 Invoked createdCallback. 4 Invoked createdCallback.
6 new CustomElement() instanceof CustomElement = true 5 new CustomElement() instanceof CustomElement = true
7 Script execution paused. 6 Script execution paused.
8 Invoked createdCallback. 7 Invoked createdCallback.
9 new CustomElement() instanceof CustomElement = true 8 new CustomElement() instanceof CustomElement = true
10 Invoked createdCallback. 9 Invoked createdCallback.
11 Invoked attributeChangedCallback. 10 Invoked attributeChangedCallback.
12 Invoked attachedCallback. 11 Invoked attachedCallback.
13 Invoked detachedCallback. 12 Invoked detachedCallback.
14 Script execution resumed. 13 Script execution resumed.
15 Debugger was disabled.
16 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698