summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1515124.html
blob: 027cec5b4b41de8e8181b5f6e9c1b42113d922ea (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
<style>
* { 
  columns: 0;
  break-before: page;
  overflow-wrap: break-word;
}
</style>
<script>
function go() {
try { b.appendChild(a); } catch(e) { }
try { c.style.setProperty("border-collapse", "collapse"); } catch(e) { }
}
</script>
<body onload=go()>
<menu>
<menuitem>
<div style="display: grid">
<table>
A
<li>
<th id="a">
</table>
<time id="b">
</menu>
<dl id="c">
AA