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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/colspan-first-row-wrong-middle-border-quirks-mode.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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 table { border-collapse: collapse; }
5 td {
6 height: 10px;
7 width: 50px;
8 border: medium solid white;
9 }
10 </style>
11 </head>
12 <body>
13 <table>
14 <tr><td colspan="3"></td></tr>
15 <!-- There should be only a 50px border above the first cell not above the e ntire line. -->
16 <tr><td style="border-top: thick solid black;"></td><td></td><td></td></tr>
17 </table>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698