blob: 7a378d1e0062bb727a425f27665e20fd90731552 [file] [log] [blame]
Verifies that asking for the scrollingElement of a document with null body or null documentElement doesn't crash
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.scrollingElement is document.documentElement
PASS nullbody.contentDocument.compatMode is "BackCompat"
PASS nullbody.contentDocument.body is null
PASS nullbody.contentDocument.scrollingElement is null
PASS nullroot.contentDocument.compatMode is "BackCompat"
PASS nullroot.contentDocument.documentElement is null
PASS nullroot.contentDocument.body is null
PASS nullroot.contentDocument.scrollingElement is null
PASS successfullyParsed is true
TEST COMPLETE