| <script src="resources/ensure-hidpi.js"></script> |
| -webkit-filter: url(#hueRotate); |
| <div style="display: none"> |
| <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0"> |
| <feColorMatrix type="hueRotate" values="0"/> |
| <div>This is testing HiDPI output from filters. The actual effects are no-ops.</div> |
| <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>"> |
| <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>"> |
| <p class="filtered">Text</p> |