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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor-expected.txt

Issue 1979363002: Moved web-platform-tests to wpt. (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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor-expected.txt
deleted file mode 100644
index 6e3616ee25815802cff966491587ccb8b9e40f54..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/constructor-expected.txt
+++ /dev/null
@@ -1,145 +0,0 @@
-This is a testharness.js-based test.
-FAIL a KeyframeEffectReadOnly can be constructed with no frames KeyframeEffectReadOnly is not defined
-FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in a property-indexed keyframe KeyframeEffectReadOnly is not defined
-FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in regular keyframes KeyframeEffectReadOnly is not defined
-FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined
-FAIL composite values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in property-indexed keyframes KeyframeEffectReadOnly is not defined
-FAIL composite values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in regular keyframes KeyframeEffectReadOnly is not defined
-FAIL composite values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in KeyframeTimingOptions KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property two value property-indexed keyframes specification KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property two value property-indexed keyframes specification roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one shorthand property two value property-indexed keyframes specification KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one shorthand property two value property-indexed keyframes specification roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property (one shorthand and one of its longhand components) two value property-indexed keyframes specification KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property (one shorthand and one of its longhand components) two value property-indexed keyframes specification roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property two value property-indexed keyframes specification KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property two value property-indexed keyframes specification roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property property-indexed keyframes specification with different numbers of values KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property property-indexed keyframes specification with different numbers of values roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a property-indexed keyframes specification with an invalid value KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a property-indexed keyframes specification with an invalid value roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property two value property-indexed keyframes specification that needs to stringify its values KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property two value property-indexed keyframes specification that needs to stringify its values roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property one value property-indexed keyframes specification KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property one value property-indexed keyframes specification roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property one non-array value property-indexed keyframes specification KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property one non-array value property-indexed keyframes specification roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property two value property-indexed keyframes specification where the first value is invalid KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property two value property-indexed keyframes specification where the first value is invalid roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property two value property-indexed keyframes specification where the second value is invalid KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property two value property-indexed keyframes specification where the second value is invalid roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property property-indexed keyframes specification where one property is missing from the first keyframe KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property property-indexed keyframes specification where one property is missing from the first keyframe roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property property-indexed keyframes specification where one property is missing from the last keyframe KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property property-indexed keyframes specification where one property is missing from the last keyframe roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a property-indexed keyframes specification with repeated values at offset 0 with different easings KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a property-indexed keyframes specification with repeated values at offset 0 with different easings roundtrips KeyframeEffectReadOnly is not defined
-FAIL the KeyframeEffectReadOnly constructor reads keyframe properties in the expected order KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property two keyframe sequence KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property two keyframe sequence roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property two keyframe sequence KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property two keyframe sequence roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one shorthand property two keyframe sequence KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one shorthand property two keyframe sequence roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property (a shorthand and one of its component longhands) two keyframe sequence KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property (a shorthand and one of its component longhands) two keyframe sequence roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a keyframe sequence with duplicate values for a given interior offset KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a keyframe sequence with duplicate values for a given interior offset roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a keyframe sequence with duplicate values for offsets 0 and 1 KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a keyframe sequence with duplicate values for offsets 0 and 1 roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property four keyframe sequence KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property four keyframe sequence roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property keyframe sequence with some omitted offsets KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property keyframe sequence with some omitted offsets roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a two property keyframe sequence with some omitted offsets KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a two property keyframe sequence with some omitted offsets roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property keyframe sequence with all omitted offsets KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property keyframe sequence with all omitted offsets roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a keyframe sequence with different easing values, but the same easing value for a given offset KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a keyframe sequence with different easing values, but the same easing value for a given offset roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a keyframe sequence with different composite values, but the same composite value for a given offset KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a keyframe sequence with different composite values, but the same composite value for a given offset roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a one property two keyframe sequence that needs to stringify its values KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a one property two keyframe sequence that needs to stringify its values roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a keyframe sequence where shorthand precedes longhand KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a keyframe sequence where shorthand precedes longhand roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a keyframe sequence where longhand precedes shorthand KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a keyframe sequence where longhand precedes shorthand roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a keyframe sequence where lesser shorthand precedes greater shorthand KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a keyframe sequence where lesser shorthand precedes greater shorthand roundtrips KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly can be constructed with a keyframe sequence where greater shorthand precedes lesser shorthand KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed with a keyframe sequence where greater shorthand precedes lesser shorthand roundtrips KeyframeEffectReadOnly is not defined
-FAIL Invalid easing [a blank easing] in keyframe sequence should be thrown assert_throws: function "function () {
- new KeyframeEffectReadOnly(target, su..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")
-FAIL Invalid easing [an unrecognized easing] in keyframe sequence should be thrown assert_throws: function "function () {
- new KeyframeEffectReadOnly(target, su..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")
-FAIL Invalid easing [an 'initial' easing] in keyframe sequence should be thrown assert_throws: function "function () {
- new KeyframeEffectReadOnly(target, su..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")
-FAIL Invalid easing [an 'inherit' easing] in keyframe sequence should be thrown assert_throws: function "function () {
- new KeyframeEffectReadOnly(target, su..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")
-FAIL Invalid easing [a variable easing] in keyframe sequence should be thrown assert_throws: function "function () {
- new KeyframeEffectReadOnly(target, su..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")
-FAIL Invalid easing [a multi-value easing] in keyframe sequence should be thrown assert_throws: function "function () {
- new KeyframeEffectReadOnly(target, su..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "TypeError" ("TypeError")
-FAIL a KeyframeEffectReadOnly constructed without any KeyframeEffectOptions object KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by an empty KeyframeEffectOptions object KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by a normal KeyframeEffectOptions object KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by a double value KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by +Infinity KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by an Infinity duration KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by an auto duration KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by an Infinity iterations KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by an auto fill KeyframeEffectReadOnly is not defined
-FAIL a KeyframeEffectReadOnly constructed by a forwards fill KeyframeEffectReadOnly is not defined
-FAIL Invalid KeyframeEffectReadOnly option by -Infinity assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by NaN assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a negative value assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a negative Infinity duration assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a NaN duration assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a negative duration assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a string duration assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a negative Infinity iterations assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a NaN iterations assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a negative iterations assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a blank easing assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by an unrecognized easing assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by an 'initial' easing assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by an 'inherit' easing assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a variable easing assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-FAIL Invalid KeyframeEffectReadOnly option by a multi-value easing assert_throws: function "function () {
- new KeyframeEffectReadOnly(target,
- ..." threw object "ReferenceError: KeyframeEffectReadOnly is not defined" ("ReferenceError") expected object "[object Object]" ("TypeError")
-PASS KeyframeEffect constructor creates an AnimationEffectTiming timing object
-PASS KeyframeEffect constructor propagates exceptions generated by accessing the options object
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698