Bug 1744318 [wpt PR 31881] - Add a test for https://crrev.com/c/3311271, a=testonly
[gecko.git] / editor / reftests / dynamic-overflow-change.html
blob57a1b8f74efea93be24f91572648fe00fb47239b
1 <!DOCTYPE html>
2 <html>
3 <body onload="document.querySelector('textarea').style.overflow='hidden'">
4 <textarea rows="2">
5 this
6 is
8 textarea
9 with
10 overflow
11 </textarea>
12 </body>
13 </html>