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

Unified Diff: LayoutTests/fast/table/table-row-style-not-updated-with-before-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-before-content.html
diff --git a/LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html b/LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html
index a434e08b90dabb0fbe649758c39854baeff13ddc..1140fe1b575a82b69fa9608424d983771e98de9e 100644
--- a/LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html
+++ b/LayoutTests/fast/table/table-row-style-not-updated-with-before-content.html
@@ -1,29 +1,29 @@
-<!-- The orange, blue and green text boxes should not overlap -->
-<html>
-<body style="font: 1em/1 Ahem, sans-serif;">
-<style>
-#test
-{
- color: blue;
- display: table-row;
-}
-#test::before
-{
- content: "1234";
- color: orange;
- 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 orange, blue and green text boxes should not overlap -->
+<html>
+<body style="font: 1em/1 Ahem, sans-serif;">
+<style>
+#test
+{
+ color: blue;
+ display: table-row;
+}
+#test::before
+{
+ content: "1234";
+ color: orange;
+ 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