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

Unified Diff: chrome/test/data/extensions/loop_audio.html

Issue 1214883004: Fixed the audio backgrounding bug (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed bad rebase merge 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/loop_audio.html
diff --git a/chrome/test/data/extensions/loop_audio.html b/chrome/test/data/extensions/loop_audio.html
index e419759c33be053836951e0f1cbcf13e900782fe..614cfda3b6338520d627783a5c79dfa08965227e 100644
--- a/chrome/test/data/extensions/loop_audio.html
+++ b/chrome/test/data/extensions/loop_audio.html
@@ -3,7 +3,7 @@
<title>Looping audio tag.</title>
</head>
<body>
-<audio autoplay loop>
+<audio autoplay loop id="audioPlayer">
<source src="test.ogg" type="audio/ogg" />
</audio>
</body>

Powered by Google App Engine
This is Rietveld 408576698