summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/corb/resources/html-js-polyglot.js
blob: db45bb4acc9251959a240da6c5c57603fb8fbce8 (plain)
1
2
3
4
5
6
7
8
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>