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

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

Issue 2588853002: Fix border radius on composited children. (Closed)
Patch Set: SPV2 expectations Created 3 years, 11 months 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>
6 </div> 6 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698