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

Unified Diff: LayoutTests/webexposed/custom-elements.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/webexposed/custom-elements.html
diff --git a/LayoutTests/webexposed/custom-elements.html b/LayoutTests/webexposed/custom-elements.html
index 983731deee52c7dc02558d7831e958fdfbb28273..6547baa5e843700332b082e65a3683aea993e551 100644
--- a/LayoutTests/webexposed/custom-elements.html
+++ b/LayoutTests/webexposed/custom-elements.html
@@ -9,8 +9,8 @@ function evalAndLogValue(s) {
debug('');
}
-evalAndLogValue('Document.prototype.hasOwnProperty("register")');
-evalAndLogValue('typeof Document.prototype.register');
+evalAndLogValue('Document.prototype.hasOwnProperty("registerElement")');
+evalAndLogValue('typeof Document.prototype.registerElement');
evalAndLogValue('document.createElement("x-a") instanceof HTMLUnknownElement');
var div = document.createElement('div');

Powered by Google App Engine
This is Rietveld 408576698