blob: a7f55ed5be06721e122c08630ba11c249b713463 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.big {
width: 4096px;
height: 4096px;
-webkit-filter: blur(3px);
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<div class="big">This element is too big to filter.</div>
</body>
</html>