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

Side by Side Diff: LayoutTests/media/event-queue-crash.html

Issue 10867074: Merge 124843 (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/media/event-queue-crash-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 <script src="media-file.js"></script> 3 <script src="media-file.js"></script>
4 4
5 <script> 5 <script>
6 if (window.testRunner) { 6 if (window.testRunner) {
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 testRunner.waitUntilDone(); 8 testRunner.waitUntilDone();
9 } 9 }
10 10
(...skipping 16 matching lines...) Expand all
27 <div id="contents"> 27 <div id="contents">
28 <!-- This is required to reproduce. --> 28 <!-- This is required to reproduce. -->
29 <video> 29 <video>
30 <!-- Only if we cannot eval the content of oncanplaythrough (i.e. on ly if the content of oncanplaythough 30 <!-- Only if we cannot eval the content of oncanplaythrough (i.e. on ly if the content of oncanplaythough
31 has invalid syntax), this test causes a crash. --> 31 has invalid syntax), this test causes a crash. -->
32 <video oncanplaythrough='if'> 32 <video oncanplaythrough='if'>
33 </div> 33 </div>
34 </div> 34 </div>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/event-queue-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698