summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2/file-with-video.html
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/WebKit2/file-with-video.html')
-rw-r--r--Tools/TestWebKitAPI/Tests/WebKit2/file-with-video.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/Tools/TestWebKitAPI/Tests/WebKit2/file-with-video.html b/Tools/TestWebKitAPI/Tests/WebKit2/file-with-video.html
deleted file mode 100644
index aa2259a0f..000000000
--- a/Tools/TestWebKitAPI/Tests/WebKit2/file-with-video.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
- <script>
- function playVideo()
- {
- document.getElementById("test-video").play();
- }
- </script>
-</head>
-<body>
- <p>
- <video id="test-video" src="test.mp4" controls></video>
- </p>
- <p>
- <button onclick="playVideo()">Play Video</button>
- </p>
-</body>
-</html>