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
android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
constrained_files
/
target_onload_moveto.html
blob
02ade91eb484746311e7ed7567822390d06d2531
1
<HTML>
2
<HEAD>
3
<TITLE>
window.moveTo() Test
</TITLE>
4
</HEAD>
5
<BODY
onLoad
=
"window.opener.focus(); window.moveTo(20, 20);"
>
6
This page shouldn't be able to force its own display by moving itself after creation.
7
</BODY>
8
</HTML>