| This tests verifies that shadow is repainted using the full source image of the element instead of just the dirty area. |
| There should be 3 green boxes of same size with blue shadow on the lower right corner. Check that the shadow is not interrupted. |
| -webkit-filter: drop-shadow(10px 10px 10px blue); |
| <script src="../../fast/repaint/resources/repaint.js"></script> |
| testRunner.dumpAsText(true); |
| document.querySelector(".before").classList.remove("before"); |
| <body onload="runRepaintTest()"> |
| <div class="box before"></div> |