haikuwebkit/LayoutTests/storage/indexeddb/modern/blob-cursor.html

14 lines
353 B
HTML

<html>
<body>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
window.open("resources/blob-cursor1.html");
}
</script>
<button id="button" onclick='window.open("resources/blob-cursor1.html", "childWindow");'>Click to start test in new window</button>
</body>
</html>