blob: cc8003054b236a319e2099669319cefbfccb2359 [file] [log] [blame]
dino@apple.comc52f4c02014-05-10 09:30:02 +00001<script src="resources/ensure-hidpi.js"></script>
2<style>
3img {
4 width: 200px;
5 height: 200px;
6}
7
8p {
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>