Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webexposed / custom-elements-expected.txt
blob013a4e8d9a63700cd53a4eabc7ba0c232bd81181
1 Tests basic web-exposure of Custom Elements
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Document.prototype.hasOwnProperty("registerElement")
7 true
9 typeof Document.prototype.registerElement
10 function
12 document.createElement("x-a") instanceof HTMLUnknownElement
13 false
15 document.querySelector(":unresolved")
16 [object HTMLDivElement]
18 span.getAttribute("is")
19 type-extension
21 PASS successfullyParsed is true
23 TEST COMPLETE