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

Unified Diff: LayoutTests/webexposed/custom-elements-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
« no previous file with comments | « LayoutTests/webexposed/custom-elements.html ('k') | Source/bindings/v8/CustomElementConstructorBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webexposed/custom-elements-expected.txt
diff --git a/LayoutTests/webexposed/custom-elements-expected.txt b/LayoutTests/webexposed/custom-elements-expected.txt
index 0fdddb382d5dfd82a887ece5b8cd4a37d79b3270..013a4e8d9a63700cd53a4eabc7ba0c232bd81181 100644
--- a/LayoutTests/webexposed/custom-elements-expected.txt
+++ b/LayoutTests/webexposed/custom-elements-expected.txt
@@ -3,10 +3,10 @@ Tests basic web-exposure of Custom Elements
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Document.prototype.hasOwnProperty("register")
+Document.prototype.hasOwnProperty("registerElement")
true
-typeof Document.prototype.register
+typeof Document.prototype.registerElement
function
document.createElement("x-a") instanceof HTMLUnknownElement
« no previous file with comments | « LayoutTests/webexposed/custom-elements.html ('k') | Source/bindings/v8/CustomElementConstructorBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698