| Index: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html
|
| index 826d3e0a4d6eb50c8feb483b57d10f0db6267ea5..2cbb018e2b06405748bfb968aff4f6036df19981 100644
|
| --- a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html
|
| +++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html
|
| @@ -42,7 +42,7 @@
|
|
|
| test(function() {
|
| var results = setUpTest("0.3", null);
|
| - assert_equals(results[0], null);
|
| + assert_equals(results[0], "");
|
| assert_equals(results[1], "0");
|
| }, "shape-image-threshold is not inherited and defaults to 0");
|
|
|
|
|