blob: 7d9dd424906c6543429c24a05c175687a28c0594 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Regression test for CR573921</title>
<style>
@import url(a)
</style>
<script>
function f() {
window.parent.postMessage(1, '*');
var t = document.documentElement.outerHTML;
document.writeln(t);
}
</script>
<style onload="f()"></style>
</head>
<body>
<iframe></iframe>
</body>
</html>