зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
289 B
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>
|