| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt
|
| index e6c116bc5f11ec91d2a1b2e5b9ca83752b0005d6..cf3a12b08c537bf5fcf2187bc0c1f52040d6e4fd 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt
|
| @@ -1,12 +1,12 @@
|
| CONSOLE MESSAGE: line 198: callback not yet supported
|
| This is a testharness.js-based test.
|
| -FAIL Window interface: operation requestAnimationFrame(FrameRequestCallback) assert_own_property: global object missing non-static operation expected property "requestAnimationFrame" missing
|
| -FAIL Window interface: operation cancelAnimationFrame(long) assert_own_property: global object missing non-static operation expected property "cancelAnimationFrame" missing
|
| +PASS Window interface: operation requestAnimationFrame(FrameRequestCallback)
|
| +PASS Window interface: operation cancelAnimationFrame(long)
|
| PASS Window must be primary interface of window
|
| FAIL Stringification of window assert_equals: class string of window expected "[object Window]" but got "[object global]"
|
| -FAIL Window interface: window must inherit property "requestAnimationFrame" with the proper type (0) assert_own_property: expected property "requestAnimationFrame" missing
|
| -FAIL Window interface: calling requestAnimationFrame(FrameRequestCallback) on window with too few arguments must throw TypeError assert_own_property: expected property "requestAnimationFrame" missing
|
| -FAIL Window interface: window must inherit property "cancelAnimationFrame" with the proper type (1) assert_own_property: expected property "cancelAnimationFrame" missing
|
| -FAIL Window interface: calling cancelAnimationFrame(long) on window with too few arguments must throw TypeError assert_own_property: expected property "cancelAnimationFrame" missing
|
| +PASS Window interface: window must inherit property "requestAnimationFrame" with the proper type (0)
|
| +PASS Window interface: calling requestAnimationFrame(FrameRequestCallback) on window with too few arguments must throw TypeError
|
| +PASS Window interface: window must inherit property "cancelAnimationFrame" with the proper type (1)
|
| +PASS Window interface: calling cancelAnimationFrame(long) on window with too few arguments must throw TypeError
|
| Harness: the test ran to completion.
|
|
|
|
|