haikuwebkit/LayoutTests/plugins/resources/get-file-url-subframe.html

11 lines
101 B
HTML

<html>
<body>
Subframe loaded.
<script>
window.parent.subframe_done = 1;
</script>
</body>
</html>