| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6564e7fd3224eb366f2c6e17c1b6cb771fff31ac
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-style.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<script src='../../../resources/testharness.js'></script>
|
| +<script src='../../../resources/testharnessreport.js'></script>
|
| +<script src='property-suite.js'></script>
|
| +<script src='config-templates.js'></script>
|
| +
|
| +<script>
|
| + let config = Object.assign({}, config_templates.borderConfig);
|
| + config['property'] = 'border-bottom-style';
|
| + runInlineStylePropertyMapTests(config);
|
| +</script>
|
|
|