Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
large-video-with-audio.html
blob: 8c982ae5cef066db69699561f6cac757bdaae05c [
file
] [
log
] [
blame
]
<html>
<head>
<script>
function
play
()
{
document
.
getElementsByTagName
(
'video'
)[
0
].
play
();
}
</script>
</head>
<body
onload
=
"
play
()
"
>
<video
src
=
"large-video-with-audio.mp4"
width
=
640
height
=
480
></video>
</body>
</html>