Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<script>
function start() {
o234=document.createElement('style');
o235=document.createTextNode("*{ shape-outside: ellipse(1% 10%); shape-margin: 1048576rem; float: right}");
o234.appendChild(o235);
document.documentElement.appendChild(o234);
}
</script>
<body onload="start()"></body>