blob: e361ff5ef83fa26f4b18a36d01b240b0cb9de38a [file] [log] [blame]
<html>
<head>
<script>
if (window.layoutTestController) {
window.layoutTestController.dumpAsText();
window.layoutTestController.dumpChildFramesAsText();
layoutTestController.waitUntilDone();
window.layoutTestController.addUserStyleSheet("#thinger { display:none; }", true);
}
</script>
</head>
<body>
If any thingers appear on this page, the test has failed.
<Div id="thinger">thinger</div>
<iframe src="resources/frame1.html"></iframe>
</body>
</html>