chromium/chrome/test/data/extensions/platform_apps/app_view/guest_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>
    This is a simple app playing the role of the "intended" guest contents in
    AppViewTest.KillGuestCommunicatingWithWrongAppView. This guest informs the
    C++ side when the "onEmbedRequested" happens. Then accepts the embedding
    after the reply callback is received.
  </p>
</body>
</html>