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

Unified Diff: chrome/test/data/autoplay_audio.html

Issue 2142983002: Add desktop engagement metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/autoplay_audio.html
diff --git a/chrome/test/data/autoplay_audio.html b/chrome/test/data/autoplay_audio.html
new file mode 100644
index 0000000000000000000000000000000000000000..aadda0e9d948ff76ff995952650faf68efbf33b6
--- /dev/null
+++ b/chrome/test/data/autoplay_audio.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Autoplay.</title>
+</head>
+<body>
+<audio autoplay id="audioPlayer">
+ <source src="extensions/test.ogg" type="audio/ogg" />
+</audio>
+</body>
+</html>
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698