Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / absolute-position-and-opacity-changed-expected.html
blob87ef52af85fbec45d9cfdd1bd9728e2c8281a1d0
1 <!doctype html>
2 <style>
3 div {
4 width: 50px;
5 height: 50px;
6 position: absolute;
7 top: 30px;
9 </style>
10 There should be a single green square below.
11 <div style="background: red"></div>
12 <div style="background: green; opacity: 0.9" id="target"></div>