spec/watirspec/html/hover.html in watir-6.10.0 vs spec/watirspec/html/hover.html in watir-6.10.1

- old
+ new

@@ -1,12 +1,12 @@ -<html> - <head> - <style type="text/css" media="screen"> - a { font-size: 10px; } - a:hover { font-size: 20px; } - </style> - </head> - - <body> - <a href="#">hello</a> - </body> +<html> + <head> + <style type="text/css" media="screen"> + a { font-size: 10px; } + a:hover { font-size: 20px; } + </style> + </head> + + <body> + <a href="#">hello</a> + </body> </html> \ No newline at end of file