Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
Tools
/
MobileMiniBrowser
/
MobileMiniBrowserFramework
/
Resources
/
looping.html
blob: e09affd856096172637a02ff83d2974aa1002a42 [
file
]
<!DOCTYPE html>
<html>
<head>
<title>
Test Resources
</title>
</head>
<body>
<video
src
=
"test.mp4"
controls
loop
preload
=
"metadata"
></video>
</body>
</html>