| Index: third_party/WebKit/LayoutTests/svg/text/modify-text-node-in-tspan.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/text/modify-text-node-in-tspan.html b/third_party/WebKit/LayoutTests/svg/text/modify-text-node-in-tspan.html
|
| index 05ee8818d4516a3711b2619b02d748b213b3b277..631cbbc63457f10ddfec1810ec9adff80af2ec8f 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/text/modify-text-node-in-tspan.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/text/modify-text-node-in-tspan.html
|
| @@ -2,9 +2,9 @@
|
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<script src="../../fast/repaint/resources/repaint.js"></script>
|
| </head>
|
| -<body onload="runRepaintAndPixelTest()">
|
| +<body onload="runRepaintTest()">
|
| <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">
|
|
|