OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS Value Properties of the Global Object | 2 PASS Value Properties of the Global Object |
3 PASS Value Property: NaN | 3 PASS Value Property: NaN |
4 PASS Value Property: Infinity | 4 PASS Value Property: Infinity |
5 PASS Value Property: undefined | 5 PASS Value Property: undefined |
6 PASS Function Properties of the Global Object | 6 PASS Function Properties of the Global Object |
7 PASS Function Property: eval | 7 PASS Function Property: eval |
8 PASS Function Property: parseInt | 8 PASS Function Property: parseInt |
9 PASS Function Property: parseFloat | 9 PASS Function Property: parseFloat |
10 PASS Function Property: isNaN | 10 PASS Function Property: isNaN |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 FAIL Window replaceable attribute: innerWidth assert_equals: expected "function"
but got "undefined" | 160 FAIL Window replaceable attribute: innerWidth assert_equals: expected "function"
but got "undefined" |
161 FAIL Window replaceable attribute: innerHeight assert_equals: expected "function
" but got "undefined" | 161 FAIL Window replaceable attribute: innerHeight assert_equals: expected "function
" but got "undefined" |
162 FAIL Window replaceable attribute: screenX assert_equals: expected "function" bu
t got "undefined" | 162 FAIL Window replaceable attribute: screenX assert_equals: expected "function" bu
t got "undefined" |
163 FAIL Window replaceable attribute: screenY assert_equals: expected "function" bu
t got "undefined" | 163 FAIL Window replaceable attribute: screenY assert_equals: expected "function" bu
t got "undefined" |
164 FAIL Window replaceable attribute: outerWidth assert_equals: expected "function"
but got "undefined" | 164 FAIL Window replaceable attribute: outerWidth assert_equals: expected "function"
but got "undefined" |
165 FAIL Window replaceable attribute: outerHeight assert_equals: expected "function
" but got "undefined" | 165 FAIL Window replaceable attribute: outerHeight assert_equals: expected "function
" but got "undefined" |
166 FAIL Window replaceable attribute: devicePixelRatio assert_equals: expected "fun
ction" but got "undefined" | 166 FAIL Window replaceable attribute: devicePixelRatio assert_equals: expected "fun
ction" but got "undefined" |
167 PASS constructor | 167 PASS constructor |
168 Harness: the test ran to completion. | 168 Harness: the test ran to completion. |
169 | 169 |
OLD | NEW |