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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/constructor-expected.txt

Issue 1984133002: Move web-platform-tests to wpt (part 2 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 a KeyframeEffectReadOnly can be constructed with no frames KeyframeEffectRe adOnly is not defined 2 FAIL a KeyframeEffectReadOnly can be constructed with no frames KeyframeEffectRe adOnly is not defined
3 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in a property-indexed keyframe KeyframeEffectReadOnly is not defin ed 3 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in a property-indexed keyframe KeyframeEffectReadOnly is not defin ed
4 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in regular keyframes KeyframeEffectReadOnly is not defined 4 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in regular keyframes KeyframeEffectReadOnly is not defined
5 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined 5 FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnl y constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined
6 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in property-indexed keyframes KeyframeEffectReadOnly is not def ined 6 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in property-indexed keyframes KeyframeEffectReadOnly is not def ined
7 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in regular keyframes KeyframeEffectReadOnly is not defined 7 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in regular keyframes KeyframeEffectReadOnly is not defined
8 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined 8 FAIL composite values are parsed correctly when passed to the KeyframeEffectRead Only constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined
9 FAIL a KeyframeEffectReadOnly can be constructed with a one property two value p roperty-indexed keyframes specification KeyframeEffectReadOnly is not defined 9 FAIL a KeyframeEffectReadOnly can be constructed with a one property two value p roperty-indexed keyframes specification KeyframeEffectReadOnly is not defined
10 FAIL a KeyframeEffectReadOnly constructed with a one property two value property -indexed keyframes specification roundtrips KeyframeEffectReadOnly is not define d 10 FAIL a KeyframeEffectReadOnly constructed with a one property two value property -indexed keyframes specification roundtrips KeyframeEffectReadOnly is not define d
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 FAIL Invalid KeyframeEffectReadOnly option by a variable easing assert_throws: f unction "function () { 136 FAIL Invalid KeyframeEffectReadOnly option by a variable easing assert_throws: f unction "function () {
137 new KeyframeEffectReadOnly(target, 137 new KeyframeEffectReadOnly(target,
138 ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("Re ferenceError") expected object "[object Object]" ("TypeError") 138 ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("Re ferenceError") expected object "[object Object]" ("TypeError")
139 FAIL Invalid KeyframeEffectReadOnly option by a multi-value easing assert_throws : function "function () { 139 FAIL Invalid KeyframeEffectReadOnly option by a multi-value easing assert_throws : function "function () {
140 new KeyframeEffectReadOnly(target, 140 new KeyframeEffectReadOnly(target,
141 ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("Re ferenceError") expected object "[object Object]" ("TypeError") 141 ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("Re ferenceError") expected object "[object Object]" ("TypeError")
142 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object 142 PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object
143 PASS KeyframeEffect constructor propagates exceptions generated by accessing the options object 143 PASS KeyframeEffect constructor propagates exceptions generated by accessing the options object
144 Harness: the test ran to completion. 144 Harness: the test ran to completion.
145 145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698