repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
loop_audio.html
blob
e419759c33be053836951e0f1cbcf13e900782fe
1
<html>
2
<head>
3
<title>
Looping audio tag.
</title>
4
</head>
5
<body>
6
<audio
autoplay loop
>
7
<source
src
=
"test.ogg"
type
=
"audio/ogg"
/>
8
</audio>
9
</body>
10
</html>