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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/debugger/custom-element-lifecycle-events-expected.txt
diff --git a/LayoutTests/inspector/debugger/custom-element-lifecycle-events-expected.txt b/LayoutTests/inspector/debugger/custom-element-lifecycle-events-expected.txt
index 86ac318dd5b9c685db0b1f9fd55b17071e817bee..429b642fe3c56d3c8612fc88c4686e5678718e1c 100644
--- a/LayoutTests/inspector/debugger/custom-element-lifecycle-events-expected.txt
+++ b/LayoutTests/inspector/debugger/custom-element-lifecycle-events-expected.txt
@@ -9,8 +9,8 @@ Invoked createdCallback.
new CustomElement() instanceof CustomElement = true
Invoked createdCallback.
Invoked attributeChangedCallback.
-Invoked enteredViewCallback.
-Invoked leftViewCallback.
+Invoked attachedCallback.
+Invoked detachedCallback.
Script execution resumed.
Debugger was disabled.
« 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