blob: d80f8d23d04a58db65ac218745a46cfdc95a854d [file] [edit]
<html>
<head>
<title>Test HTML Page</title>
<script>
async function test()
{
testRunner?.dumpAsText();
testRunner?.waitUntilDone();
document.body.offsetTop;
await testRunner?.displayAndTrackRepaints();
testRunner?.notifyDone();
}
</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>