dino@apple.com | c52f4c0 | 2014-05-10 09:30:02 +0000 | [diff] [blame] | 1 | <script src="resources/ensure-hidpi.js"></script> |
| 2 | <style> |
| 3 | img { |
| 4 | width: 200px; |
| 5 | height: 200px; |
| 6 | } |
| 7 | |
| 8 | p { |
| 9 | width: 200px; |
| 10 | height: 100px; |
| 11 | display: inline-block; |
| 12 | font: 20px/1 Ahem; |
| 13 | } |
| 14 | </style> |
| 15 | <div>This is testing HiDPI output from filters. The actual effects are no-ops.</div> |
| 16 | <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><rect fill='green' width='100%' height='100%'/></svg>"> |
| 17 | <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><rect fill='green' width='100%' height='100%'/></svg>"> |
| 18 | <div> |
| 19 | <p>Text</p> |
| 20 | <p>Text</p> |
| 21 | </div> |