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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-placeholder-layout-view-expected.html

Issue 1522803002: Move textarea-related tests to fast/forms/textarea/, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@color-uaf
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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 body { 3 body {
4 margin: 0; 4 margin: 0;
5 padding: 0; 5 padding: 0;
6 } 6 }
7 </style> 7 </style>
8 <p> https://bugs.webkit.org/show_bug.cgi?id=109020: An input element that grows to 100% width will create scrollbars, and these should go away when it loses foc us. </p> 8 <p> https://bugs.webkit.org/show_bug.cgi?id=109020: An input element that grows to 100% width will create scrollbars, and these should go away when it loses foc us. </p>
9 <textarea id="input" placeholder="placeholder"></textarea> 9 <textarea id="input" placeholder="placeholder"></textarea>
10 <textarea id="input2"></textarea> 10 <textarea id="input2"></textarea>
11 <script> 11 <script>
12 document.getElementById('input2').focus(); 12 document.getElementById('input2').focus();
13 </script> 13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698