mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
12 lines
272 B
HTML
12 lines
272 B
HTML
<!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_basic.html'></iframe>
|
|
<script>
|
|
document.getElementById('target').contentWindow.focus();
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|