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

Unified Diff: LayoutTests/fast/table/table-captions-child-visible-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-captions-child-visible-crash.html
diff --git a/LayoutTests/fast/table/table-captions-child-visible-crash.html b/LayoutTests/fast/table/table-captions-child-visible-crash.html
index 978fe2fca415db4eff9d1bd96fc8f8fd4e56be4d..29c754272b09b3feb9787ac51fde03d1f84b112c 100644
--- a/LayoutTests/fast/table/table-captions-child-visible-crash.html
+++ b/LayoutTests/fast/table/table-captions-child-visible-crash.html
@@ -1,17 +1,17 @@
-<html>
- <body>
- Test passes if it does not crash.
- <div style="visibility: collapse;">
- <table>
- <caption></caption>
- <caption>
- <span style="visibility: visible;"></span>
- </caption>
- </table>
- </div>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- </body>
-</html>
+<html>
+ <body>
+ Test passes if it does not crash.
+ <div style="visibility: collapse;">
+ <table>
+ <caption></caption>
+ <caption>
+ <span style="visibility: visible;"></span>
+ </caption>
+ </table>
+ </div>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/table/table-before-child-in-table.html ('k') | LayoutTests/fast/table/table-cell-after-child-in-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698