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