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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width.html » ('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/border-bottom-style.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html
index 6564e7fd3224eb366f2c6e17c1b6cb771fff31ac..1f5d77cbd6d55ab0d14e9ef75b44ca09d46c500a 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-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-bottom-style';
- runInlineStylePropertyMapTests(config);
-</script>
+let config = config_templates.borderConfig();
+config['property'] = 'border-bottom-style';
+runInlineStylePropertyMapTests(config);
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698