• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3<body>
4This is a test case for selecting a range within an iframe.
5<iframe id='target' width='400' height='200' src='select_range_div_editable.html'></iframe>
6<script>
7    document.getElementById('target').contentWindow.focus();
8</script>
9</body>
10</html>
11