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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/table-and-parts-outline.html
diff --git a/LayoutTests/fast/table/table-and-parts-outline.html b/LayoutTests/fast/table/table-and-parts-outline.html
index a06c738cc7f8292b8ff418847d8b01d9ad93990c..997a9b8245b87a3d41b67605b04589773d702be2 100644
--- a/LayoutTests/fast/table/table-and-parts-outline.html
+++ b/LayoutTests/fast/table/table-and-parts-outline.html
@@ -1,17 +1,17 @@
-<html>
-<style>
-table { outline: dotted green 2px; }
-td { outline: solid black 2px; }
-</style>
- You should see a table with a dotted green outline, and four table cells inside it with a solid black outline.<br/><br/>
- <table>
- <tr>
- <td>Cell 1</td>
- <td>Cell 2</td>
- </tr>
- <tr>
- <td>Cell 3</td>
- <td>Cell 4</td>
- </tr>
- </table>
-</html>
+<html>
+<style>
+table { outline: dotted green 2px; }
+td { outline: solid black 2px; }
+</style>
+ You should see a table with a dotted green outline, and four table cells inside it with a solid black outline.<br/><br/>
+ <table>
+ <tr>
+ <td>Cell 1</td>
+ <td>Cell 2</td>
+ </tr>
+ <tr>
+ <td>Cell 3</td>
+ <td>Cell 4</td>
+ </tr>
+ </table>
+</html>

Powered by Google App Engine
This is Rietveld 408576698