Switch TestFrameNavigationObserver to DidCommitProvisionalLoadForFrame.
[chromium-blink-merge.git] / chrome / test / data / guest_from_opener.html
blobd4ce302a58247a92c9b3dbfb12485c756c7d4db6
1 <!doctype html>
2 <!--
3 * Copyright (c) 2015 The Chromium Authors. All rights reserved. Use of this
4 * source code is governed by a BSD-style license that can be found in the
5 * LICENSE file.
6 -->
7 <html>
8 <head>
9 <title>A guest that opens a new window.</title>
10 <script type="text/javascript">
11 window.onload = function() {
12 window.open(document.documentURI);
14 </script>
15 </head>
16 <body style="padding: 0; margin: 0;">
17 </body>
18 </html>