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

Side by Side Diff: LayoutTests/fast/table/table-cell-border-no-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 table {
6 border: 1px solid blue;
7 width: 200px;
8 height: 100px;
9 }
10 </style>
11 </head>
12 <body>
13 <table>
14 <tr>
15 <td width="50%" style=" border: 1px solid red;background-color: yellow;"><p></p></td>
16 <td width="50%" style=" border: none"></td>
17 </tr>
18 </table>
19 </br>
20 <table>
21 <tr>
22 <td width="50%" style=" border: 1px solid red;background-color: yellow;"><p></p></td>
23 <td width="50%" style=" border: none"></td>
24 </tr>
25 </table>
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/table-cell-border-no-doctype.html ('k') | Source/core/rendering/RenderTableCell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698