unittests/html/simple_table.html in firewatir-1.6.5 vs unittests/html/simple_table.html in firewatir-1.6.6.rc1
- old
+ new
@@ -1,26 +1,26 @@
-<html>
-<head>
-<title>
-Test page for Tables
-</title>
-</head>
-<body>
-CVS Revision: "$Revision: 1.0 $"
-<br>
-<br>
-<table >
- <tr>
- <td> Row 1 Col1 </td>
- <td> Row 1 Col2 </td>
- </tr>
- <tr>
- <td> Row 2 Col1 </td>
- <td> Row 2 Col2 </td>
- </tr>
- <tr>
- <td> Row 3 Col1 </td>
- <td> Row 3 Col2 </td>
- </tr>
-</table>
-</body>
-</html>
+<html>
+<head>
+<title>
+Test page for Tables
+</title>
+</head>
+<body>
+CVS Revision: "$Revision: 1.0 $"
+<br>
+<br>
+<table >
+ <tr>
+ <td> Row 1 Col1 </td>
+ <td> Row 1 Col2 </td>
+ </tr>
+ <tr>
+ <td> Row 2 Col1 </td>
+ <td> Row 2 Col2 </td>
+ </tr>
+ <tr>
+ <td> Row 3 Col1 </td>
+ <td> Row 3 Col2 </td>
+ </tr>
+</table>
+</body>
+</html>