| Index: LayoutTests/svg/text/modify-text-node-in-tspan.html
|
| diff --git a/LayoutTests/svg/text/modify-text-node-in-tspan.html b/LayoutTests/svg/text/modify-text-node-in-tspan.html
|
| index faafe440b82eefe6f3237c3759486eb6edb15b5f..05ee8818d4516a3711b2619b02d748b213b3b277 100644
|
| --- a/LayoutTests/svg/text/modify-text-node-in-tspan.html
|
| +++ b/LayoutTests/svg/text/modify-text-node-in-tspan.html
|
| @@ -5,7 +5,7 @@
|
| <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| </head>
|
| <body onload="runRepaintAndPixelTest()">
|
| -<svg style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px">
|
| +<svg style="position: absolute; top: 0; left: 0; width: 100%; height: 100%">
|
| <title>You should see the word PASS three times</title>
|
| <text transform="translate(10, 50) scale(10 10)" font-size="12">
|
| <tspan x="0" y="12" id="modify">PA</tspan>
|
|
|