summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fetch/corb/resources/html-js-polyglot.js')
-rw-r--r--testing/web-platform/tests/fetch/corb/resources/html-js-polyglot.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot.js b/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot.js
new file mode 100644
index 0000000000..db45bb4acc
--- /dev/null
+++ b/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot.js
@@ -0,0 +1,9 @@
+<!--/*--><html><body><script type="text/javascript"><!--//*/
+
+// This is a regression test for https://crbug.com/839425
+// 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-polyglot.js'] = true;
+
+//--></script></body></html>