chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/z-index-does-not-apply-ref.html

<!doctype html>
<title>CSS test reference</title>
<style>
  div {
    background: green;
    width: 100px;
    height: 100px;
  }
</style>
<div></div>