summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/shadow-dom/invalidate-shadow-dom-crash.html
blob: ebbcabf131ec4b4bba8438fececcc5f82a9edb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<style>
.c~*{}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
  b.select()
  a.className = "c"
})
</script>
<details>
<summary id="a"></summary>
<textarea id="b">