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

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

Issue 1333853002: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698