Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Range / select-node-different-document-expected.txt
blobf107aac1415d595db7241adbb9ed3551f154dace
1 Test whether Range.selectNode and Range.selectNodeContents work across documents
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS selectNodeRange.startContainer === otherDocument.documentElement is true
7 PASS selectNodeRange.endContainer === otherDocument.documentElement is true
8 PASS selectNodeRange.startContainer.ownerDocument === otherDocument is true
9 PASS selectNodeRange.endContainer.ownerDocument === otherDocument is true
10 PASS selectNodeRange.cloneContents().ownerDocument === otherDocument is true
11 PASS selectNodeRange.startContainer === otherDocument.documentElement is true
12 PASS selectNodeRange.endContainer === otherDocument.documentElement is true
13 PASS selectNodeContentsRange.startContainer.ownerDocument === otherDocument is true
14 PASS selectNodeContentsRange.endContainer.ownerDocument === otherDocument is true
15 PASS selectNodeRange.cloneContents().ownerDocument === otherDocument is true
16 PASS successfullyParsed is true
18 TEST COMPLETE