| Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
| ===================================================================
|
| --- webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt (revision 26482)
|
| +++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt (working copy)
|
| @@ -254,6 +254,8 @@
|
| rect: style.getPropertyCSSValue(-webkit-column-rule-width) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-column-width) : auto
|
| rect: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
|
| +rect: style.getPropertyValue(-webkit-font-smoothing) : auto
|
| +rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-highlight) : none
|
| rect: style.getPropertyCSSValue(-webkit-highlight) : [object CSSPrimitiveValue]
|
| rect: style.getPropertyValue(-webkit-line-break) : normal
|
| @@ -658,6 +660,8 @@
|
| g: style.getPropertyCSSValue(-webkit-column-rule-width) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-column-width) : auto
|
| g: style.getPropertyCSSValue(-webkit-column-width) : [object CSSPrimitiveValue]
|
| +g: style.getPropertyValue(-webkit-font-smoothing) : auto
|
| +g: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-highlight) : none
|
| g: style.getPropertyCSSValue(-webkit-highlight) : [object CSSPrimitiveValue]
|
| g: style.getPropertyValue(-webkit-line-break) : normal
|
|
|