summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-anchor-position/chrome-40286059-crash.html
blob: dbbeb5ac4df9bb2a17a757ece48a48cbbf3f677e (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/40286059">
<p>Pass if no crash</p>
<div id="pop" style="position-try-options: --foo" popover></div>
<script>
  getComputedStyle(pop).left;
</script>