| Index: LayoutTests/svg/custom/relative-sized-content-with-resources.xhtml
|
| diff --git a/LayoutTests/svg/custom/relative-sized-content-with-resources.xhtml b/LayoutTests/svg/custom/relative-sized-content-with-resources.xhtml
|
| index 1294ca9b64dc6e11c76cd22d248d173420467880..b4fe4962b11638134ac185d8d9858d3da9b38b1d 100644
|
| --- a/LayoutTests/svg/custom/relative-sized-content-with-resources.xhtml
|
| +++ b/LayoutTests/svg/custom/relative-sized-content-with-resources.xhtml
|
| @@ -16,7 +16,7 @@
|
| <circle cx="50%" cy="50%" r="40%" stroke="gray" fill="url(#grad)"/>
|
| </svg>
|
| </div>
|
| - <script type="JavaScript">
|
| + <script>
|
| function repaintTest() {
|
| document.getElementById("contentBox").style.setProperty("width", "400px");
|
| }
|
|
|