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

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

Powered by Google App Engine
This is Rietveld 408576698