| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/height.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/height.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/height.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..68e1db51105c77d8950850b5e2a68c873fa29ab0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/height.html
|
| @@ -0,0 +1,17 @@
|
| +<!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 = config_templates.lengthPercentConfig();
|
| +config['property'] = 'height';
|
| +config['validKeywords'] = [
|
| + // 'available', Not yet supported in Chrome
|
| + 'max-content',
|
| + 'min-content',
|
| + 'fit-content',
|
| + 'auto'
|
| +];
|
| +runInlineStylePropertyMapTests(config);
|
| +</script>
|
|
|