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