summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/editing/crashtests/mozilla-bug-1851730.html
blob: ee11f767924c8efd78b0bbfdbdc0987f264de9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
document.addEventListener("DOMContentLoaded", () => {
  document.execCommand("selectAll", false)
  a.wrap = "hard"
  a.value = "A"
  b.style.cssFloat = "left"
})
</script>
<textarea id="a" autofocus="autofocus">&quot;</textarea>
<font id="b">
<pre>