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

Side by Side Diff: LayoutTests/fast/table/whitespace-in-table-cells-when-div-appended-expected.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: Updated Created 5 years, 4 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: Ensure correct treatment of whitespace when div added to a row. </p>
3 <table style="width:700px;" id="table">
4 <tr>
5 <th>Text</th>
6 <th>Text</th>
7 <th>Text</th>
8 </tr>
9 <tr>
10 <td>Div</td>
11 <td>Text</td>
12 <td>Text</td>
13 </tr>
14 </table>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/whitespace-in-table-cells-when-div-appended-2-expected.html ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698