| <!DOCTYPE html> | |
| <div id="target" style="position: absolute; top: 150px; left: 150px; border: 50px solid green"></div> | |
| <script src="../../resources/run-after-layout-and-paint.js"></script> | |
| Tests paint invalidation and painting of outline around an empty box. | |
| Passes if there is a green square. | |