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

Side by Side Diff: LayoutTests/fast/css/linear-gradient-currentcolor2-expected.html

Issue 767343003: Make currentColor keyword in linear-gradient work (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resolve gradient colors later Created 6 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 <html>
2 <head>
3 <style>
4 div {
5 height: 20px;
6 }
7 </style>
8 </head>
9 <body>
10 <div style="background-color: green"></div>
11 <div style="background-color: blue"></div>
12 <div style="background-color: yellow;"></div>
13 <div style="background-color: green;"></div>
14 <div style="background-color: cyan;"></div>
15 <div style="background-color: grey"></div>
16 </body>
17 </html>
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698