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

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

Powered by Google App Engine
This is Rietveld 408576698