Sign in
webkit
/
WebKit
/
d253a04bfc972892b059430828d5a102a011ce23
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
foreign-domain-iframe-for-selection-test.html
blob: 7bcf492486c3edc904fba82fcf34d0b2cc6836dc [
file
] [
log
] [
blame
]
<html>
<head>
<script>
window
.
onload
=
function
()
{
var
selection
=
window
.
getSelection
()
selection
.
setBaseAndExtent
(
document
.
body
,
0
,
document
.
body
,
10
);
}
</script>
</head>
<body>
FOREIGN DOMAIN
</body>
</html>