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

Side by Side Diff: LayoutTests/fast/table/border-collapsing/002-vertical.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 <style> 3 <style>
4 body { overflow: hidden; }
4 table { border-collapse: collapse; 5 table { border-collapse: collapse;
5 border: 5px solid yellow; } 6 border: 5px solid yellow; }
6 .col1 { border: 3px solid black; } 7 .col1 { border: 3px solid black; }
7 td { border: 1px solid red; padding: 1em; } 8 td { border: 1px solid red; padding: 1em; }
8 td.solid-blue { border: 5px dashed blue; } 9 td.solid-blue { border: 5px dashed blue; }
9 td.solid-green { border: 5px solid green; } 10 td.solid-green { border: 5px solid green; }
10 </style> 11 </style>
11 </head> 12 </head>
12 <body> 13 <body>
13 <P> 14 <P>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 </TR> 92 </TR>
92 <TR> 93 <TR>
93 <TD> 13 94 <TD> 13
94 <TD> 14 95 <TD> 14
95 <TD> 15 96 <TD> 15
96 </TR> 97 </TR>
97 </table> 98 </table>
98 </p> 99 </p>
99 </body> 100 </body>
100 </html> 101 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/038-vertical.html ('k') | LayoutTests/fast/table/border-collapsing/004-vertical.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698