unittests/html/iframeTest.html in watir-1.4.1 vs unittests/html/iframeTest.html in watir-1.5.2

- old
+ new

@@ -3,11 +3,11 @@ <table > <tr> <td> -<iframe src = iframeTest1.html name = senderFrame width = 300 height = 300> +<iframe src = "iframeTest1.html" name = "senderFrame" id = sf width = "300" height = "300"> <td> -<iframe src = iframeTest2.html name = receiverFrame width = 300 height = 300> +<iframe src = "iframeTest2.html" name = "receiverFrame" width = "300" height = "300"> </table> </html> \ No newline at end of file