| Index: third_party/WebKit/LayoutTests/svg/dom/css-transforms-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/dom/css-transforms-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/css-transforms-expected.txt
|
| index 19f4f65bf09934cf5e3e0af7018ab122ce1fef7c..8eb7fcea2109457835ac4b6941b98816e3131c73 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/dom/css-transforms-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/dom/css-transforms-expected.txt
|
| @@ -19,11 +19,9 @@ Test SVGLocatable interface
|
| PASS dumpMatrix(circle.getCTM()) is "[2.0 0.0 0.0 2.0 20.0 20.0]"
|
| PASS dumpMatrix(circle.getScreenCTM()) is "[2.0 0.0 0.0 2.0 28.0 28.0]"
|
| PASS dumpRect(circle.getBBox()) is "[0 0 80 80]"
|
| -PASS dumpMatrix(circle.getTransformToElement(circle)) is "[1.0 0.0 0.0 1.0 0.0 0.0]"
|
| PASS dumpMatrix(rect.getCTM()) is "[0.7 0.7 -0.7 0.7 100.0 0.0]"
|
| PASS dumpMatrix(rect.getScreenCTM()) is "[0.7 0.7 -0.7 0.7 312.0 8.0]"
|
| PASS dumpRect(rect.getBBox()) is "[40 40 100 100]"
|
| -PASS dumpMatrix(rect.getTransformToElement(rect)) is "[1.0 0.0 0.0 1.0 0.0 0.0]"
|
|
|
| Test CSSMatrix
|
| PASS circle.style.webkitTransform is "scale(2, 2) translate(10px, 10px)"
|
|
|