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

Side by Side Diff: LayoutTests/fast/table/table-and-parts-outline.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <style> 2 <style>
3 table { outline: dotted green 2px; } 3 table { outline: dotted green 2px; }
4 td { outline: solid black 2px; } 4 td { outline: solid black 2px; }
5 </style> 5 </style>
6 You should see a table with a dotted green outline, and four table cells ins ide it with a solid black outline.<br/><br/> 6 You should see a table with a dotted green outline, and four table cells ins ide it with a solid black outline.<br/><br/>
7 <table> 7 <table>
8 <tr> 8 <tr>
9 <td>Cell 1</td> 9 <td>Cell 1</td>
10 <td>Cell 2</td> 10 <td>Cell 2</td>
11 </tr> 11 </tr>
12 <tr> 12 <tr>
13 <td>Cell 3</td> 13 <td>Cell 3</td>
14 <td>Cell 4</td> 14 <td>Cell 4</td>
15 </tr> 15 </tr>
16 </table> 16 </table>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698