features/html/hover.html in meeane-page-object-0.1.10 vs features/html/hover.html in meeane-page-object-0.1.11

- 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