Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / extensions / test / data / web_view / apitest / guest_with_inline_script.html
blob8ba965297f16708f4b08e953492b5f67feb2de69
1 <!doctype html>
2 <!--
3 * Copyright 2014 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 <!-- This file is loaded from webview accessible resource -->
8 <html>
9 <head>
10 <title>A guest page.</title>
11 </head>
12 <body style="padding: 0; margin: 0;">
13 <script>
14 window.console.log('guest_with_inline_script.html: Inline script ran');
15 </script>
16 </body>
17 </html>