diff options
Diffstat (limited to 'mobile/android/geckoview/src/androidTest/assets/www/autoplay.html')
-rw-r--r-- | mobile/android/geckoview/src/androidTest/assets/www/autoplay.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mobile/android/geckoview/src/androidTest/assets/www/autoplay.html b/mobile/android/geckoview/src/androidTest/assets/www/autoplay.html new file mode 100644 index 0000000000..24cbf474bd --- /dev/null +++ b/mobile/android/geckoview/src/androidTest/assets/www/autoplay.html @@ -0,0 +1,11 @@ +<html> + <head> + <meta charset="utf-8"> + <title>WEBM Video</title> + </head> + <body> + <video preload autoplay> + <source src="videos/gizmo.webm"></source> + </video> + </body> +</html> |