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

Unified Diff: LayoutTests/fast/dom/custom/default-prototype.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/default-prototype.html
diff --git a/LayoutTests/fast/dom/custom/default-prototype.html b/LayoutTests/fast/dom/custom/default-prototype.html
index 7a89fb5617bae9cd664464f1b9d293992c0dd090..12a4d8d4897ae81e11f4be4e31042adfc59d7c5f 100644
--- a/LayoutTests/fast/dom/custom/default-prototype.html
+++ b/LayoutTests/fast/dom/custom/default-prototype.html
@@ -4,7 +4,7 @@
<body>
<script>
test(function () {
- var A = document.register('x-a');
+ var A = document.registerElement('x-a');
assert_equals(A.prototype.constructor, A,
'the default prototype\'s constructor should be the ' +
'generated constructor');
« no previous file with comments | « LayoutTests/fast/dom/custom/created-callback.html ('k') | LayoutTests/fast/dom/custom/document-register-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698