| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <junk> | 2 <junk> |
| 3 <blockquote> | 3 <blockquote> |
| 4 Test passes if it does not crash. | 4 Test passes if it does not crash. |
| 5 <junk id="start"> | 5 <junk id="start"> |
| 6 </junk> | 6 </junk> |
| 7 </blockquote> | 7 </blockquote> |
| 8 <junk id="end"> | 8 <junk id="end"> |
| 9 PASS | 9 PASS |
| 10 </junk> | 10 </junk> |
| 11 </junk> | 11 </junk> |
| 12 <script> | 12 <script> |
| 13 if (window.layoutTestController) | 13 if (window.layoutTestController) |
| 14 layoutTestController.dumpAsText(); | 14 layoutTestController.dumpAsText(); |
| 15 | 15 |
| 16 window.getSelection().setBaseAndExtent(start, 0, end, 0); | 16 window.getSelection().setBaseAndExtent(start, 0, end, 0); |
| 17 </script> | 17 </script> |
| 18 </html> | 18 </html> |
| 19 | 19 |
| OLD | NEW |