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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.html

Issue 2731393002: Remove SK_SUPPORT_LEGACY_BROKEN_LERP (Closed)
Patch Set: rebase Created 3 years, 9 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
(Empty)
1 <html>
2 <head>
3 <style type="text/css" media="screen">
4 div {
5 border-radius: 1px;
6 background-color: #009900;
7 height: 200px;
8 width: 200px;
9 }
10 </style>
11 </head>
12 <body>
13 <p>Div background should animate between red and green. DRT should snapshot wh en it is green.</p>
14 <div></div>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698