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

Unified Diff: LayoutTests/fast/table/table-row-after-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-row-after-child-in-block.html
diff --git a/LayoutTests/fast/table/table-row-after-child-in-block.html b/LayoutTests/fast/table/table-row-after-child-in-block.html
index 232a23e065f050d3c7020c7202762a51b732eab6..8de69c94bdfe6bec23af816340e8e993d8314369 100644
--- a/LayoutTests/fast/table/table-row-after-child-in-block.html
+++ b/LayoutTests/fast/table/table-row-after-child-in-block.html
@@ -1,26 +1,26 @@
-<html>
-<style>
-#target
-{
- border-color: green;
- border-style: solid;
- padding: 1em 1em;
-}
-
-#target::after
-{
- content: "AFTER";
- display: table-row;
- 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::after
+{
+ content: "AFTER";
+ display: table-row;
+ 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