Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Range / range-clone-empty-expected.txt
blobe62b4714b49fd5043f29ef8b8b0ca1341ed6cb3e
1 This test checks cloning an empty range returns an empty fragment.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS r.cloneContents() != undefined is true
7 PASS r.cloneContents() != null is true
8 PASS successfullyParsed is true
10 TEST COMPLETE