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

Side by Side Diff: LayoutTests/tables/mozilla_expected_failures/bugs/bug220653.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.01 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>table-layout</title> 4 <title>table-layout</title>
5 </head> 5 </head>
6 <body> 6 <body style="overflow: hidden;">
7 <table style="table-layout: fixed;" width="800" cellpadding="4" 7 <table style="table-layout: fixed;" width="800" cellpadding="4"
8 cellspacing="3" border="1"> 8 cellspacing="3" border="1">
9 <tbody> 9 <tbody>
10 <tr> 10 <tr>
11 <td colspan="10"> A </td> 11 <td colspan="10"> A </td>
12 <td colspan="50"> B </td> 12 <td colspan="50"> B </td>
13 <td colspan="120"> C </td> 13 <td colspan="120"> C </td>
14 </tr> 14 </tr>
15 </tbody> 15 </tbody>
16 </table> 16 </table>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/marvin/x_th_nowrap.xml ('k') | LayoutTests/tables/mozilla_expected_failures/bugs/bug67915-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698