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

Unified Diff: LayoutTests/svg/custom/absolute-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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/relative-sized-content.xhtml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/absolute-sized-content-with-resources.xhtml
diff --git a/LayoutTests/svg/custom/absolute-sized-content-with-resources.xhtml b/LayoutTests/svg/custom/absolute-sized-content-with-resources.xhtml
index 114d357513e9259614ab46a8a80b1ba4f53a718e..bd3a92b315e24ebfb477c2dd70b260aa8ba051e1 100644
--- a/LayoutTests/svg/custom/absolute-sized-content-with-resources.xhtml
+++ b/LayoutTests/svg/custom/absolute-sized-content-with-resources.xhtml
@@ -25,7 +25,7 @@
</g>
</svg>
</div>
- <script type="JavaScript">
+ <script>
function repaintTest() {
document.getElementById("contentBox").style.setProperty("width", "400px");
}
« no previous file with comments | « no previous file | LayoutTests/svg/custom/relative-sized-content.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698