spec/watirspec/html/window_switching.html in watir-6.10.1 vs spec/watirspec/html/window_switching.html in watir-6.10.2

- old
+ new

@@ -1,12 +1,12 @@ -<!DOCTYPE HTML> -<html> - <head> - <title>window switching</title> - </head> - - <body> - <p> - Click <a id="open" href="#" onclick='window.open("closeable.html")'>here</a> to open a new window. - </p> - </body> +<!DOCTYPE HTML> +<html> + <head> + <title>window switching</title> + </head> + + <body> + <p> + Click <a id="open" href="#" onclick='window.open("closeable.html")'>here</a> to open a new window. + </p> + </body> </html> \ No newline at end of file