| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-style.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-style.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-style.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..56336d6507449ca3f25232476aa0f348f1cef6f3
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-left-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-left-style';
|
| + runInlineStylePropertyMapTests(config);
|
| +</script>
|
|
|