summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/media-controls-when-javascript-disabled.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/media-controls-when-javascript-disabled.html')
-rw-r--r--WebCore/manual-tests/media-controls-when-javascript-disabled.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/WebCore/manual-tests/media-controls-when-javascript-disabled.html b/WebCore/manual-tests/media-controls-when-javascript-disabled.html
deleted file mode 100644
index b7e52bc..0000000
--- a/WebCore/manual-tests/media-controls-when-javascript-disabled.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
- <head>
- <style> #error { display: none; } </style>
- <script>
- function showErrorMsg()
- {
- document.getElementById('error').style.display = 'block';
- }
- </script>
- </head>
-
-<body onload="showErrorMsg()">
-
- <p>TEST: Video should have controls when scripting is disabled.</p>
-
- <video
- src="http://movies.apple.com/movies/us/apple/ipoditunes/2007/touch/ads/apple_ipodtouch_touch_r640-9cie.mov">
- </video>
-
- <noscript><p>Scripting is DISABLED.</p></noscript>
-
- <p id=error>ERROR: JavaScript must be disabled for this test.</p>
-
-
-</body>
-</html> \ No newline at end of file