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

Side by Side Diff: ManualTests/select-menu-list-wrongly-positioned.html

Issue 10908086: Merge 127520 - REGRESSION(r120832): RenderLayer::clampScrollOffset doesn't properly clamp (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | Source/WebCore/rendering/RenderLayer.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 table { 5 table {
6 overflow: hidden; 6 overflow: hidden;
7 } 7 }
8 </style> 8 </style>
9 <script> 9 <script>
10 function onSelectionChange(select) 10 function onSelectionChange(select)
(...skipping 18 matching lines...) Expand all
29 </td> 29 </td>
30 </tr> 30 </tr>
31 <tr id="hiddenRow" style="display: none;"> 31 <tr id="hiddenRow" style="display: none;">
32 <th>Lorem ipsum</th> 32 <th>Lorem ipsum</th>
33 <td>dolor sic amet.</td> 33 <td>dolor sic amet.</td>
34 </tr> 34 </tr>
35 </table> 35 </table>
36 </form> 36 </form>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698