| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 <html> | 2 <html> |
| 3 <head id="h"> | 3 <head id="h"> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 <script> | 6 <script> |
| 7 if (window.layoutTestController) | 7 if (window.layoutTestController) |
| 8 window.layoutTestController.dumpAsText(); | 8 window.layoutTestController.dumpAsText(); |
| 9 | 9 |
| 10 var link = document.createElement('link'); | 10 var link = document.createElement('link'); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 for (var i = 0; i < 10000; i++) | 24 for (var i = 0; i < 10000; i++) |
| 25 new Object; | 25 new Object; |
| 26 } | 26 } |
| 27 } | 27 } |
| 28 | 28 |
| 29 gc(); | 29 gc(); |
| 30 </script> | 30 </script> |
| 31 <p>This test passes if it doesn't crash</p> | 31 <p>This test passes if it doesn't crash</p> |
| 32 </body> | 32 </body> |
| 33 </html> | 33 </html> |
| OLD | NEW |