OLD | NEW |
1 CONSOLE MESSAGE: line 198: callback not yet supported | 1 CONSOLE MESSAGE: line 198: callback not yet supported |
2 This is a testharness.js-based test. | 2 This is a testharness.js-based test. |
3 FAIL Window interface: operation requestAnimationFrame(FrameRequestCallback) ass
ert_own_property: global object missing non-static operation expected property "
requestAnimationFrame" missing | 3 PASS Window interface: operation requestAnimationFrame(FrameRequestCallback) |
4 FAIL Window interface: operation cancelAnimationFrame(long) assert_own_property:
global object missing non-static operation expected property "cancelAnimationFr
ame" missing | 4 PASS Window interface: operation cancelAnimationFrame(long) |
5 PASS Window must be primary interface of window | 5 PASS Window must be primary interface of window |
6 FAIL Stringification of window assert_equals: class string of window expected "[
object Window]" but got "[object global]" | 6 FAIL Stringification of window assert_equals: class string of window expected "[
object Window]" but got "[object global]" |
7 FAIL Window interface: window must inherit property "requestAnimationFrame" with
the proper type (0) assert_own_property: expected property "requestAnimationFra
me" missing | 7 PASS Window interface: window must inherit property "requestAnimationFrame" with
the proper type (0) |
8 FAIL Window interface: calling requestAnimationFrame(FrameRequestCallback) on wi
ndow with too few arguments must throw TypeError assert_own_property: expected p
roperty "requestAnimationFrame" missing | 8 PASS Window interface: calling requestAnimationFrame(FrameRequestCallback) on wi
ndow with too few arguments must throw TypeError |
9 FAIL Window interface: window must inherit property "cancelAnimationFrame" with
the proper type (1) assert_own_property: expected property "cancelAnimationFrame
" missing | 9 PASS Window interface: window must inherit property "cancelAnimationFrame" with
the proper type (1) |
10 FAIL Window interface: calling cancelAnimationFrame(long) on window with too few
arguments must throw TypeError assert_own_property: expected property "cancelAn
imationFrame" missing | 10 PASS Window interface: calling cancelAnimationFrame(long) on window with too few
arguments must throw TypeError |
11 Harness: the test ran to completion. | 11 Harness: the test ran to completion. |
12 | 12 |
OLD | NEW |