chromium/chrome/test/data/extensions/platform_apps/app_view/bad_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 mock application which will play the role of the bad app in
    AppViewTest.KillGuest* tests. It always gets killed.
  </p>
</body>
</html>