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

Unified Diff: LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/custom/attribute-changed-callback.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html
diff --git a/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html b/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html
index 39b9439f82d8206e93425abf3795057b72aba4b3..ef96418ffdcbbb0af861549c52a1d4d1b9f43db9 100644
--- a/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html
+++ b/LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc.html
@@ -8,7 +8,7 @@
<script>
description('Custom element wrappers in templates should be retained');
-document.querySelector('template').content.ownerDocument.register('x-custom', {
+document.querySelector('template').content.ownerDocument.registerElement('x-custom', {
prototype: {
createdCallback: function() {
this.expando = 'present';
« no previous file with comments | « no previous file | LayoutTests/fast/dom/custom/attribute-changed-callback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698