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

Unified Diff: LayoutTests/svg/custom/relative-sized-image.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 | « LayoutTests/svg/custom/relative-sized-content-with-resources.xhtml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/relative-sized-image.xhtml
diff --git a/LayoutTests/svg/custom/relative-sized-image.xhtml b/LayoutTests/svg/custom/relative-sized-image.xhtml
index ad6245ca713a1f677d453d5848327f315227d6c4..704f80c1ec18795bbd728fd0b5a0c11ca8dc3ccd 100644
--- a/LayoutTests/svg/custom/relative-sized-image.xhtml
+++ b/LayoutTests/svg/custom/relative-sized-image.xhtml
@@ -9,7 +9,7 @@
<image xlink:href="../W3C-SVG-1.1/resources/smiley.png" width="100%" height="100%" preserveAspectRatio="none"/>
</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-with-resources.xhtml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698