| OLD | NEW |
| 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 <option> causes unnecessary page scroll bars to a
ccommodate content</i>. | 6 REGRESSION: Really long <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> |
| OLD | NEW |