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

Unified Diff: LayoutTests/fast/table/table-style-not-updated.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-style-not-updated.html
diff --git a/LayoutTests/fast/table/table-style-not-updated.html b/LayoutTests/fast/table/table-style-not-updated.html
index be5d59e0c903536260bd7444a0551dcef876f43d..9d9b9ff3f1b3861320db61af4613c897d2061556 100644
--- a/LayoutTests/fast/table/table-style-not-updated.html
+++ b/LayoutTests/fast/table/table-style-not-updated.html
@@ -1,23 +1,23 @@
-<!-- The blue and green text boxes should not overlap -->
-<html>
-<body style="font: 1em/1 Ahem, sans-serif;">
-<style>
-#test
-{
- color: blue;
- display: table;
-}
-</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 and green text boxes should not overlap -->
+<html>
+<body style="font: 1em/1 Ahem, sans-serif;">
+<style>
+#test
+{
+ color: blue;
+ display: table;
+}
+</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