Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / DocumentFragment / get-element-by-id-expected.txt
1 Tests that getElementById() API is exposed on DocumentFragment nodes.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS fragment.getElementById('divID') is div
7 PASS fragment.getElementById('aID') is a
8 PASS fragment.getElementById('notInFragment') is null
9 PASS fragment.getElementById('doesNotExist') is null
10 PASS fragment.getElementById('duplicateId1') is span
11 PASS fragment.getElementById('duplicateId2') is h1
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15