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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-width.html

Issue 2903413002: Restructure type tracking in StyleValues to work better with new numeric types (Closed)
Patch Set: rebase Created 3 years, 6 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-left-width.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-width.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-width.html
index 436e4d9106a5614a51a2e7a450274df4d5967acb..777432e65065261487751eecacfd4e4b95f00589 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-width.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-width.html
@@ -4,7 +4,7 @@
<script src='property-suite.js'></script>
<script src='config-templates.js'></script>
<script>
-let config = config_templates.lengthPercentConfig();
+let config = config_templates.lengthConfig();
config['property'] = 'border-left-width';
config['validKeywords'] = ['thin', 'medium', 'thick'];
runInlineStylePropertyMapTests(config);

Powered by Google App Engine
This is Rietveld 408576698