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

Unified Diff: LayoutTests/fast/table/table-columns-blocks-calc-crash.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-columns-blocks-calc-crash.html
diff --git a/LayoutTests/fast/table/table-columns-blocks-calc-crash.html b/LayoutTests/fast/table/table-columns-blocks-calc-crash.html
index 304c0dd6b6e413ebc457f296088844dd3f29ec41..87c648c9ccc94cdd5f17f6dec4379d8910407779 100644
--- a/LayoutTests/fast/table/table-columns-blocks-calc-crash.html
+++ b/LayoutTests/fast/table/table-columns-blocks-calc-crash.html
@@ -1,22 +1,22 @@
-<html>
- <head>
- <style>
- div
- {
- -webkit-column-span: all;
- display: table-cell;
- }
- </style>
- </head>
- <body>
- <div>
- <div></div>
- </div>
- PASS
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- </body>
-</html>
-
+<html>
+ <head>
+ <style>
+ div
+ {
+ -webkit-column-span: all;
+ display: table-cell;
+ }
+ </style>
+ </head>
+ <body>
+ <div>
+ <div></div>
+ </div>
+ PASS
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ </body>
+</html>
+
« no previous file with comments | « LayoutTests/fast/table/table-cell-split.html ('k') | LayoutTests/fast/table/table-continuation-outline-paint-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698