| Index: LayoutTests/svg/text/svg-zoom-large-value.xhtml
|
| diff --git a/LayoutTests/svg/text/svg-zoom-large-value.xhtml b/LayoutTests/svg/text/svg-zoom-large-value.xhtml
|
| index 8e21f41ec5a8ba321ce7d18f4540849ac2d61fb2..206f3a269de5f82cfda199c901a8ccd7c927a28f 100644
|
| --- a/LayoutTests/svg/text/svg-zoom-large-value.xhtml
|
| +++ b/LayoutTests/svg/text/svg-zoom-large-value.xhtml
|
| @@ -1,16 +1,16 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| -<head>
|
| -<style>
|
| -#svg1 { zoom: 10000000044444535353444433333333333333333333333333333333333333333333333333333330000000 }
|
| -</style>
|
| -</head>
|
| -<body>
|
| -<svg id="svg1" xmlns="http://www.w3.org/2000/svg">
|
| -<text x="50" y="50">PASS</text>
|
| -</svg>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
| -</body>
|
| -</html>
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| +<head>
|
| +<style>
|
| +#svg1 { zoom: 10000000044444535353444433333333333333333333333333333333333333333333333333333330000000 }
|
| +</style>
|
| +</head>
|
| +<body>
|
| +<svg id="svg1" xmlns="http://www.w3.org/2000/svg">
|
| +<text x="50" y="50">PASS</text>
|
| +</svg>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|