mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
b62f296126
Differential Revision: https://phabricator.services.mozilla.com/D43499 --HG-- extra : moz-landing-system : lando
10 lines
178 B
HTML
10 lines
178 B
HTML
<script>
|
|
function go() {
|
|
a.style.overflow = "auto";
|
|
}
|
|
</script>
|
|
<body onload=go()>
|
|
<table id="a" background="3">
|
|
<th>
|
|
<textarea style="position:absolute">A</textarea>
|