Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / reflections / abs-position-in-reflection.html
blob25d0800f03852436949cbdca8c12c03a41a25fdd
1 <p>
2 The teal boxes in the reflection should be placed correctly.
3 </p>
4 <div style="-webkit-box-reflect: below; height: 100px; width: 100px; background-color: blue;">
5 <div style="position: absolute; height: 50px; width: 50px; background-color: teal;"></div>
6 <div style="height: 50px; width: 100px; background-color: silver;"></div>
7 </div>