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

Unified Diff: LayoutTests/fast/dom/custom/registration-context-delete-during-callback-recursion.html

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-during-callback-recursion.html
diff --git a/LayoutTests/fast/dom/custom/registration-context-delete-during-callback-recursion.html b/LayoutTests/fast/dom/custom/registration-context-delete-during-callback-recursion.html
index 5250b67d4151b4e2457e0bb3a1329c6ab5868b50..1418f3379974903d1fc7e01e1ec999edd2d91b2d 100644
--- a/LayoutTests/fast/dom/custom/registration-context-delete-during-callback-recursion.html
+++ b/LayoutTests/fast/dom/custom/registration-context-delete-during-callback-recursion.html
@@ -26,7 +26,7 @@ if (fork()) {
destroyContext();
};
- var A = document.register('x-a', {prototype: proto});
+ var A = document.registerElement('x-a', {prototype: proto});
s.innerHTML =
'<x-a id="t"></x-a>' +
'<x-a id="u"></x-a>' +

Powered by Google App Engine
This is Rietveld 408576698