| Index: third_party/WebKit/LayoutTests/svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml b/third_party/WebKit/LayoutTests/svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
|
| index 84a60e8384c48a19326566b8fa2ba327a11a98ef..512b182ec3a7505583559bae9f6c66fe156a9e4a 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml
|
| @@ -1,8 +1,8 @@
|
| <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()">
|
| <p>The svg area contained in the div element (red box), should fill out the whole area with a green shaped path</p>
|
| <div id="contentBox" style="width: 100px; height: 400px; border: 1px solid red;">
|
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%">
|
|
|