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