Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<meta charset="utf-8">
<style>
#a {
perspective: 0px;
height: 0vw;
column-width: 0px;
overflow-x: scroll;
}
#b {
rotate: 6deg 96 0 0;
}
</style>
<ul id="a">
<li id="b">
<textarea autofocus="autofocus">a</textarea>
</li>
</ul>