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

Side by Side Diff: LayoutTests/fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html

Issue 10870090: Merge 125052 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 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/fast/dom/beforeload/remove-video-poster-in-beforeload-listener-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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="resources/print.js"></script> 3 <script src="resources/print.js"></script>
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 } 8 }
9 9
10 var count = 0; 10 var count = 0;
(...skipping 26 matching lines...) Expand all
37 } 37 }
38 38
39 setTimeout("checkObjectRemoval()", timeout); 39 setTimeout("checkObjectRemoval()", timeout);
40 } 40 }
41 41
42 setTimeout("checkObjectRemoval()", timeout); 42 setTimeout("checkObjectRemoval()", timeout);
43 </script> 43 </script>
44 <video poster="../resources/abe.png">>><source>>> 44 <video poster="../resources/abe.png">>><source>>>
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/beforeload/remove-video-poster-in-beforeload-listener-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698