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

Side by Side Diff: LayoutTests/tables/mozilla/bugs/bug29314.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 </head> 4 </head>
5 <body> 5 <body style="overflow: hidden;">
6 <table width="600" > 6 <table width="600" >
7 <tr> 7 <tr>
8 <td ><img src="../images/ant.jpg"></td> 8 <td ><img src="../images/ant.jpg"></td>
9 <td width="55"><img src="../images/ant.jpg"></td > 9 <td width="55"><img src="../images/ant.jpg"></td >
10 <td ><img src="../images/ant.jpg"></td> 10 <td ><img src="../images/ant.jpg"></td>
11 </tr> 11 </tr>
12 </table> 12 </table>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug23151.html ('k') | LayoutTests/tables/mozilla/bugs/bug2997.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698