Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLDocument / named-item-multiple-match-expected.txt
blobbfb9fa1d5ed50b0c025497119f5b102e335256c4
1 PASS collection = window.someName; collection.length is 2
2 PASS collection[0].title is "first"
3 PASS collection[1].title is "second"
4 PASS collection[1]; window.someName is collection
5 PASS collection = document.someName; collection.length is 2
6 PASS collection[0].title is "first"
7 PASS collection[1].title is "second"
8 PASS collection[1]; document.someName is collection
9 PASS successfullyParsed is true
11 TEST COMPLETE
12 Tests that the named item created for an image with an ID is correctly removed. The test passes, if you see a "PASS" message in the div below.