Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / hidpi / image-srcset-png-3-expected.html
blobb54c6643d56ce8321616c527479be4452880f69d
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 - 2x</h3>
10 <div class="expected">expected<br/>
11 <img src="resources/srcset.png" width="100" height="50">
12 </div>
13 <div class="actual">actual<br/>
14 <img src="resources/srcset.png" width="100" height="50">
15 </div>
16 This test should show a PNG image of size 100x50, and intrinsic/natural size 100x50. 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="code7"></code>
18 <br clear="all"/>
19 </div>
20 <script src="resources/print_img_failure.js"></script>
21 </body>
22 </html>