| Index: LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
|
| diff --git a/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt b/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
|
| index c22aec7f27497b96a9223ad16218418ee279cf46..759bfe7a304c3e14075b3a5dd3deb03e5270591e 100644
|
| --- a/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
|
| +++ b/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
|
| @@ -7,17 +7,17 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| Negative blur radius value : 10px 10px -1px rgb(255, 0, 0)
|
| PASS cssRule.type is 1
|
| PASS declaration.length is 0
|
| -PASS declaration.getPropertyValue('box-shadow') is null
|
| +PASS declaration.getPropertyValue('box-shadow') is ""
|
|
|
| Negative blur radius value, with a spread defined : 10px 10px -1px 10px rgb(255, 0, 0)
|
| PASS cssRule.type is 1
|
| PASS declaration.length is 0
|
| -PASS declaration.getPropertyValue('box-shadow') is null
|
| +PASS declaration.getPropertyValue('box-shadow') is ""
|
|
|
| Negative blur radius value, with a negative spread defined : 10px 10px -1px -1px rgb(255, 0, 0)
|
| PASS cssRule.type is 1
|
| PASS declaration.length is 0
|
| -PASS declaration.getPropertyValue('box-shadow') is null
|
| +PASS declaration.getPropertyValue('box-shadow') is ""
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|