OLD | NEW |
1 | 1 |
2 This is a testharness.js-based test. | 2 This is a testharness.js-based test. |
3 PASS Named access test. Window's members should have priority over named proper
ties. | 3 PASS Named access test. Window's members should have priority over named proper
ties. |
4 FAIL WindowProperties object should exist. assert_equals: expected "[object Wind
owProperties]" but got "[object Object]" | 4 FAIL WindowProperties object should exist. assert_equals: expected "[object Wind
owProperties]" but got "[object Object]" |
5 FAIL WindowProperties object should provide named access. assert_equals: Named a
ccess shouldn't work when WindowProperties is not available. expected (undefined
) undefined but got (object) Element node <a id="myAnchor"></a> | 5 PASS WindowProperties object should provide named access. |
6 PASS Window's members should be own members. | 6 PASS Window's members should be own members. |
7 Harness: the test ran to completion. | 7 Harness: the test ran to completion. |
8 | 8 |
OLD | NEW |