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

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

Issue 2529043002: [CSS Typed OM] Add a property test generator for testing the inline StylePropertyMap (Closed)
Patch Set: Fix typo Created 4 years 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/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt » ('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.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction.html
new file mode 100644
index 0000000000000000000000000000000000000000..6f7ab687ffdba89f8c1293de8626dede6ff9ae08
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<script src='../../../resources/testharness.js'></script>
+<script src='../../../resources/testharnessreport.js'></script>
+<script src='property-suite.js'></script>
+
+<script>
+
+runInlineStylePropertyMapTests( {
+ property: 'animation-direction',
+ validKeywords: [
+ 'normal',
+ 'reverse',
+ 'alternate',
+ 'alternate-reverse',
+ ],
+ validObjects: [],
+ supportsMultiple: true,
+ invalidObjects: [new CSSSimpleLength(4, 'px')]
+});
+
+</script>
+
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/animation-direction-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698