Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/borders/border-radius-with-composited-child-expected.html

Issue 706603002: Cleanup: Use foreground rect in paintChildClippingMaskForFragments(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <p>Below there should be a solid black circle.</p>
3 <br>
4 <div style="margin-top:100px; width:200px; height:200px; border-radius:50%; bord er:10px solid black; background:black;"></div>
OLDNEW

Powered by Google App Engine