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 |
deleted file mode 100644 |
index 94bf5519f1a673f03a52b1759491e86a7f1a2222..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-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 CSSSimpleLength throws |
-PASS Setting animation-direction to invalid value null throws |
-PASS Setting animation-direction to invalid value undefined throws |
-PASS Setting animation-direction to invalid value true throws |
-PASS Setting animation-direction to invalid value false throws |
-PASS Setting animation-direction to invalid value 1 throws |
-PASS Setting animation-direction to invalid value hello throws |
-PASS Setting animation-direction to invalid value [object Object] throws |
-PASS Setting animation-direction to invalid value CSSKeywordValue throws |
-PASS Getting animation-direction when it is set to normal |
-PASS Getting animation-direction when it is set to reverse |
-PASS Getting animation-direction when it is set to alternate |
-PASS Getting animation-direction when it is set to alternate-reverse |
-PASS Getting animation-direction when it is set to initial |
-PASS Getting animation-direction when it is set to inherit |
-PASS Getting animation-direction when it is set to unset |
-PASS getAll for single-valued animation-direction |
-PASS getAll for list-valued animation-direction |
-PASS Delete animation-direction removes the value from the styleMap |
-PASS animation-direction shows up in getProperties |
-FAIL Set animation-direction to a sequence assert_equals: expected "normal, normal" but got "normal normal" |
-PASS Set animation-direction to a sequence containing an invalid type |
-FAIL Appending a CSSKeywordValue to animation-direction assert_equals: expected "normal, normal" but got "normal normal" |
-FAIL Append a sequence to animation-direction assert_equals: expected "normal, normal" but got "normal normal" |
-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. |
- |