| Index: LayoutTests/fast/css/getPropertyValue-border-expected.txt
|
| diff --git a/LayoutTests/fast/css/getPropertyValue-border-expected.txt b/LayoutTests/fast/css/getPropertyValue-border-expected.txt
|
| index b0f721268caef65f3d275a4cbcbe1e0379bdb00b..4dbef1b3152b90fb332fec03d763c496a4c8086f 100644
|
| --- a/LayoutTests/fast/css/getPropertyValue-border-expected.txt
|
| +++ b/LayoutTests/fast/css/getPropertyValue-border-expected.txt
|
| @@ -13,8 +13,8 @@ PASS div5.style.getPropertyValue("border") is 'green'
|
| NOTE: 'green' is an illegal CSS value for 'border'.
|
| PASS div6.style.getPropertyValue("border") is '5px'
|
| PASS div7.style.getPropertyValue("border") is 'solid'
|
| -PASS div8.style.getPropertyValue("border") is null
|
| -PASS div9.style.getPropertyValue("border") is null
|
| +PASS div8.style.getPropertyValue("border") is ""
|
| +PASS div9.style.getPropertyValue("border") is ""
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|