| Index: LayoutTests/svg/animations/svgnumber-animation-3-expected.txt
|
| diff --git a/LayoutTests/svg/animations/svgnumber-animation-3-expected.txt b/LayoutTests/svg/animations/svgnumber-animation-3-expected.txt
|
| index dd3525d1a5bbe0d94adb2ab6f51604341dccb0a2..3daf2040cb41a7beb5fd6a55601876699f6505cc 100644
|
| --- a/LayoutTests/svg/animations/svgnumber-animation-3-expected.txt
|
| +++ b/LayoutTests/svg/animations/svgnumber-animation-3-expected.txt
|
| @@ -5,10 +5,10 @@ Test for SVGNumber animation with invalid units.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
|
| -PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
|
| -PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
|
| -PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
|
| +PASS getComputedStyle(rect).opacity is '0'
|
| +PASS getComputedStyle(rect).opacity is '0'
|
| +PASS getComputedStyle(rect).opacity is '0'
|
| +PASS getComputedStyle(rect).opacity is '0'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|