Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / reflections / transparent-reflected-sublayers.html
blob96b0ca2366c60ea230d0b3f7571fc5468f988e85
1 <head>
2 <style>
3 div { width: 100px; height:100px; position: absolute; background-color: green }
4 </style>
5 </head>
6 <body>
7 You should see four green squares in a vertical line below.
8 <div style="top:160px; -webkit-box-reflect: below 20px; opacity:0.5">
9 <div style="top:240px;"></div>
10 </div>