3 <title>Test HTML Page
</title>
4 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
8 if (window
.testRunner
) {
9 testRunner
.dumpAsText();
10 testRunner
.waitUntilDone();
11 runAfterLayoutAndPaint(function() {
12 testRunner
.notifyDone();
17 <style type=
"text/css">
18 p
{ text-shadow: purple
0px 0px 38005685px; }
21 <body onload=
"test()">
22 <p>Extreme text-shadow blur values should not crash.
</p>