1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / site_isolation / js-html-polyglot.html [blame]

<!--/*--><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.
var blah = 123;

//--></script></body></html>