gecko-dev/layout/style/crashtests/1457288.html

10 строки
289 B
HTML

<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>