Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / reflections / empty-reflection-with-mask.html
blob2b6b05f3e84099032694b903c9a64f47e6c55a66
1 <!DOCTYPE html>
3 <!-- this test should render a blank page -->
5 <html>
6 <head>
7 <style>
8 div {
9 width: 500px;
10 height: 500px;
11 transform:translateZ(0);
12 -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 1.0)));
14 </style>
15 <script type="text/javascript" charset="utf-8">
16 if (window.testRunner)
17 testRunner.dumpAsText();
18 </script>
19 </head>
20 <body>
21 <div></div>
22 </body>
23 </html>