| 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",
|
|
|