summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/z-index-does-not-apply-ref.html
blob: f3b68dd6c953c90d85a795d5e140ce0fe91ca941 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS test reference</title>
<style>
  div {
    background: green;
    width: 100px;
    height: 100px;
  }
</style>
<div></div>