Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/svg/custom/calc-expression-with-zoom-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/calc-expression-with-zoom-expected.html b/third_party/WebKit/LayoutTests/svg/custom/calc-expression-with-zoom-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4527ba610aaafec5693de6a42d9e59bd2d6dca79 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/svg/custom/calc-expression-with-zoom-expected.html |
| @@ -0,0 +1,8 @@ |
| + <!DOCTYPE html> |
| +<style> |
| + body { zoom: 200%;} |
| +</style> |
| +<svg id="svg" width="500" height="500" viewBox='0 0 1000 1000'> |
| + <rect width='100px' height='100' fill='green'/> |
| + <rect x='110' width='100' height='100' fill='green'/> |
| +</svg> |