OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <link rel="stylesheet" href="resources/svg_tests.css"> |
3 <head> | 3 <h2><a href="http://www.w3.org/html/wg/drafts/srcset/w3c-srcset">srcset</a> test
cases for SVG</h2> |
4 <link rel="stylesheet" href="resources/svg_tests.css"> | 4 <div class="test"> |
5 </head> | |
6 <body> | |
7 <h2><a href="http://www.w3.org/html/wg/drafts/srcset/w3c-srcset">srcset</a> te
stcases for SVG</h2> | |
8 <div class="test"> | |
9 <h3>PNG with explicit dimensions - 4x</h3> | 5 <h3>PNG with explicit dimensions - 4x</h3> |
10 <div class="expected">expected<br/> | 6 <div class="expected">expected<br/> |
11 <img src="resources/srcset.png" width="100" height="50"> | 7 <img src="resources/srcset.png" width="100" height="50"> |
12 </div> | 8 </div> |
13 <div class="actual">actual<br/> | 9 <div class="actual">actual<br/> |
14 <img src="resources/srcset.png" width="100" height="50"> | 10 <img src="resources/srcset.png" width="100" height="50"> |
15 </div> | 11 </div> |
16 This test should show a PNG image of size 100x50, and intrinsic/natural size
50x25. The left half of the image should be red and there should be a black cir
cle in the center.<br/> | 12 This test should show a PNG image of size 100x50, and intrinsic/natural size
50x25. The left half of the image should be red and there should be a black cir
cle in the center.<br/> |
17 <code class="stats" id="code8"></code> | 13 <code class="stats" id="code8"></code> |
18 <br clear="all"/> | 14 <br clear="all"/> |
19 </div> | 15 </div> |
20 <script src="resources/print_img_failure.js"></script> | 16 <script src="resources/print_img_failure.js"></script> |
21 </body> | |
22 </html> | |
OLD | NEW |