haikuwebkit/LayoutTests/fast/dom/resources/html-link-element-activatio...

11 lines
149 B
HTML

<head>
<script>
function fail(){
window.parent.postMessage("test:fail", "*");
}
</script>
</head>
<body onload="fail()">
<h1>target</h1>
</body>