Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: LayoutTests/media/media-disable-crash.html

Issue 169363004: Remove the mediaEnabled setting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/media/media-disable-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-disable-crash.html
diff --git a/LayoutTests/media/media-disable-crash.html b/LayoutTests/media/media-disable-crash.html
deleted file mode 100644
index 8fcb6422226bf27012a0aca1b1b634332158fa47..0000000000000000000000000000000000000000
--- a/LayoutTests/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>
« no previous file with comments | « no previous file | LayoutTests/media/media-disable-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698