Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / transform-inside-opacity-expected.html
blob0b67873e3ec45d5fb0db0f962ad3ac570a6d206b
1 <div style="position:relative; width:420px;border:2px solid black; height:200px">
2 <!-- The extra &nbsp; below forces the creation of a transparency layer in Skia to work around
3 optimizations that would cause blending differences between the test and the expectation. -->
4 <div style="opacity:0.5; position:absolute;width:200px;height:100px;background-color:green;right:0;top:0">&nbsp;</div>
5 </div>
6 </div>