spec/watirspec/html/nested_frames.html in watir-6.10.1 vs spec/watirspec/html/nested_frames.html in watir-6.10.2
- old
+ new
@@ -1,10 +1,10 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html>
- <head>
- <title></title>
- </head>
- <frameset cols="20%, 80%">
- <frame id="one" src="nested_frame_1.html">
- <frame id="two" src="nested_frame_2.html">
- </frameset>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html>
+ <head>
+ <title></title>
+ </head>
+ <frameset cols="20%, 80%">
+ <frame id="one" src="nested_frame_1.html">
+ <frame id="two" src="nested_frame_2.html">
+ </frameset>
+</html>