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

Side by Side Diff: LayoutTests/tables/mozilla/bugs/bug46480-2.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 <HTML> 2 <HTML>
3 <HEAD> 3 <HEAD>
4 <TITLE> 4 <TITLE>
5 Table 'color' Inheritance Test ---strict --- bug 46480 5 Table 'color' Inheritance Test ---strict --- bug 46480
6 </TITLE> 6 </TITLE>
7 7
8 <STYLE type="text/css"> 8 <STYLE type="text/css">
9 TABLE, TD, TH {border: 10px solid} 9 TABLE, TD, TH {border: 10px solid}
10 body {background: white} 10 body {background: white; overflow: hidden;}
11 </STYLE> 11 </STYLE>
12 12
13 </HEAD> 13 </HEAD>
14 <BODY> 14 <BODY>
15 15
16 <H2>Test A</H2> 16 <H2>Test A</H2>
17 17
18 <DIV style="color: green"> 18 <DIV style="color: green">
19 <TABLE> 19 <TABLE>
20 <TR style="color: blue"> 20 <TR style="color: blue">
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <TABLE style="color: blue"> 56 <TABLE style="color: blue">
57 <TBODY style="color: inherit"> 57 <TBODY style="color: inherit">
58 <TR style="color: inherit"> 58 <TR style="color: inherit">
59 <TD style="color: inherit">Field</TD> 59 <TD style="color: inherit">Field</TD>
60 <TD>Records for Cropping Years</TD> 60 <TD>Records for Cropping Years</TD>
61 </TR> 61 </TR>
62 </TBODY> 62 </TBODY>
63 </TABLE> 63 </TABLE>
64 64
65 </BODY> 65 </BODY>
66 </HTML> 66 </HTML>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug44505.html ('k') | LayoutTests/tables/mozilla/bugs/bug5797.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698