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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html

Issue 2530263002: Turn on Analytic AA in Chrome (take 5) (Closed)
Patch Set: Created 4 years 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
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 Test that verifies that rounded corners with overflow:hidden composite corre ctly. <br>
5 This page should show a green box with rounded corners on top of a yellow bo x with square corners.
6 <div style="width:100px; height:100px; background-color:yellow;">
7 <div style="width:100px; height:100px; background-color:green; border-ra dius:40px;"></div>
8 </div>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698