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

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: Removed fprintf. 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 <div style="position: relative; overflow: hidden; border-radius: 4px;">
mstensho (USE GERRIT) 2014/10/31 22:35:34 Can you add a <!DOCTYPE html>?
chrishtr 2014/10/31 23:53:16 Done.
2 <div style="display: inline-block; position: relative; overflow: hidden; borde r: 1px solid black; border-radius: 4px 0px 0px 4px; background: lightgray; width : 20px; height: 20px">
mstensho (USE GERRIT) 2014/10/31 22:35:34 Any reason why it's inline-block?
chrishtr 2014/10/31 23:53:16 Removed.
3 </div>
4 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698