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

Side by Side Diff: LayoutTests/fast/table/table-cell-border-doctype-expected.html

Issue 203473002: Should not render the table cell border if the <td> is empty. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #parent {
6 border: 1px solid blue;
7 width: 194px;
8 height: 94px;
9 display:table;
10 padding:2px;
11 }
12 </style>
13 </head>
14 <body>
15 <div id="parent">
16 <p style="display:table-cell;border: 1px solid red;background-color: yellow;"></p>
17 <p style="display:table-cell;width:2px"></p>
18 <p style="display:table-cell;border: 1px solid red;"></p>
19 </div>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/table-cell-border-doctype.html ('k') | LayoutTests/fast/table/table-cell-border-no-doctype.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698