Index: LayoutTests/svg/custom/relative-sized-content.xhtml |
diff --git a/LayoutTests/svg/custom/relative-sized-content.xhtml b/LayoutTests/svg/custom/relative-sized-content.xhtml |
index 576066276c05d01d13ded9d525595b50d1c6804c..4a048aad7e5f69d167e7f89bb15b9bad3c798b7c 100644 |
--- a/LayoutTests/svg/custom/relative-sized-content.xhtml |
+++ b/LayoutTests/svg/custom/relative-sized-content.xhtml |
@@ -9,7 +9,7 @@ |
<rect id="targetRect" width="100%" height="100%" fill="blue"/> |
</svg> |
</div> |
- <script type="JavaScript"> |
+ <script> |
function repaintTest() { |
document.getElementById("contentBox").style.setProperty("width", "400px"); |
} |