3 * Copyright (c) 2013 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
9 <title>A guest that opens a new window.
</title>
10 <script type=
"text/javascript">
11 window
.onload = function() {
12 document
.getElementById('link').click();
16 <body style=
"padding: 0; margin: 0;">
17 <a id=
"link" href=
"data:text/html,<html><body>Noreferrer guest</body></html>"
18 rel=
"noreferrer" target=
"_blank">Link
</a>