| 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);
|
|
|