Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / overflow / handle-non-ancestor-clip-parent-expected.html
blobf5194ae539495d06e3af9b042425b43b4f036d77
1 <!DOCTYPE html>
2 <div id="scroller" style="overflow:scroll; position:relative; height:200px;">
3 <div id="outer-hidden" style="position:absolute; overflow:hidden; width:300px; height:300px;">
4 <div id="inner-hidden" style="opacity:0.5; width:100px; height: 100px; overflow:hidden">
5 <div id="content" style="z-index:-1; position:absolute">hello</div>
6 </div>
7 </div>
8 </div>