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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-right-style.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/border-right-style.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-right-style.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-right-style.html
index 73e4a2645e341180c0ed2e98a3bc6caa2af2bcee..875f8f97a5abd268ed0fbbb7d95dc63b66585731 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-right-style.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-right-style.html
@@ -3,9 +3,8 @@
<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-right-style';
- runInlineStylePropertyMapTests(config);
-</script>
+let config = config_templates.borderConfig();
+config['property'] = 'border-right-style';
+runInlineStylePropertyMapTests(config);
+</script>

Powered by Google App Engine
This is Rietveld 408576698