gecko-dev/editor/reftests/dynamic-overflow-change.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 строки
227 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<html>
<body onload="document.querySelector('textarea').style.overflow='hidden'">
<textarea rows="2">
this
is
a
textarea
with
overflow
</textarea>
</body>
</html>