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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL Animation can be constructed with null effect and null timeline Animation i s not defined 2 FAIL Animation can be constructed with null effect and null timeline assert_equa ls: Animation timeline should be null expected null but got object "[object Docu mentTimeline]"
3 FAIL Animation can be constructed with null effect and non-null timeline Animati on is not defined 3 PASS Animation can be constructed with null effect and non-null timeline
4 FAIL Animation can be constructed with null effect and no timeline parameter Ani mation is not defined 4 PASS Animation can be constructed with null effect and no timeline parameter
5 FAIL Animation can be constructed with non-null effect and null timeline Animati on is not defined 5 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]"
6 FAIL Animation can be constructed with non-null effect and non-null timeline Ani mation is not defined 6 PASS Animation can be constructed with non-null effect and non-null timeline
7 FAIL Animation can be constructed with non-null effect and no timeline parameter Animation is not defined 7 PASS Animation can be constructed with non-null effect and no timeline parameter
8 FAIL Animation constructed by an effect with null target runs normally Animation is not defined 8 PASS Animation constructed by an effect with null target runs normally
9 FAIL Animation constructed with a keyframe that target element is in iframe Anim ation is not defined 9 PASS Animation constructed with a keyframe that target element is in iframe
10 Harness: the test ran to completion. 10 Harness: the test ran to completion.
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698