Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / custom / document-register-namespace-expected.txt
blobd7951b4dd7882c21d615edc0cc42dc9f45014c7a
1 Using document.registerElement() for extending HTML and non-HTML elements.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS html1.namespaceURI is "http://www.w3.org/1999/xhtml"
7 PASS html2.namespaceURI is "http://www.w3.org/1999/xhtml"
8 PASS html3.namespaceURI is "http://www.w3.org/1999/xhtml"
9 PASS html4.namespaceURI is "http://www.w3.org/1999/xhtml"
10 PASS notHTML.namespaceURI is "http://www.example.com/"
11 PASS notHTML instanceof CustomHTMLElement is false
12 PASS notHTML instanceof HTMLElement is false
13 PASS svg1.tagName is "g"
14 PASS svg1 instanceof SVGGElement is true
15 PASS svg1 instanceof CustomSVGElement is true
16 PASS svg1.namespaceURI is "http://www.w3.org/2000/svg"
17 PASS svg2.tagName is "svg-foo"
18 PASS svg2.namespaceURI is "http://www.w3.org/2000/svg"
19 PASS svg3.tagName is "svg-foo"
20 PASS svg3.namespaceURI is "http://www.w3.org/2000/svg"
21 PASS notSVG1.namespaceURI is "http://www.w3.org/1999/xhtml"
22 PASS notSVG1 instanceof CustomSVGElement is false
23 PASS notSVG1 instanceof HTMLUnknownElement is false
24 PASS notSVG1 instanceof HTMLElement is true
25 PASS Object.getPrototypeOf(notSVG1) is HTMLElement.prototype
26 PASS notSVG2.namespaceURI is "http://www.w3.org/1999/xhtml"
27 PASS notSVG2 instanceof CustomSVGElement is false
28 PASS notSVG2 instanceof HTMLUnknownElement is false
29 PASS notSVG2 instanceof HTMLElement is true
30 PASS Object.getPrototypeOf(notSVG2) is HTMLElement.prototype
31 PASS successfullyParsed is true
33 TEST COMPLETE