summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1618564.html
blob: 2eb619c82b7cb99c6b67306d0e47054f7d88d2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<style>
  * {
      border-image-source: url(solidblue.gif);
  }
</style>
<script>
  window.addEventListener('load', () => {
    const mtd = document.createElementNS('http://www.w3.org/1998/Math/MathML', 'mtd')
    document.documentElement.appendChild(mtd)
  })
</script>