1 This tests that DocumentFragment is constructable.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS new DocumentFragment().ownerDocument is document
7 PASS typeof new DocumentFragment is "object"
8 PASS Object.prototype.toString.call(new DocumentFragment) is "[object DocumentFragment]"
9 PASS new DocumentFragment instanceof DocumentFragment is true
10 PASS Object.getPrototypeOf(new DocumentFragment) is DocumentFragment.prototype
11 PASS new innerWindow.DocumentFragment().ownerDocument is innerDocument
12 PASS new innerWindow.DocumentFragment instanceof innerWindow.DocumentFragment is true
13 PASS Object.getPrototypeOf(new innerWindow.DocumentFragment) is innerWindow.DocumentFragment.prototype
14 PASS successfullyParsed is true