| Index: third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt b/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt
|
| index 411f63a49bb688911f384f4e0f7b868a952aebd8..72a47b74d2ab0003e1463c94274cecb4777d4c90 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt
|
| @@ -6,16 +6,16 @@ Tests that an animateTransform with attributeType "auto" acts as "XML". Should r
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS rootSVGElement.getTransformToElement(rect).e is 0
|
| -PASS rootSVGElement.getTransformToElement(rect).f is 0
|
| -PASS rootSVGElement.getTransformToElement(rect).e is 0
|
| -PASS rootSVGElement.getTransformToElement(rect).f is 0
|
| -PASS rootSVGElement.getTransformToElement(rect).e is -100
|
| -PASS rootSVGElement.getTransformToElement(rect).f is -100
|
| -PASS rootSVGElement.getTransformToElement(rect).e is -200
|
| -PASS rootSVGElement.getTransformToElement(rect).f is -200
|
| -PASS rootSVGElement.getTransformToElement(rect).e is -200
|
| -PASS rootSVGElement.getTransformToElement(rect).f is -200
|
| +PASS getTransformToElement(rootSVGElement, rect).e is 0
|
| +PASS getTransformToElement(rootSVGElement, rect).f is 0
|
| +PASS getTransformToElement(rootSVGElement, rect).e is 0
|
| +PASS getTransformToElement(rootSVGElement, rect).f is 0
|
| +PASS getTransformToElement(rootSVGElement, rect).e is -100
|
| +PASS getTransformToElement(rootSVGElement, rect).f is -100
|
| +PASS getTransformToElement(rootSVGElement, rect).e is -200
|
| +PASS getTransformToElement(rootSVGElement, rect).f is -200
|
| +PASS getTransformToElement(rootSVGElement, rect).e is -200
|
| +PASS getTransformToElement(rootSVGElement, rect).f is -200
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|