Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
constrained_files
/
target_onload_moveto.html
blob: 02ade91eb484746311e7ed7567822390d06d2531 [
file
]
<HTML>
<HEAD>
<TITLE>
window.moveTo() Test
</TITLE>
</HEAD>
<BODY
onLoad
=
"
window
.
opener
.
focus
();
window
.
moveTo
(
20
,
20
);
"
>
This page shouldn't be able to force its own display by moving itself after creation.
</BODY>
</HTML>