summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/1810260.html
blob: f555581165923381a9c690acd64c9a24caeff28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<style>
*:only-child {
  display: contents;
}
*:nth-child(1) {
  mask: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=) repeat-x view-box;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
  document.execCommand("selectAll", false)
  document.designMode = "on"
  document.execCommand("backColor", false, "red")
  document.execCommand("justifyFull", false)
})
</script>
A
<q contenteditable="true">
<link>
<svg>
<line></line>
<text white-space="pre-line">
A
</text>
<defs>
</svg>
A