Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/base/crashtests/crashtests.list
<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>