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