| Index: LayoutTests/fast/masking/parsing-clip-path-shape.html
|
| diff --git a/LayoutTests/fast/masking/parsing-clip-path-shape.html b/LayoutTests/fast/masking/parsing-clip-path-shape.html
|
| index 4d359689de1b0a0064fa42649ef0951d77b437dc..a175eebc5c35a4aac14b00d8597771ef32268915 100644
|
| --- a/LayoutTests/fast/masking/parsing-clip-path-shape.html
|
| +++ b/LayoutTests/fast/masking/parsing-clip-path-shape.html
|
| @@ -36,7 +36,7 @@ function testInner(property, value, expected) {
|
| }
|
|
|
| function negativeTest(property, value) {
|
| - testInner(property, value, null);
|
| + testInner(property, value, "");
|
| testComputed(property, value, 'none');
|
| }
|
|
|
|
|