| <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> |