Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squashing-reflection-disallowed-expected.html
blob35b2609a380390b80d075b2c60cc158fe10b567d
1 <!DOCTYPE HTML>
2 <style>
3 div {
4 width: 100px;
5 height: 100px;
6 background: url("resources/blue.png") no-repeat 0 0 / 100% 100%;
7 display: inline-block;
9 </style>
10 <div style="position: relative; left: 10px; top: 10px;"></div>
11 <div style="-webkit-box-reflect: below 5px;"></div>