blob: 8ba965297f16708f4b08e953492b5f67feb2de69 [file] [log] [blame]
<!doctype html>
<!--
* Copyright 2014 The Chromium Authors. All rights reserved. Use of this
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
<!-- This file is loaded from webview accessible resource -->
<html>
<head>
<title>A guest page.</title>
</head>
<body style="padding: 0; margin: 0;">
<script>
window.console.log('guest_with_inline_script.html: Inline script ran');
</script>
</body>
</html>