Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLDocument / object-by-name-or-id-expected.txt
blobdafbf3dcba0082e90e8aa068defb2c2da4141987
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.
3 Results:
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
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