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

Unified Diff: LayoutTests/fast/table/table-cell-before-child-in-table.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-cell-before-child-in-table.html
diff --git a/LayoutTests/fast/table/table-cell-before-child-in-table.html b/LayoutTests/fast/table/table-cell-before-child-in-table.html
index abae7d149a74544fa80e2d9dff780a9a291beb33..e1ce817e74285f8f9bf983ef475721f256b09565 100644
--- a/LayoutTests/fast/table/table-cell-before-child-in-table.html
+++ b/LayoutTests/fast/table/table-cell-before-child-in-table.html
@@ -1,27 +1,27 @@
-<html>
-<style>
-#target
-{
- display: table;
- border-color: green;
- border-style: solid;
- padding: 1em 1em;
-}
-
-#target::before
-{
- content: "BEFORE";
- display: table-cell;
- border-color: blue;
- border-style: solid;
- padding: 1em 1em;
-}
-</style>
-<div id="target">
-<span> CONTENT</span>
-</div>
-<script>
- document.body.offsetTop;
- target.style.color = "red";
-</script>
-</html>
+<html>
+<style>
+#target
+{
+ display: table;
+ border-color: green;
+ border-style: solid;
+ padding: 1em 1em;
+}
+
+#target::before
+{
+ content: "BEFORE";
+ display: table-cell;
+ border-color: blue;
+ border-style: solid;
+ padding: 1em 1em;
+}
+</style>
+<div id="target">
+<span> CONTENT</span>
+</div>
+<script>
+ document.body.offsetTop;
+ target.style.color = "red";
+</script>
+</html>
« no previous file with comments | « LayoutTests/fast/table/table-cell-before-child-in-block.html ('k') | LayoutTests/fast/table/table-cell-split.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698