Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / reflections / simple-composited-reflections.html
blob2692d1caf731a3a6525b21335d8daa86db8fd306
1 <!DOCTYPE>
3 <html>
4 <head>
5 <title>Simple composited reflections</title>
6 <style type="text/css" media="screen">
8 img {
9 margin: 20px;
12 .compositing {
13 transform: translateZ(0);
16 .reflected {
17 -webkit-box-reflect: below 10px;
20 </style>
21 </head>
22 <body>
24 <p>Testing reflections on directly composited images. Left and right sides should look the same.</p>
25 <img class="reflected" src="../resources/thiswayup.png" width="184" height="124">
26 <img class="compositing reflected" src="../resources/thiswayup.png" width="184" height="124">
28 </body>
29 </html>