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

Side by Side Diff: chrome/test/data/extensions/loop_audio.html

Issue 1383123003: Revert of Fixed the audio backgrounding bug (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Looping audio tag.</title> 3 <title>Looping audio tag.</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 <audio autoplay loop id="audioPlayer"> 6 <audio autoplay loop>
7 <source src="test.ogg" type="audio/ogg" /> 7 <source src="test.ogg" type="audio/ogg" />
8 </audio> 8 </audio>
9 </body> 9 </body>
10 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698