OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 FAIL window object assert_equals: expected "[object Window]" but got "[object gl
obal]" | 2 PASS window object |
3 FAIL Window.prototype assert_equals: expected "[object WindowPrototype]" but got
"[object Object]" | 3 FAIL Window.prototype assert_equals: expected "[object WindowPrototype]" but got
"[object Window]" |
4 FAIL Global scope polluter assert_equals: expected "[object WindowProperties]" b
ut got "[object Object]" | 4 FAIL Global scope polluter assert_equals: expected "[object WindowProperties]" b
ut got "[object EventTarget]" |
5 FAIL EventTarget.prototype assert_equals: expected "[object EventTargetPrototype
]" but got "[object Object]" | 5 FAIL EventTarget.prototype assert_equals: expected "[object EventTargetPrototype
]" but got "[object Object]" |
6 FAIL Object.prototype assert_equals: expected "[object Object]" but got "[object
Null]" | 6 FAIL Object.prototype assert_equals: expected "[object Object]" but got "[object
Null]" |
7 Harness: the test ran to completion. | 7 Harness: the test ran to completion. |
8 | 8 |
OLD | NEW |