editor/reftests/dynamic-overflow-change.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:a947bd782da4
1 <!DOCTYPE html>
2 <html>
3 <body onload="document.querySelector('textarea').style.overflow='hidden'">
4 <textarea rows="2">
5 this
6 is
7 a
8 textarea
9 with
10 overflow
11 </textarea>
12 </body>
13 </html>

mercurial