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