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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/adjacent-cell-and-colspan.html

Issue 2791433003: Fix Border collapsing with colpsan / rowspan cells
Patch Set: bug 2902 Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/border-collapsing/border-resolution-colspan-hidden-vs-red.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 td { min-width: 20px; height: 20px; background: silver; border: thick solid blac k; }
4 .border { border-bottom-color: red; }
5 </style>
6 <table>
7 <tr>
8 <td class=border></td>
9 <td></td>
10 <tr>
11 <td colspan=2></td>
12 </table>
13
14 <br>
15
16 <table style=border-collapse:collapse;>
17 <tr>
18 <td class=border></td>
19 <td></td>
20 <tr>
21 <td colspan=2></td>
22 </table>
23
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/border-collapsing/border-resolution-colspan-hidden-vs-red.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698