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