Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / scrollingElement-null-body-documentElement-expected.txt
blobb4a0a6df6080382120088e81e93a9afa64ed4f26
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
16 TEST COMPLETE