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

Unified Diff: LayoutTests/fast/dom/custom/registration-context-delete-then-register-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/fast/dom/custom/registration-context-delete-then-register-expected.txt
diff --git a/LayoutTests/fast/dom/custom/registration-context-delete-then-register-expected.txt b/LayoutTests/fast/dom/custom/registration-context-delete-then-register-expected.txt
index 3a0ed054c64c58d86082cf52ca4b23117bf49a8b..fd0dc16a1ba470364d1f0ee13fb8acca6659eee6 100644
--- a/LayoutTests/fast/dom/custom/registration-context-delete-then-register-expected.txt
+++ b/LayoutTests/fast/dom/custom/registration-context-delete-then-register-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS destroyed context
-PASS caught expected exception "InvalidStateError: Failed to execute 'register' on 'Document': Registration failed for type 'x-a'. The context is no longer valid."
+PASS caught expected exception "InvalidStateError: Failed to execute 'registerElement' on 'Document': Registration failed for type 'x-a'. The context is no longer valid."
PASS child done
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698