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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/script-allowed-types-languages.html

Issue 2135753002: Update supported javascript mimetypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment language slightly Created 4 years, 5 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: third_party/WebKit/LayoutTests/fast/html/script-allowed-types-languages.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/script-allowed-types-languages.html b/third_party/WebKit/LayoutTests/fast/html/script-allowed-types-languages.html
index 0dbe7980690a83244d9b54de054c3a229b8c1c39..3ee958ef1c8c503fb965c9947564e8259f8421a4 100644
--- a/third_party/WebKit/LayoutTests/fast/html/script-allowed-types-languages.html
+++ b/third_party/WebKit/LayoutTests/fast/html/script-allowed-types-languages.html
@@ -51,9 +51,12 @@ function test()
"",
"text/javascript",
"text/ecmascript",
+ "text/x-javascript",
+ "text/x-ecmascript",
"application/javascript",
"application/ecmascript",
"application/x-javascript",
+ "application/x-ecmascript",
"text/javascript1.0",
"text/javascript1.1",
"text/javascript1.2",

Powered by Google App Engine
This is Rietveld 408576698