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

Side by Side Diff: LayoutTests/tables/mozilla/bugs/bug2997.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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Bug 2997</title> 3 <title>Bug 2997</title>
4 </head> 4 </head>
5 <body> 5 <body style="overflow: hidden;">
6 6
7 <p>Here's the original case. All of the cells have images that fill to 7 <p>Here's the original case. All of the cells have images that fill to
8 their given widths except the ones marked "Empty".</p> 8 their given widths except the ones marked "Empty".</p>
9 9
10 10
11 <table width="566" bgcolor="#00FFFF" cellpadding="0" cellspacing="0"> 11 <table width="566" bgcolor="#00FFFF" cellpadding="0" cellspacing="0">
12 <tr> 12 <tr>
13 <td bgcolor="#FF0000" width="222"><img height="40" width="222" border="0" al t="Hometown AOL"></td> 13 <td bgcolor="#FF0000" width="222"><img height="40" width="222" border="0" al t="Hometown AOL"></td>
14 <td bgcolor="#666600" width="145"><img border=0 width=145 height=40 alt="Qui ck Start Link"></td> 14 <td bgcolor="#666600" width="145"><img border=0 width=145 height=40 alt="Qui ck Start Link"></td>
15 <td bgcolor="#009999" width="199">Empty</td></tr> 15 <td bgcolor="#009999" width="199">Empty</td></tr>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 <tr> 66 <tr>
67 <td bgcolor="#0000ff" width="367" colspan="2"><img height="20" width="367" a lt=" Welcome"></td> 67 <td bgcolor="#0000ff" width="367" colspan="2"><img height="20" width="367" a lt=" Welcome"></td>
68 <td bgcolor="#990099" width="199">Empty</td></tr> 68 <td bgcolor="#990099" width="199">Empty</td></tr>
69 </tr></table> 69 </tr></table>
70 70
71 71
72 </body> 72 </body>
73 </html> 73 </html>
74 74
75 75
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug29314.html ('k') | LayoutTests/tables/mozilla/bugs/bug43039.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698