chromium/chrome/test/data/extensions/api_test/page_capture/google.html

<!--
Copyright 2011 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
  <body>
    <h1>Welcome to the Google</h1>
    <img src="logo.png"/>
    <form>
      <input type="text"/ name="seachQuery"><input type="submit"/>
    </form>
  </body>
</html>