blob: cf01ce4c32c263ba74c4f28acdf8edf7fb5fc0cf [file] [log] [blame]
<!-- Test passes if doesn't crash. -->
<style>
* {
background-size: 1px 16777218;
background-image: -webkit-filter(url(''), contrast(0));
}
</style>
PASS if test does not crash or cause an ASSERT failure.
<script>
if (window.testRunner)
window.testRunner.dumpAsText(false);
</script>