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

Side by Side Diff: LayoutTests/fast/mediastream/LocalMediaStream-onended.html

Issue 10454008: Merge 117102 - MediaStream API: Setting onended on a LocalMediaStream triggers an assertion in V8 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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/mediastream/LocalMediaStream-onended-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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="../js/resources/js-test-style.css"> 4 <link rel="stylesheet" href="../js/resources/js-test-style.css">
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p id="description"></p> 8 <p id="description"></p>
9 <div id="console"></div> 9 <div id="console"></div>
10 <script> 10 <script>
(...skipping 30 matching lines...) Expand all
41 } 41 }
42 42
43 getUserMedia({audio:true, video:true}, gotStream); 43 getUserMedia({audio:true, video:true}, gotStream);
44 44
45 window.jsTestIsAsync = true; 45 window.jsTestIsAsync = true;
46 window.successfullyParsed = true; 46 window.successfullyParsed = true;
47 </script> 47 </script>
48 <script src="../js/resources/js-test-post.js"></script> 48 <script src="../js/resources/js-test-post.js"></script>
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/mediastream/LocalMediaStream-onended-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698