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

Unified Diff: LayoutTests/fast/table/multiple-captions-display.xhtml

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/multiple-captions-display.xhtml
diff --git a/LayoutTests/fast/table/multiple-captions-display.xhtml b/LayoutTests/fast/table/multiple-captions-display.xhtml
index 61ea57df7c394b9b6d9397b97e3e61a52dffebdb..5f6c537640c84bb68aac70cb31d742ced9f953eb 100644
--- a/LayoutTests/fast/table/multiple-captions-display.xhtml
+++ b/LayoutTests/fast/table/multiple-captions-display.xhtml
@@ -1,20 +1,20 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
- <body>
- <table>
- <caption align="bottom" style="opacity:0.8">PASS: First Caption aligned to the bottom</caption>
- <caption style="position: fixed;">PASS: Caption with a fixed position</caption>
- <caption style="opacity: 0.7;">PASS: Caption with opacity 0.7</caption>
- <caption>PASS: Normal Caption</caption>
- <thead>HEADER</thead>
- <tbody><br/>Some body content<br/></tbody>
- <tfoot>FOOTER</tfoot>
- <caption style="opacity: 0.6; position: fixed;">PASS: Caption with a fixed position and opacity 0.6</caption>
- <caption>
- <a style="opacity: 0.5;">PASS: Caption with opacity 0.5 in one of its child.</a>
- </caption>
- <caption>
- <a style="opacity: 0.4; position: fixed;">PASS: Caption with opacity 0.4 and fixed position of one of the child.</a>
- </caption>
- </table>
- </body>
-</html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <body>
+ <table>
+ <caption align="bottom" style="opacity:0.8">PASS: First Caption aligned to the bottom</caption>
+ <caption style="position: fixed;">PASS: Caption with a fixed position</caption>
+ <caption style="opacity: 0.7;">PASS: Caption with opacity 0.7</caption>
+ <caption>PASS: Normal Caption</caption>
+ <thead>HEADER</thead>
+ <tbody><br/>Some body content<br/></tbody>
+ <tfoot>FOOTER</tfoot>
+ <caption style="opacity: 0.6; position: fixed;">PASS: Caption with a fixed position and opacity 0.6</caption>
+ <caption>
+ <a style="opacity: 0.5;">PASS: Caption with opacity 0.5 in one of its child.</a>
+ </caption>
+ <caption>
+ <a style="opacity: 0.4; position: fixed;">PASS: Caption with opacity 0.4 and fixed position of one of the child.</a>
+ </caption>
+ </table>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/table/multiple-captions-crash2.xhtml ('k') | LayoutTests/fast/table/relative-position-containment.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698