repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
Source
/
web
/
tests
/
data
/
select_range_iframe.html
blob
7a185c30650c986802ab371ee2a08c93ebd20b97
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
This is a test case for selecting a range within an iframe.
5
<iframe
id='target' width='
400
' height='
200
' src='select_range_basic.html'
></iframe>
6
<script>
7
document
.
getElementById
(
'target'
).
contentWindow
.
focus
();
8
</script>
9
</body>
10
</html>
11