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

Side by Side Diff: LayoutTests/media/media-volume-slider-rendered-below.html

Issue 10412040: Merge 116900 - Volume slider needs to be displayed below the mute button (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/media/media-volume-slider-rendered-below-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 <title>Test that volume slider is rendered below. </title> 3 <title>Test that volume slider is rendered below. </title>
4 4
5 <head> 5 <head>
6 6
7 <script src=video-test.js></script> 7 <script src=video-test.js></script>
8 <script src=media-file.js></script> 8 <script src=media-file.js></script>
9 <script src=media-controls.js></script> 9 <script src=media-controls.js></script>
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 audio = document.getElementsByTagName("audio")[0]; 51 audio = document.getElementsByTagName("audio")[0];
52 audio.src = findMediaFile("audio", "content/test"); 52 audio.src = findMediaFile("audio", "content/test");
53 } 53 }
54 </script> 54 </script>
55 </head> 55 </head>
56 56
57 <body onload="initialize();"> 57 <body onload="initialize();">
58 <audio controls oncanplaythrough="test();"></audio> 58 <audio controls oncanplaythrough="test();"></audio>
59 </body> 59 </body>
60 </html> 60 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/media-volume-slider-rendered-below-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698