| Index: third_party/WebKit/LayoutTests/http/tests/webaudio/resources/autoplay-crossorigin-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/webaudio/resources/autoplay-crossorigin-iframe.html b/third_party/WebKit/LayoutTests/http/tests/webaudio/resources/autoplay-crossorigin-iframe.html
|
| index 5ffd52c48ad5d18caa3cb2134bde9a3be2f223f5..b2ac70270103a81de868c896facd24a95acd678b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/webaudio/resources/autoplay-crossorigin-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/webaudio/resources/autoplay-crossorigin-iframe.html
|
| @@ -2,7 +2,7 @@
|
| <body><span>click me</span></body>
|
| <script>
|
| if ('internals' in window)
|
| - window.internals.settings.setMediaPlaybackRequiresUserGesture(true);
|
| + window.internals.settings.setAutoplayPolicy('user-gesture-required');
|
|
|
| function synthesizeClick(callback) {
|
| document.onclick = callback;
|
|
|