| Index: LayoutTests/fast/masking/parsing-mask.html
|
| diff --git a/LayoutTests/fast/masking/parsing-mask.html b/LayoutTests/fast/masking/parsing-mask.html
|
| index c97afa74c2cb670eba4257a822d15896c6d76a8d..d458da519f18d70f71e56e7272c594d5aaee2d2e 100644
|
| --- a/LayoutTests/fast/masking/parsing-mask.html
|
| +++ b/LayoutTests/fast/masking/parsing-mask.html
|
| @@ -36,7 +36,7 @@ function testInner(property, value, expected) {
|
| }
|
|
|
| function negativeTest(property, value) {
|
| - testInner(property, value, null);
|
| + testInner(property, value, "");
|
| // FIXME: Computed style not yet implemented.
|
| // testComputed(property, value, 'none');
|
| }
|
|
|