summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot2.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fetch/corb/resources/html-js-polyglot2.js')
-rw-r--r--testing/web-platform/tests/fetch/corb/resources/html-js-polyglot2.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot2.js b/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot2.js
new file mode 100644
index 0000000000..faae1b7682
--- /dev/null
+++ b/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot2.js
@@ -0,0 +1,10 @@
+<!-- comment --> <script type='text/javascript'>
+//<![CDATA[
+
+// This is a regression test for https://crbug.com/839945
+// which found out that some script resources are served
+// with text/html content-type and with a body that is
+// both a valid html and a valid javascript.
+window['html-js-polyglot2.js'] = true;
+
+//]]>--></script>