Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: LayoutTests/fast/clip/nested-rounded-rect.html

Issue 694753004: Correctly ignore "self" for border radius clipping when painting the background phase or fragments. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div style="position: relative; overflow: hidden; border-radius: 4px;">
3 <div style="position: relative; overflow: hidden; border: 1px solid black; bor der-radius: 4px 0px 0px 4px; background: lightgray; width: 20px; height: 20px">
4 </div>
5 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698