haikuwebkit/LayoutTests/userscripts/resources/frame2.html

12 lines
172 B
HTML

<html>
<body>
<script>
window.onload = function() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<div id="thinger">thinger</div>
</body>
</html>