summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1644819.html
blob: ad845e0afb58e9b10c3511f34276b6485a23527f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<style>
#x {
  -webkit-user-select: none;
  word-break: break-word;
  width: 0vh;
  -webkit-perspective: 89px;
  display: flex;
  height: 1ch;
}
</style>
<script>
window.onload = () => {
  document.execCommand("selectAll", false)
  document.execCommand("selectAll", false)
  document.execCommand("backColor", false, "r")
  document.execCommand("superscript", false)
}
</script>
<dl style="columns:1px">
<dt id="x" contenteditable>aaa</dt>