Index: third_party/WebKit/LayoutTests/http/tests/webaudio/autoplay-crossorigin.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/webaudio/autoplay-crossorigin.html b/third_party/WebKit/LayoutTests/http/tests/webaudio/autoplay-crossorigin.html |
index 138b2fab153bcb9208b2bc1f03edf917b35c9d21..e7259ddf5308fb7cf9e87de966711128fdc4b52e 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/webaudio/autoplay-crossorigin.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/webaudio/autoplay-crossorigin.html |
@@ -5,9 +5,6 @@ |
<body></body> |
<script> |
async_test(t => { |
- if ('internals' in window) |
- window.internals.settings.setMediaPlaybackRequiresUserGesture(true); |
- |
window.addEventListener('message', e => { |
switch (e.data.msg) { |
case 'clickme': |