summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1574101-1.html
blob: c4865ff23eb46228f0333417fe7522612b3211e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script>
function start() {
    document.documentElement.style.transform='scale(0.00001)';
	o219=document.createElement('hr');
	o219.style.display='ruby';
	o637=document.createElement('summary');
	o637.appendChild(o219);
	o663=document.createElement('details');
	o663.appendChild(o637);
	document.documentElement.appendChild(o663);
	o219.style.position='absolute';
	o866=document.documentElement.getBoxQuads();
	o663.style.position='fixed';
}
</script>
<body onload="start()"></body>