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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt

Issue 2722503002: [CSS Typed OM] Specify and check separators for repeated properties (Closed)
Patch Set: Don't generate function Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_css_property_metadata.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
-
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_css_property_metadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698