Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / absolute-position-and-opacity-changed-expected.html
1 <!doctype html>
2 <style>
3 div {
4   width: 50px;
5   height: 50px;
6   position: absolute;
7   top: 30px;
8 }
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>