OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src=../resources/gc.js></script> | 4 <script src=../resources/gc.js></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <video controls autoplay> | 7 <video controls autoplay> |
8 <b id="start"></b> | 8 <b id="start"></b> |
9 <source src="content/test.mp4" type="video/mp4"> | 9 <source src="content/test.mp4" type="video/mp4"> |
10 <source src="content/test.ogv" type="video/ogg"> | 10 <source src="content/test.ogv" type="video/ogg"> |
(...skipping 22 matching lines...) Expand all Loading... |
33 removeNodes(start, end); | 33 removeNodes(start, end); |
34 | 34 |
35 gc(); | 35 gc(); |
36 if (window.layoutTestController) | 36 if (window.layoutTestController) |
37 setTimeout("layoutTestController.notifyDone()", 0); | 37 setTimeout("layoutTestController.notifyDone()", 0); |
38 } | 38 } |
39 | 39 |
40 document.addEventListener("beforeload", beforeLoadFunc, true); | 40 document.addEventListener("beforeload", beforeLoadFunc, true); |
41 </script> | 41 </script> |
42 </html> | 42 </html> |
OLD | NEW |