Index: LayoutTests/fast/media/media-disable-crash.html |
diff --git a/LayoutTests/fast/media/media-disable-crash.html b/LayoutTests/fast/media/media-disable-crash.html |
deleted file mode 100644 |
index 8fcb6422226bf27012a0aca1b1b634332158fa47..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/media/media-disable-crash.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<html> |
-<script> |
-function runTest() { |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
- if (window.internals) |
- window.internals.settings.setMediaEnabled(false); |
- |
- var audioElement = document.createElement("audio"); |
-} |
-</script> |
-<body onload="runTest()"> |
-The test passes if it doesn't crash. |
-</body> |
-</html> |