item-with-negative-z-index-ref.html 201 B

12345678
  1. <!doctype html><style type="text/css">
  2. body { display: grid; }
  3. .foo {
  4. outline: 1px solid black;
  5. grid-area: 1 / 1 / auto / auto;
  6. background: pink;
  7. }
  8. </style><body><div class="foo">foo</div>