| Index: LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| diff --git a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| index 03d3226cbfef8e81ba39344b58908d1067508b34..37b002379cbdf1317d31ba8779637ab2b19ec949 100644
|
| --- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| +++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| @@ -97,7 +97,7 @@ rect: style.getPropertyValue(unicode-bidi) : normal
|
| rect: style.getPropertyValue(vertical-align) : baseline
|
| rect: style.getPropertyValue(visibility) : visible
|
| rect: style.getPropertyValue(white-space) : normal
|
| -rect: style.getPropertyValue(widows) : auto
|
| +rect: style.getPropertyValue(widows) : 1
|
| rect: style.getPropertyValue(width) : auto
|
| rect: style.getPropertyValue(word-break) : normal
|
| rect: style.getPropertyValue(word-spacing) : 0px
|
| @@ -330,7 +330,7 @@ g: style.getPropertyValue(unicode-bidi) : normal
|
| g: style.getPropertyValue(vertical-align) : baseline
|
| g: style.getPropertyValue(visibility) : visible
|
| g: style.getPropertyValue(white-space) : normal
|
| -g: style.getPropertyValue(widows) : auto
|
| +g: style.getPropertyValue(widows) : 1
|
| g: style.getPropertyValue(width) : auto
|
| g: style.getPropertyValue(word-break) : normal
|
| g: style.getPropertyValue(word-spacing) : 0px
|
|
|