Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / HTMLDocument / object-by-name-or-id-expected.txt
1 This tests when object elements are accessible by name or id directly as properties of the document object. A PASS result means that behavior matches IE and Firefox.
2
3 Results:
4
5 By name:
6 no children: PASS
7 param: PASS
8 param and whitespace: PASS
9 param and empty comment: PASS
10 param and non-empty comment: PASS
11 param and text: PASS
12 param and img: PASS
13
14 By id:
15 no children: PASS
16 param: PASS
17 param and whitespace: PASS
18 param and empty comment: PASS
19 param and non-empty comment: PASS
20 param and text: PASS
21 param and img: PASS
22