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

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

Issue 117313008: Update Custom Elements API to new names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update for forgotten tests. Created 7 years 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. 3 Debugger was enabled.
4 Custom element registered. 4 Custom element registered.
5 Invoked createdCallback. 5 Invoked createdCallback.
6 new CustomElement() instanceof CustomElement = true 6 new CustomElement() instanceof CustomElement = true
7 Script execution paused. 7 Script execution paused.
8 Invoked createdCallback. 8 Invoked createdCallback.
9 new CustomElement() instanceof CustomElement = true 9 new CustomElement() instanceof CustomElement = true
10 Invoked createdCallback. 10 Invoked createdCallback.
11 Invoked attributeChangedCallback. 11 Invoked attributeChangedCallback.
12 Invoked enteredViewCallback. 12 Invoked attachedCallback.
13 Invoked leftViewCallback. 13 Invoked detachedCallback.
14 Script execution resumed. 14 Script execution resumed.
15 Debugger was disabled. 15 Debugger was disabled.
16 16
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/custom-element-lifecycle-events.html ('k') | LayoutTests/webexposed/custom-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698