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/fast/table/border-collapsing/equal-precedence-resolution-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 <style> 1 <style>
2 body { overflow: hidden; }
2 table { border-collapse: collapse; } 3 table { border-collapse: collapse; }
3 td { width: 25px; height: 25px; } 4 td { width: 25px; height: 25px; }
4 </style> 5 </style>
5 <div style="-webkit-writing-mode: vertical-rl; height: 200px; border: solid;"> 6 <div style="-webkit-writing-mode: vertical-rl; height: 200px; border: solid;">
6 <table> 7 <table>
7 <colgroup span="2"><colgroup span="1" style="-webkit-border-end: 5px solid r gba(0, 127, 0, 0.5);"><colgroup span="1" style="-webkit-border-start: 5px solid red"> 8 <colgroup span="2"><colgroup span="1" style="-webkit-border-end: 5px solid r gba(0, 127, 0, 0.5);"><colgroup span="1" style="-webkit-border-start: 5px solid red">
8 <tr> 9 <tr>
9 <td style="-webkit-border-end: 5px solid rgba(0, 127, 0, 0.5); -webkit-b order-after: 5px solid rgba(0, 127, 0, 0.5);"></td> 10 <td style="-webkit-border-end: 5px solid rgba(0, 127, 0, 0.5); -webkit-b order-after: 5px solid rgba(0, 127, 0, 0.5);"></td>
10 <td style="-webkit-border-start: 5px solid red;"></td> 11 <td style="-webkit-border-start: 5px solid red;"></td>
11 <td></td> 12 <td></td>
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 <td></td> 152 <td></td>
152 </tr> 153 </tr>
153 </tbody> 154 </tbody>
154 <tbody style="-webkit-border-before: 5px solid red;"> 155 <tbody style="-webkit-border-before: 5px solid red;">
155 <tr> 156 <tr>
156 <td></td> 157 <td></td>
157 </tr> 158 </tr>
158 </tbody> 159 </tbody>
159 </table> 160 </table>
160 </div> 161 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/border-collapsing/004-vertical.html ('k') | LayoutTests/fast/table/height-percent-test-vertical.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698