Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Side by Side Diff: LayoutTests/media/video-beforeload-remove-source.html

Issue 9910031: Merge 111895 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/media/video-beforeload-remove-source-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/video-beforeload-remove-source-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698