blob: b9a0ceefae22a7becb4552e0aadc7e9bfc24cd24 [file] [log] [blame]
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="require-trusted-types-for 'script'">
<script>
// Support script. This is meant to trigger deferred parsing. To accomplish this
// we pad the file (with this very comment) to >>200B length, and then load it
// with ...?pipe=tricle(200:d1) to ensure it's being delivered in pieces.
window.parent.postMessage("first script element executed", "*");
</script>
<script>
window.parent.postMessage("second script element executed", "*");
</script>
</head>
<body>
Hey!
</body>
</html>