Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: LayoutTests/svg/custom/relative-sized-content.xhtml

Issue 209333007: Remove optional type="JavaScript" from script tags (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
}

Powered by Google App Engine
This is Rietveld 408576698