Switch TestFrameNavigationObserver to DidCommitProvisionalLoadForFrame.
[chromium-blink-merge.git] / chrome / test / data / constrained_files / target_onload_resizeto.html
blobe19f1449b9f18adb4868565c540f6e955d9ae5b7
1 <HTML>
2 <HEAD>
3 <TITLE> window.resizeTo() Test </TITLE>
4 </HEAD>
5 <BODY onClick="window.opener.focus(); window.resizeTo(200, 200);">
6 This page's content bounds should start at 320, 300 because that's hat it was opeend with.
7 After click, the window's bounds should be equal to 200, 200 and the content bounds smaller then that.
8 </BODY>
9 </HTML>