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

Side by Side Diff: LayoutTests/tables/mozilla/bugs/bug44505.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 4.0//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 2
3 3
4 <html> 4 <html>
5 5
6 <head> 6 <head>
7 <title>layout-fix column space- dont even think to break these regression tests </title> 7 <title>layout-fix column space- dont even think to break these regression tests </title>
8 <style> 8 <style>
9 body {overflow: hidden;}
9 td {overflow:hidden; background-color:blue} 10 td {overflow:hidden; background-color:blue}
10 </style> 11 </style>
11 <meta name="GENERATOR" content="Arachnophilia 4.0"> 12 <meta name="GENERATOR" content="Arachnophilia 4.0">
12 <meta name="FORMATTER" content="Arachnophilia 4.0"> 13 <meta name="FORMATTER" content="Arachnophilia 4.0">
13 </head> 14 </head>
14 15
15 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff 0000"> 16 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff 0000">
16 17
17 <table style="table-layout:fixed;" border="1" width="300"> 18 <table style="table-layout:fixed;" border="1" width="300">
18 <colgroup> 19 <colgroup>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 <tr><td width="150"><p style="width:200px; border:solid">para</p></td><td>&nbsp ;</td></tr> 66 <tr><td width="150"><p style="width:200px; border:solid">para</p></td><td>&nbsp ;</td></tr>
66 <tr><td width="250">&nbsp;</td><td>&nbsp;</td></tr> 67 <tr><td width="250">&nbsp;</td><td>&nbsp;</td></tr>
67 </table> 68 </table>
68 69
69 70
70 71
71 72
72 </body> 73 </body>
73 74
74 </html> 75 </html>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug43854-1.html ('k') | LayoutTests/tables/mozilla/bugs/bug46480-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698