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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests basic web-exposure of Custom Elements 1 Tests basic web-exposure of Custom Elements
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Document.prototype.hasOwnProperty("register") 6 Document.prototype.hasOwnProperty("registerElement")
7 true 7 true
8 8
9 typeof Document.prototype.register 9 typeof Document.prototype.registerElement
10 function 10 function
11 11
12 document.createElement("x-a") instanceof HTMLUnknownElement 12 document.createElement("x-a") instanceof HTMLUnknownElement
13 false 13 false
14 14
15 document.querySelector(":unresolved") 15 document.querySelector(":unresolved")
16 [object HTMLDivElement] 16 [object HTMLDivElement]
17 17
18 span.getAttribute("is") 18 span.getAttribute("is")
19 type-extension 19 type-extension
20 20
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW
« 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