1 Verifies that asking for the scrollingElement of a document with null body or null documentElement doesn't crash
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.scrollingElement is document.documentElement
7 PASS nullbody.contentDocument.compatMode is "BackCompat"
8 PASS nullbody.contentDocument.body is null
9 PASS nullbody.contentDocument.scrollingElement is null
10 PASS nullroot.contentDocument.compatMode is "BackCompat"
11 PASS nullroot.contentDocument.documentElement is null
12 PASS nullroot.contentDocument.body is null
13 PASS nullroot.contentDocument.scrollingElement is null
14 PASS successfullyParsed is true