| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e759874863f6565151b2bd9960024ef5260c9421
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt
|
| @@ -0,0 +1,36 @@
|
| +This is a testharness.js-based test.
|
| +PASS Setting animation-direction to normal
|
| +PASS Setting animation-direction to reverse
|
| +PASS Setting animation-direction to alternate
|
| +PASS Setting animation-direction to alternate-reverse
|
| +PASS Setting animation-direction to initial
|
| +PASS Setting animation-direction to inherit
|
| +PASS Setting animation-direction to unset
|
| +PASS Setting animation-direction to invalid value [object CSSSimpleLength] fails
|
| +PASS Setting animation-direction to invalid value null fails
|
| +PASS Setting animation-direction to invalid value undefined fails
|
| +PASS Setting animation-direction to invalid value true fails
|
| +PASS Setting animation-direction to invalid value false fails
|
| +PASS Setting animation-direction to invalid value 1 fails
|
| +PASS Setting animation-direction to invalid value hello fails
|
| +PASS Setting animation-direction to invalid value [object Object] fails
|
| +PASS Setting animation-direction to invalid value [object CSSKeywordValue] fails
|
| +FAIL Getting animation-direction when it is set to normal assert_true: expected true got false
|
| +FAIL Getting animation-direction when it is set to reverse assert_true: expected true got false
|
| +FAIL Getting animation-direction when it is set to alternate assert_true: expected true got false
|
| +FAIL Getting animation-direction when it is set to alternate-reverse assert_true: expected true got false
|
| +FAIL Getting animation-direction when it is set to initial assert_true: expected true got false
|
| +FAIL Getting animation-direction when it is set to inherit assert_true: expected true got false
|
| +FAIL Getting animation-direction when it is set to unset assert_true: expected true got false
|
| +FAIL getAll for single-valued animation-direction assert_equals: expected function "function CSSKeywordValue() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
|
| +FAIL getAll for list-valued animation-direction assert_equals: expected 2 but got 1
|
| +PASS Delete animation-direction removes the value form the styleMap
|
| +PASS animation-direction shows up in getProperties
|
| +PASS Set animation-direction to a sequence
|
| +PASS Set animation-direction to a sequence containing an invalid type
|
| +PASS Appending a CSSKeywordValue to animation-direction
|
| +PASS Append a sequence to animation-direction
|
| +PASS Appending an invalid value to animation-direction
|
| +PASS Append a sequence containing an invalid value to animation-direction
|
| +Harness: the test ran to completion.
|
| +
|
|
|