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

Unified Diff: LayoutTests/fast/table/table-cell-before-child-in-block.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-block.html
diff --git a/LayoutTests/fast/table/table-cell-before-child-in-block.html b/LayoutTests/fast/table/table-cell-before-child-in-block.html
index 48db1ab88605327ff0da3469f2c90630de491c84..1c1462434f95a74bd1f257493549e9d2a54963f5 100644
--- a/LayoutTests/fast/table/table-cell-before-child-in-block.html
+++ b/LayoutTests/fast/table/table-cell-before-child-in-block.html
@@ -1,26 +1,26 @@
-<html>
-<style>
-#target
-{
- 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">
-<div id="span"> CONTENT</div>
-</div>
-<script>
- document.body.offsetTop;
- target.style.color = "red";
-</script>
-</html>
+<html>
+<style>
+#target
+{
+ 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">
+<div id="span"> CONTENT</div>
+</div>
+<script>
+ document.body.offsetTop;
+ target.style.color = "red";
+</script>
+</html>

Powered by Google App Engine
This is Rietveld 408576698