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

Side by Side Diff: LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html

Issue 12183027: Merge 141127 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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/track/track-cue-rendering-tree-is-removed-properly-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 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 5
6 <script src=../media-file.js></script> 6 <script src=../media-file.js></script>
7 <script src=../media-controls.js></script> 7 <script src=../media-controls.js></script>
8 <script src=../video-test.js></script> 8 <script src=../video-test.js></script>
9 9
10 <script> 10 <script>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 </script> 47 </script>
48 </head> 48 </head>
49 <body onload="initElements()"> 49 <body onload="initElements()">
50 <p>Tests that the cue display tree has been removed properly and no cras h happens.</p> 50 <p>Tests that the cue display tree has been removed properly and no cras h happens.</p>
51 <video controls> 51 <video controls>
52 <track src="captions-webvtt/captions.vtt" kind="captions"> 52 <track src="captions-webvtt/captions.vtt" kind="captions">
53 </video> 53 </video>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698