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