chromium/chrome/test/data/extensions/platform_apps/web_view/storage_persistence/guest.html

<!doctype html>
<!--
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <h1> A test page which is loaded by test server as the guest contents for 
      the |WebViewTest.StoragePersistence| test.
    </h1>
    <script src="message.js"></script>
    <script src="message_types.js"></script>
    <script src="guest.js"></script>
  </body>
</html>