android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / constrained_files / target_onload_moveto.html
blob02ade91eb484746311e7ed7567822390d06d2531
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>