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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/right.html

Issue 2583063002: Add common test configs for properties that take lengths (Closed)
Patch Set: Remove extra whitespace Created 3 years, 9 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/typedcssom/inlinestyle/properties/right.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/right.html
similarity index 57%
copy from third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html
copy to third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/right.html
index 6564e7fd3224eb366f2c6e17c1b6cb771fff31ac..5af76a14863f57aaf6cca6ad28c7418c68ebd015 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/right.html
@@ -3,9 +3,9 @@
<script src='../../../resources/testharnessreport.js'></script>
<script src='property-suite.js'></script>
<script src='config-templates.js'></script>
-
<script>
- let config = Object.assign({}, config_templates.borderConfig);
- config['property'] = 'border-bottom-style';
- runInlineStylePropertyMapTests(config);
-</script>
+let config = config_templates.lengthPercentConfig();
+config['property'] = 'right';
+config['validKeywords'] = ['auto'];
+runInlineStylePropertyMapTests(config);
+</script>

Powered by Google App Engine
This is Rietveld 408576698