blob: f56558a5f4e68dddbe83eca0b4196ea278771213 [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: 14px/1 Ahem;
13}
14
15.filtered {
16 -webkit-filter: drop-shadow(0px 0px 0px black);
17}
18</style>
19<div>This is testing HiDPI output from filters. The actual effects are no-ops.</div>
20<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>">
21<img class="filtered" 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>">