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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt b/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e6c116bc5f11ec91d2a1b2e5b9ca83752b0005d6
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt
@@ -0,0 +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 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
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698