Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / hidpi / image-srcset-png-1-expected.html
blob42b53cf55db2aeb10a8a9ab9d7f02675efdd91b8
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <link rel="stylesheet" href="resources/svg_tests.css">
5 </head>
6 <body>
7 <h2><a href="http://www.w3.org/html/wg/drafts/srcset/w3c-srcset">srcset</a> testcases for SVG</h2>
8 <div class="test">
9 <h3>PNG without explicit dimensions - 1x</h3>
10 <div class="expected">expected<br/>
11 <img src="resources/srcset.png" width="200" height="100">
12 </div>
13 <div class="actual">actual<br/>
14 <img src="resources/srcset.png" width="200" height="100">
15 </div>
16 This test should show a PNG image of size 200x100, and intrinsic/natural size 200x100. The left half of the image should be red and there should be a black circle in the center.<br/>
17 <code class="stats" id="code5"></code>
18 <br clear="all"/>
19 </div>
20 <script src="resources/print_img_failure.js"></script>
21 </body>
22 </html>