blob: f78089abb2506aa1bb52865364abef00ee91a9b9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
This is a test case for selecting a range within an iframe.
<iframe width=400 height=200 id="iframe" src="select_range_basic.html"></iframe>
<script>
document.getElementById('iframe').contentWindow.focus();
</script>
</body>
</html>