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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/constructor-expected.txt

Issue 2806623003: Implement Animation constructor (Closed)
Patch Set: Add back in DCHECK about flag being enabled Created 3 years, 6 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: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/constructor-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/constructor-expected.txt
index 999cc88e9a00ac39ed3e549962c1f6a4773c96d0..fcf2de07260083e0601c12486eb0466e3e70ebb3 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/constructor-expected.txt
@@ -1,11 +1,11 @@
This is a testharness.js-based test.
-FAIL Animation can be constructed with null effect and null timeline Animation is not defined
-FAIL Animation can be constructed with null effect and non-null timeline Animation is not defined
-FAIL Animation can be constructed with null effect and no timeline parameter Animation is not defined
-FAIL Animation can be constructed with non-null effect and null timeline Animation is not defined
-FAIL Animation can be constructed with non-null effect and non-null timeline Animation is not defined
-FAIL Animation can be constructed with non-null effect and no timeline parameter Animation is not defined
-FAIL Animation constructed by an effect with null target runs normally Animation is not defined
-FAIL Animation constructed with a keyframe that target element is in iframe Animation is not defined
+FAIL Animation can be constructed with null effect and null timeline assert_equals: Animation timeline should be null expected null but got object "[object DocumentTimeline]"
+PASS Animation can be constructed with null effect and non-null timeline
+PASS Animation can be constructed with null effect and no timeline parameter
+FAIL Animation can be constructed with non-null effect and null timeline assert_equals: Animation timeline should be null expected null but got object "[object DocumentTimeline]"
+PASS Animation can be constructed with non-null effect and non-null timeline
+PASS Animation can be constructed with non-null effect and no timeline parameter
+PASS Animation constructed by an effect with null target runs normally
+PASS Animation constructed with a keyframe that target element is in iframe
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698