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

Side by Side Diff: LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.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" "http://www.w3c.o rg/TR/1999/REC-html401-19991224/loose.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.o rg/TR/1999/REC-html401-19991224/loose.dtd">
2 <!-- saved from url=(0063)http://bugzilla.mozilla.org/attachment.cgi?id=69028&ac tion=view --> 2 <!-- saved from url=(0063)http://bugzilla.mozilla.org/attachment.cgi?id=69028&ac tion=view -->
3 <HTML><HEAD><TITLE>Collapsing Border Test Case</TITLE> 3 <HTML><HEAD><TITLE>Collapsing Border Test Case</TITLE>
4 <META http-equiv=Content-Type content="text/html; charset=iso-8859-15"> 4 <META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
5 <STYLE type=text/css>TABLE { 5 <STYLE type=text/css>
6 body { overflow: hidden; }
7 TABLE {
6 MARGIN-TOP: 1em; MARGIN-BOTTOM: 1em 8 MARGIN-TOP: 1em; MARGIN-BOTTOM: 1em
7 } 9 }
8 TABLE.test1 { 10 TABLE.test1 {
9 BORDER-RIGHT: red 5px solid; BORDER-TOP: red 5px solid; BORDER-LEFT: red 5px solid; BORDER-BOTTOM: red 5px solid; BORDER-COLLAPSE: collapse; border-spac ing: 5px 11 BORDER-RIGHT: red 5px solid; BORDER-TOP: red 5px solid; BORDER-LEFT: red 5px solid; BORDER-BOTTOM: red 5px solid; BORDER-COLLAPSE: collapse; border-spac ing: 5px
10 } 12 }
11 TABLE.test1 TD { 13 TABLE.test1 TD {
12 BORDER-RIGHT: green 4px solid; BORDER-TOP: green 4px solid; BORDER-LEFT: green 4px solid; BORDER-BOTTOM: green 4px solid 14 BORDER-RIGHT: green 4px solid; BORDER-TOP: green 4px solid; BORDER-LEFT: green 4px solid; BORDER-BOTTOM: green 4px solid
13 } 15 }
14 TABLE.test1 TD.cell3 { 16 TABLE.test1 TD.cell3 {
15 BORDER-RIGHT: blue 6px solid; BORDER-TOP: blue 6px solid; BORDER-LEFT: b lue 6px solid; BORDER-BOTTOM: blue 6px solid 17 BORDER-RIGHT: blue 6px solid; BORDER-TOP: blue 6px solid; BORDER-LEFT: b lue 6px solid; BORDER-BOTTOM: blue 6px solid
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <TD>b</TD> 101 <TD>b</TD>
100 <TD>c</TD></TR> 102 <TD>c</TD></TR>
101 <TR> 103 <TR>
102 <TD>3</TD> 104 <TD>3</TD>
103 <TD>4</TD> 105 <TD>4</TD>
104 <TD>5</TD></TR> 106 <TD>5</TD></TR>
105 <TR> 107 <TR>
106 <TD>5</TD> 108 <TD>5</TD>
107 <TD>12</TD> 109 <TD>12</TD>
108 <TD>13</TD></TR></TBODY></TABLE></BODY></HTML> 110 <TD>13</TD></TR></TBODY></TABLE></BODY></HTML>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug96334.html ('k') | LayoutTests/tables/mozilla/core/borders.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698