summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-anchor-position/chrome-336164421-crash.html
blob: c45b69059bd82a95a182d6769b60f67bd0850d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/336164421">
<style>
  #inner {
    position: absolute;
    left: anchor(left);
  }
  #inner::before {
    display: none;
    content: "";
  }
</style>
<div id="inner"></div>