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

Side by Side Diff: LayoutTests/fast/forms/control-clip-overflow.html

Issue 1006023002: Button elements are clipping overflow by default (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 8 months 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 | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 div.test-area { width: 100px; height: 50px; overflow: auto; margin-bottom: 2 0px; } 2 div.test-area { width: 100px; height: 50px; overflow: auto; margin-bottom: 2 0px; }
3 </style> 3 </style>
4 <p> 4 <p>
5 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=17033">http://bu gs.webkit.org/show_bug.cgi?id=17033</a> 5 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=17033">http://bu gs.webkit.org/show_bug.cgi?id=17033</a>
6 REGRESSION: Really long &lt;option> causes unnecessary page scroll bars to a ccommodate content</i>. 6 REGRESSION: Really long &lt;option> causes unnecessary page scroll bars to a ccommodate content</i>.
7 </p> 7 </p>
8 <p> 8 <p>
9 There should not be scroll bars below the popup and the button. 9 There should not be scroll bars below the popup.
10 There should be scrollbars below the button (see crbug.com/465429).
10 </p> 11 </p>
11 <div class="test-area"> 12 <div class="test-area">
12 <select style="width: 80px"> 13 <select style="width: 80px">
13 <option> 14 <option>
14 Lorem ipsum dolor sit amet 15 Lorem ipsum dolor sit amet
15 </option> 16 </option>
16 </select> 17 </select>
17 </div> 18 </div>
18 <div class="test-area"> 19 <div class="test-area">
19 <button style="width: 80px; white-space: nowrap;"> 20 <button style="width: 80px; white-space: nowrap;">
20 Lorem ipsum dolor sit amet 21 Lorem ipsum dolor sit amet
21 </button> 22 </button>
22 </div> 23 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/control-clip.html ('k') | LayoutTests/platform/linux/fast/forms/control-clip-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698