blob: fcd1ee294ee42cec9a950db1b685e4537d4e2dc1 [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_scroll.html'></iframe>
<script>
document.getElementById('target').contentWindow.focus();
</script>
</body>
</html>