chromium/ios/testing/data/http_server_files/chromium_logo_page.html

<!DOCTYPE html>

<!--
Copyright 2016 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<html>
<head>
  <title>chromium logo</title>
</head>
<body>
  <p>Page with some text and the chromium logo image.</p>
  <img src="chromium_logo.png" alt="Chromium Image" id="chromium_image"/>
</body>
</html>