summaryrefslogtreecommitdiffstats
path: root/editor/reftests/dynamic-overflow-change-ref.html
blob: 52e5f5bb0dd1dce9831bb74fe9050fbd9592f3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <body>
    <textarea rows="2" style="overflow: hidden;">
      this
      is
      a
      textarea
      with
      overflow
    </textarea>
  </body>
</html>