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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-top-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-top-style.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-top-style.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-top-style.html
index 9196857e1ac5d79a8f86aafb01d7d6ae01e77f37..6dd909787df341c0f68ff1f9f889d88fd6eeb7cd 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-top-style.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-top-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);
+ let config = config_templates.borderConfig();
config['property'] = 'border-top-style';
runInlineStylePropertyMapTests(config);
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698