| Index: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html
|
| index e6db8ec5bdd7048d887c7a5c08deabc9acbaf609..2eda9e52f18f817a67e6b416f4e07c8610c5f36a 100644
|
| --- a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html
|
| +++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-004.html
|
| @@ -21,9 +21,9 @@
|
| {"name": "10"}
|
| ];
|
| generate_tests( ParsingUtils.testShapeMarginInlineStyle,
|
| - ParsingUtils.buildTestCases(shape_margin_invalid_tests, "inline - invalid"));
|
| + ParsingUtils.buildTestCases(shape_margin_invalid_tests, "inline - empty_string"));
|
| generate_tests( ParsingUtils.testShapeMarginComputedStyle,
|
| - ParsingUtils.buildTestCases(shape_margin_invalid_tests, "computed - invalid"));
|
| + ParsingUtils.buildTestCases(shape_margin_invalid_tests, "computed - empty_string"));
|
| </script>
|
| </body>
|
| </html>
|
|
|