summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-and-opacity-changed-expected.html
blob: 87ef52af85fbec45d9cfdd1bd9728e2c8281a1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<style>
div {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
}
</style>
There should be a single green square below.
<div style="background: red"></div>
<div style="background: green; opacity: 0.9" id="target"></div>