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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-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 lang="en">
3 <head>
4 <style>
5 body {
6 margin: 0;
7 }
8 div {
9 width: 200px;
10 height: 200px;
11 background-color: green;
12 border-radius: 100px;
13 }
14 </style>
15 </head>
16 <body>
17 <div></div>
18 <div></div>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « skia/config/SkUserConfig.h ('k') | third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698