Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/textarea-scroll-height.html

Issue 1524663002: Move textarea-related tests to fast/forms/textarea/, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <textarea id="area" style="width:200px;height:200px">
2 Lots of content.
3 Lots of content.
4 Lots of content.
5 Lots of content.
6
7 Lots of content.
8 Lots of content.
9
10 Lots of content.
11 Lots of content.
12
13 Lots of content.
14 Lots of content.
15
16 Lots of content.
17 Lots of content.
18
19 Lots of content.
20 Lots of content.
21
22 Lots of content.
23 Lots of content.
24
25 </textarea>
26 <script>
27 document.write(document.getElementById('area').scrollWidth + " " + document.getE lementById('area').scrollHeight);
28 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698