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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html

Issue 2459433003: Turn on Analytic AA in Chrome (Attempt 2) (Closed)
Patch Set: Empty patchset 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
(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

Powered by Google App Engine
This is Rietveld 408576698