Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / image-document-zoom.html
blob0f65ec9c67e5c62fe09c4001035fdc26da189539
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8"/>
5 <title>bug 110993 : ImageDocument 's incorrect zoom behavior.</title>
6 </head>
7 <body>
8 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=110993">bug 110993</a> : ImageDocument 's incorrect zoom behavior.</p>
9 <ol>
10 <li>Open this image link on your browser. <a href="resources/200x200.png">resources/200x200.png</a></li>
11 <li>Make the browser window(rendering area)'s height and width about 3 times bigger than the image.</li>
12 <li>Zoom in several times until the image gets bigger than the browser window using keyboard shortcut (e.g., ctrl + '+' in Linux Chrome)</li>
13 <li>Zoom back to the original state (100%) using keyboard shortcut (e.g., ctrl + '-' in Linux Chrome)</li>
14 <li>If the image size is 200x200, pass, otherwise, fail.</li>
15 </ol>
16 </body>
17 </html>