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

Unified Diff: LayoutTests/fast/table/table-row-before-after-content-around-table-cell.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-row-before-after-content-around-table-cell.html
diff --git a/LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html b/LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html
index a25a2e5a12e3f4513d059bf44348e54626717d22..56fc3b209b3fe8180b4367352aaf65e5ba0ad86f 100644
--- a/LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html
+++ b/LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html
@@ -1,20 +1,20 @@
-<!DOCTYPE html>
-<html>
-<body style="font-family: ahem; -webkit-font-smoothing: none;">
-<style>
-.tr { display: table-row; }
-.td { display: table-cell; }
-div.tr:before { content: "A"; color: blue; }
-div.tr:after { content: "C"; color: orange; }
-</style>
-<body>
-<div>
-<div class="tr">
-<div class="td" style="color: green">B</div>
-</div>
-</div>
-<script>
-document.body.style.fontSize = "100px";
-</script>
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<body style="font-family: ahem; -webkit-font-smoothing: none;">
+<style>
+.tr { display: table-row; }
+.td { display: table-cell; }
+div.tr:before { content: "A"; color: blue; }
+div.tr:after { content: "C"; color: orange; }
+</style>
+<body>
+<div>
+<div class="tr">
+<div class="td" style="color: green">B</div>
+</div>
+</div>
+<script>
+document.body.style.fontSize = "100px";
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698