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

Side by Side Diff: LayoutTests/fast/table/whitespace-between-non-anonymous-table-cells.html

Issue 1249433003: Recognize when an anonymous table cell has been generated to wrap a cell (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
(Empty)
1 <!DOCTYPE html>
2 <p>crbug.com/511401: There should be no empty table cells and the cells should b e aligned.
3 <table border="1">
4 <tr>
5 <th>1</th>
6 <th>2</th>
7 <th>3</th>
8 <th>4</th>
9 <th>5</th>
10 <th>6</th>
11 <th>7</th>
12 <th>8</th>
13 </tr>
14 <tr>
15 <td style="display:block">1</td>
16 <td>2</td>
17 <td>3</td>
18 <td>4</td>
19 <td>5</td>
20 <td>6</td>
21 <td>7</td>
22 <td>8</td>
23 </tr>
24 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698