Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / reflections / reflection-with-zoom.html
blobf4fd1cf85f24a6f90b8abf7a47bd47494b5ced7f
1 <html>
2 <head>
3 <style type="text/css">
4 body {
5 zoom: 0.75;
7 img {
8 border: 1px solid black;
9 -webkit-box-reflect: below 1px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(white));
11 </style>
12 </head>
14 <body>
15 <img src="resources/kate.png">
16 </body>
17 </html>