unittests/html/forms4.html in watir-1.6.5 vs unittests/html/forms4.html in watir-1.6.6.rc1
- old
+ new
@@ -1,27 +1,27 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <title>Test page for forms</title>
-</head>
-<body>
-CVS Revision: $Revision $
-<br>
-<br>
-<table>
- <tbody>
- <tr>
- <td>
- <form name="apple_form" method="get" action="pass.html"> <input
- name="name" value="apple" type="text"> </form>
- </td>
- </tr>
- <tr>
- <td>
- <form name="banana_form" method="get" action="pass2.html"> <input
- name="name" value="banana" type="text"> </form>
- </td>
- </tr>
- </tbody>
-</table>
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <title>Test page for forms</title>
+</head>
+<body>
+CVS Revision: $Revision $
+<br>
+<br>
+<table>
+ <tbody>
+ <tr>
+ <td>
+ <form name="apple_form" method="get" action="pass.html"> <input
+ name="name" value="apple" type="text"> </form>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <form name="banana_form" method="get" action="pass2.html"> <input
+ name="name" value="banana" type="text"> </form>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</body>
+</html>