OLD | NEW |
(Empty) | |
| 1 CONSOLE MESSAGE: line 198: callback not yet supported |
| 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 |
| 4 FAIL Window interface: operation cancelAnimationFrame(long) assert_own_property:
global object missing non-static operation expected property "cancelAnimationFr
ame" missing |
| 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]" |
| 7 FAIL Window interface: window must inherit property "requestAnimationFrame" with
the proper type (0) assert_own_property: expected property "requestAnimationFra
me" missing |
| 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 |
| 9 FAIL Window interface: window must inherit property "cancelAnimationFrame" with
the proper type (1) assert_own_property: expected property "cancelAnimationFrame
" missing |
| 10 FAIL Window interface: calling cancelAnimationFrame(long) on window with too few
arguments must throw TypeError assert_own_property: expected property "cancelAn
imationFrame" missing |
| 11 Harness: the test ran to completion. |
| 12 |
OLD | NEW |