summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1652618.html
blob: 385c18ee62e167f9ea2c14998e16eaf5d9bb5f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style>
* {
  float: left !important;
  all: initial;
  block-size: 247ch;
  columns: 251ch auto;
}
</style>
<script>
window.addEventListener('load', () => {
  var x = document.createElementNS('http://www.w3.org/1999/xhtml', 'audio')
  try { x.innerHTML = '<marquee>' } catch (e) {}
  try { document.documentElement.appendChild(x) } catch (e) {}
})
</script>