diff options
Diffstat (limited to 'mobile/android/tests/browser/robocop/video_controls.html')
-rw-r--r-- | mobile/android/tests/browser/robocop/video_controls.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile/android/tests/browser/robocop/video_controls.html b/mobile/android/tests/browser/robocop/video_controls.html new file mode 100644 index 000000000..a31212409 --- /dev/null +++ b/mobile/android/tests/browser/robocop/video_controls.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>Video Controls Test</title> + </head> + <body> + <video id="video" style="height: 480px; width: 640px" controls mozNoDynamicControls></video> + <canvas id="canvas" style="height: 480px; width: 640px"></canvas> + </body> +</html> |