зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
316 B
HTML
17 строки
316 B
HTML
<style>
|
|
#a { max-width: 1 }
|
|
</style>
|
|
<script>
|
|
function go() {
|
|
a.value = ">"
|
|
a.selectionDirection = "foo"
|
|
b.requestFullscreen()
|
|
document.createElement("body").onresize = () => { a.selectionEnd = 0 }
|
|
setTimeout(window.close, 100)
|
|
}
|
|
</script>
|
|
<body onload=go()>
|
|
<textarea id="a"></textarea>
|
|
<ol id="b">
|
|
<div>
|