test/select/page.html in bauxite-0.6.18 vs test/select/page.html in bauxite-0.6.19
- old
+ new
@@ -1,9 +1,9 @@
-<html>
- <body>
- <select id="type">
- <option value="def" selected="selected">None</option>
- <option value="car">Auto</option>
- <option value="bike">Bicycle</option>
- </select>
- </body>
+<html>
+ <body>
+ <select id="type">
+ <option value="def" selected="selected">None</option>
+ <option value="car">Auto</option>
+ <option value="bike">Bicycle</option>
+ </select>
+ </body>
</html>
\ No newline at end of file