chromium/third_party/blink/manual_tests/image-document-zoom.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <title>bug 110993 : ImageDocument 's incorrect zoom behavior.</title>
  </head>
  <body>
    <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=110993">bug 110993</a> : ImageDocument 's incorrect zoom behavior.</p>
    <ol>
      <li>Open this image link on your browser. <a href="resources/200x200.png">resources/200x200.png</a></li>
      <li>Make the browser window(rendering area)'s height and width about 3 times bigger than the image.</li>
      <li>Zoom in several times until the image gets bigger than the browser window using keyboard shortcut (e.g., ctrl + '+' in Linux Chrome)</li>
      <li>Zoom back to the original state (100%) using keyboard shortcut (e.g., ctrl + '-' in Linux Chrome)</li>
      <li>If the image size is 200x200, pass, otherwise, fail.</li>
    </ol>
  </body>
</html>