chromium/chrome/test/data/extensions/platform_apps/app_view/host_app/window.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>
<body>
  <p> The Host App for AppViewTest.KillGuest* tests. </p>
  <div id="embedder"></div>
  <script src="window.js"></script>
</body>
</html>