| Index: LayoutTests/svg/custom/relative-sized-image.xhtml
|
| diff --git a/LayoutTests/svg/custom/relative-sized-image.xhtml b/LayoutTests/svg/custom/relative-sized-image.xhtml
|
| index ad6245ca713a1f677d453d5848327f315227d6c4..704f80c1ec18795bbd728fd0b5a0c11ca8dc3ccd 100644
|
| --- a/LayoutTests/svg/custom/relative-sized-image.xhtml
|
| +++ b/LayoutTests/svg/custom/relative-sized-image.xhtml
|
| @@ -9,7 +9,7 @@
|
| <image xlink:href="../W3C-SVG-1.1/resources/smiley.png" width="100%" height="100%" preserveAspectRatio="none"/>
|
| </svg>
|
| </div>
|
| - <script type="JavaScript">
|
| + <script>
|
| function repaintTest() {
|
| document.getElementById("contentBox").style.setProperty("width", "400px");
|
| }
|
|
|