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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html

Issue 2746583003: Send deprecation messages for prefixed gradients now that it's possible. (Closed)
Patch Set: recommit Created 3 years, 7 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 body { 4 body {
5 zoom: 0.75; 5 zoom: 0.75;
6 } 6 }
7 img { 7 img {
8 border: 1px solid black; 8 border: 1px solid black;
9 -webkit-box-reflect: below 1px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(white)); 9 -webkit-box-reflect: below 1px linear-gradient(transparent, white);
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 13
14 <body> 14 <body>
15 <img src="resources/kate.png"> 15 <img src="resources/kate.png">
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698