Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLTemplateElement / ownerDocument-expected.txt
blob41880b6af773033a690d5cad551c63b1eceb27ee
1 Test HTMLTemplateElement content ownerDocument
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS template.ownerDocument is document
7 PASS template.content is content
8 PASS templateContentOwnerDocument instanceof HTMLDocument is true
9 PASS document is not templateContentOwnerDocument
10 PASS template.content.firstChild.ownerDocument is templateContentOwnerDocument
11 PASS innerTemplate.ownerDocument is templateContentOwnerDocument
12 PASS innerTemplate.content.ownerDocument is templateContentOwnerDocument
13 PASS innerTemplate.ownerDocument instanceof HTMLDocument is true
14 PASS template2.ownerDocument is document
15 PASS template2.content.ownerDocument is templateContentOwnerDocument
16 PASS template3.ownerDocument is document
17 PASS template3.content.ownerDocument is templateContentOwnerDocument
18 PASS template3.content.firstChild.ownerDocument is templateContentOwnerDocument
19 PASS successfullyParsed is true
21 TEST COMPLETE