Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<script>
o = []
window.onload = () => {
a = document.createElement("body");
b.setAttributeNS(null, "display", "block");
d = document.createTextNode("\n ");
c.appendChild(d);
b.appendChild(c);
a.appendChild(b);
document.documentElement.appendChild(a);
a.style.display = "inline";
setTimeout(() => {
d.data = "\u934F" + d.data;
}, 100)
}
</script>