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

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

Issue 2194273002: Fix border radius on composited children. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improve clip recording code Created 4 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <p>Below there should be a solid black circle.</p> 2 <p>Below there should be a solid green circle with a black border and no red.</p >
3 <br> 3 <br>
4 <div style="position:relative; z-index:1; overflow:hidden; margin-top:100px; wid th:200px; height:200px; border-radius:50%; border:10px solid black; background:b lack;"> 4 <div style="position:relative; z-index:1; overflow:hidden; margin-top:100px; wid th:200px; height:200px; border-radius:50%; border:10px solid black; background:r ed;">
5 <div style="transform:translateZ(0); width:300px; height:300px; margin-left: -50px; margin-top:-50px; background:black;"></div> 5 <div style="transform:translateZ(0); width:300px; height:300px; margin-left: -50px; margin-top:-50px; background:green;"></div>
Stephen Chennney 2016/11/08 21:42:51 This is to make the test more obvious when wrong.
6 </div> 6 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698