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

Unified Diff: LayoutTests/fast/table/table-row-style-not-updated-with-after-content.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-style-not-updated-with-after-content.html
diff --git a/LayoutTests/fast/table/table-row-style-not-updated-with-after-content.html b/LayoutTests/fast/table/table-row-style-not-updated-with-after-content.html
index 1bd4d9097e9f125e884033fa7dc193364c093885..a2233c36b459792aede9a260ee58a649748bbdaf 100644
--- a/LayoutTests/fast/table/table-row-style-not-updated-with-after-content.html
+++ b/LayoutTests/fast/table/table-row-style-not-updated-with-after-content.html
@@ -1,29 +1,29 @@
-<!-- The blue, yellow and green text boxes should not overlap -->
-<html>
-<body style="font: 1em/1 Ahem, sans-serif;">
-<style>
-#test
-{
- color: blue;
- display: table-row;
-}
-#test::after
-{
- content: "4578";
- color: yellow;
- display: table-row;
-}
-</style>
-<div id="test">
-ABCD
-</div>
-<div style="font-size: 800%; color: green">
-EFGH
-</div>
-<script>
- document.body.offsetTop;
- var test = document.getElementById("test");
- test.style.fontSize = "800%";
-</script>
-</body>
-</html>
+<!-- The blue, yellow and green text boxes should not overlap -->
+<html>
+<body style="font: 1em/1 Ahem, sans-serif;">
+<style>
+#test
+{
+ color: blue;
+ display: table-row;
+}
+#test::after
+{
+ content: "4578";
+ color: yellow;
+ display: table-row;
+}
+</style>
+<div id="test">
+ABCD
+</div>
+<div style="font-size: 800%; color: green">
+EFGH
+</div>
+<script>
+ document.body.offsetTop;
+ var test = document.getElementById("test");
+ test.style.fontSize = "800%";
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698