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

Unified Diff: LayoutTests/svg/custom/relative-sized-content-with-resources.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-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");
}
« no previous file with comments | « LayoutTests/svg/custom/relative-sized-content.xhtml ('k') | LayoutTests/svg/custom/relative-sized-image.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698