blob: 4bb9ed20e06e4d352253a1039efde7a5f7cb9461 [file] [log] [blame]
<html>
<!-- Avoid scrollbars; we'd get a scrollbar otherwise, because the (broken and
invisible) image is quite large. -->
<body style="overflow:hidden;">
<img style="content: url(#MyFilter); display: block;">
<script>
setTimeout(function() {
document.body.style.zoom=42;
}, 0);
</script>
</body>
</html>