blob: 4a84152b737c62f2840bc8c704a5c9cfa9a1073c [file] [log] [blame]
<html>
<head>
<title>Test HTML Page</title>
<script>
function test()
{
if (window.layoutTestController) {
layoutTestController.dumpAsText();
document.body.offsetTop;
layoutTestController.display();
}
}
</script>
<style type="text/css">
p { text-shadow: purple 0px 0px 38005685px; }
</style>
</head>
<body onload="test()">
<p>Extreme text-shadow blur values should not crash.</p>
</body>
</html>