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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-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-bottom-width.html
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width.html
index ec9bebdf7378b33d353dd832451c5ea97c90fda3..d2dd95a2c28f97935738ab33eda25a5be68bce39 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width.html
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-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-bottom-width';
config['validKeywords'] = ['thin', 'medium', 'thick'];
runInlineStylePropertyMapTests(config);

Powered by Google App Engine
This is Rietveld 408576698