Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLTemplateElement / ownerDocument-adoptNode-expected.txt
blobeeaa4fbd49e0be509a44a820b6deaf6c31e43eae
1 Adopting a template from another document should also switch the template content document
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Before adoption:
7 PASS template.ownerDocument is not frameTemplate.ownerDocument
8 PASS template.content.ownerDocument is not frameTemplate.content.ownerDocument
10 After adoption:
11 PASS template.ownerDocument is frameTemplate.ownerDocument
12 PASS template.content.ownerDocument is frameTemplate.content.ownerDocument
14 PASS successfullyParsed is true
16 TEST COMPLETE