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

Unified Diff: LayoutTests/fast/table/table-cell-after-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-after-child-in-table.html
diff --git a/LayoutTests/fast/table/table-cell-after-child-in-table.html b/LayoutTests/fast/table/table-cell-after-child-in-table.html
index 584f8a9c7c4425938ae6e20f3b0ef60fb5340e80..82e95abfc66ea87344123cc6757ba14afec8eb61 100644
--- a/LayoutTests/fast/table/table-cell-after-child-in-table.html
+++ b/LayoutTests/fast/table/table-cell-after-child-in-table.html
@@ -1,27 +1,27 @@
-<html>
-<style>
-#target
-{
- display: table;
- border-color: green;
- border-style: solid;
- padding: 1em 1em;
-}
-
-#target::after
-{
- content: "AFTER";
- 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::after
+{
+ content: "AFTER";
+ 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>

Powered by Google App Engine
This is Rietveld 408576698