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

Unified Diff: LayoutTests/fast/table/table-anonymous-block-destroy-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-anonymous-block-destroy-crash.html
diff --git a/LayoutTests/fast/table/table-anonymous-block-destroy-crash.html b/LayoutTests/fast/table/table-anonymous-block-destroy-crash.html
index 7a8971105df4a34bbe928b83a1b9d8ef56abeca5..3d8ac896f43b482bece7d5e9ee00b6e63f97f17a 100644
--- a/LayoutTests/fast/table/table-anonymous-block-destroy-crash.html
+++ b/LayoutTests/fast/table/table-anonymous-block-destroy-crash.html
@@ -1,26 +1,26 @@
-<html>
- <head>
- <style>
- div
- {
- -webkit-column-span: all;
- -webkit-columns: 2;
- display: table-cell;
- }
- div:last-of-type
- {
- display: table-caption;
- }
- </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;
+ -webkit-columns: 2;
+ display: table-cell;
+ }
+ div:last-of-type
+ {
+ display: table-caption;
+ }
+ </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-and-parts-outline.html ('k') | LayoutTests/fast/table/table-before-child-in-table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698