blob: fded984ede86a7748a06a2b44c3f39a0b0d5eb7c [file] [log] [blame]
<style>
div {
width: 200px;
height: 200px;
background-color: red;
margin-left:40px;
margin-top:40px;
-webkit-transform: rotate(-30deg);
-webkit-filter: hue-rotate(100deg);
}
</style>
<div>
<!-- This paragraph will have a filter applied. -->
</div>
<script>
if (window.testRunner)
window.testRunner.dumpAsText(true);
</script>