summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selection/crashtests/selection-details-editor-ui.html
blob: 444306207a4617468447327b4a3e292cec0154d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<meta charset=utf-8>
<style>
*:nth-child(odd) {
  display: table-header-group;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
  document.execCommand("enableObjectResizing", false)
  document.addEventListener("selectionchange", () => {
    document.execCommand("insertImage", false, "x")
    document.execCommand("selectAll", false)
  }, { once: true });
  document.getSelection().collapse(a)
})
</script>
<details open="" contenteditable="true">
<details id="a">