Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt

Issue 1292863003: update-w3c-deps import using blink e60a8575c2fa4bc64b804926b956b695a3ac158e: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tkent review Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698