| OLD | NEW |
| 1 This tests when object elements are accessible by name or id directly as propert
ies of the document object. A PASS result means that behavior matches IE and Fir
efox. | 1 This tests when object elements are accessible by name or id directly as propert
ies of the document object. IE allows this only if the object has not child node
s other than param and whitespace anonymous text. A PASS result means that behav
ior matches IE. WebKit’s results for comments differ. |
| 2 | 2 |
| 3 Results: | 3 Results: |
| 4 | 4 |
| 5 By name: | 5 By name: |
| 6 no children: PASS | 6 no children: PASS |
| 7 param: PASS | 7 param: PASS |
| 8 param and whitespace: PASS | 8 param and whitespace: PASS |
| 9 param and empty comment: PASS | 9 param and empty comment: PASS |
| 10 param and non-empty comment: PASS | 10 param and non-empty comment: PASS |
| 11 param and text: PASS | 11 param and text: PASS |
| 12 param and img: PASS | 12 param and img: PASS |
| 13 | 13 |
| 14 By id: | 14 By id: |
| 15 no children: PASS | 15 no children: PASS |
| 16 param: PASS | 16 param: PASS |
| 17 param and whitespace: PASS | 17 param and whitespace: PASS |
| 18 param and empty comment: PASS | 18 param and empty comment: PASS |
| 19 param and non-empty comment: PASS | 19 param and non-empty comment: PASS |
| 20 param and text: PASS | 20 param and text: PASS |
| 21 param and img: PASS | 21 param and img: PASS |
| 22 | 22 |
| OLD | NEW |