Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / multiple-captions-display.xhtml
index 61ea57d..5f6c537 100644 (file)
@@ -1,20 +1,20 @@
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-    <body>\r
-        <table>\r
-        <caption align="bottom" style="opacity:0.8">PASS: First Caption aligned to the bottom</caption>\r
-        <caption style="position: fixed;">PASS: Caption with a fixed position</caption>\r
-        <caption style="opacity: 0.7;">PASS: Caption with opacity 0.7</caption>\r
-        <caption>PASS: Normal Caption</caption>\r
-        <thead>HEADER</thead>\r
-        <tbody><br/>Some body content<br/></tbody>\r
-        <tfoot>FOOTER</tfoot>\r
-        <caption style="opacity: 0.6; position: fixed;">PASS: Caption with a fixed position and opacity 0.6</caption>\r
-        <caption>\r
-            <a style="opacity: 0.5;">PASS: Caption with opacity 0.5 in one of its child.</a>\r
-        </caption>\r
-        <caption>\r
-            <a style="opacity: 0.4; position: fixed;">PASS: Caption with opacity 0.4 and fixed position of one of the child.</a>\r
-        </caption>\r
-        </table>\r
-    </body>\r
-</html>\r
+<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>