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