Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/box-shadow-add-repaint-expected.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <div id="test" style="background-color: green; width: 100px; height: 100px; box- shadow: 5px 5px 5px rgba(0,0,0,0.3);"></div> 2 <div id="test" style="background-color: green; width: 100px; height: 100px; box- shadow: 5px 5px 5px rgba(0,0,0,0.3);"></div>
3 <p> 3 <p>
4 Tests the repainting of box shadows when added. 4 Tests the repainting of box shadows when added.
5 </p> 5 </p>
OLDNEW

Powered by Google App Engine