Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / document-head-expected.txt
blobd0c7db202974fe40486a26cf98f9c4312638a76c
1 This test checks to see if document.head is available, readonly, and the same element as what we would expect by getting it by other means.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.head is document.getElementsByTagName('head')[0]
7 PASS document.head !== 1 is true
8 PASS document.head is null
9 PASS successfullyParsed is true
11 TEST COMPLETE