| Index: third_party/WebKit/LayoutTests/media/autoplay-never-visible.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/autoplay-never-visible.html b/third_party/WebKit/LayoutTests/media/autoplay-never-visible.html
|
| index e9a53ea48324441de06b321dd618eb39f80b6ada..0cc723900b565b44c3f74f68a3faeb1ad9c1427e 100644
|
| --- a/third_party/WebKit/LayoutTests/media/autoplay-never-visible.html
|
| +++ b/third_party/WebKit/LayoutTests/media/autoplay-never-visible.html
|
| @@ -5,7 +5,7 @@
|
| <script src="media-file.js"></script>
|
| <body>
|
| <script>
|
| - window.internals.settings.setMediaPlaybackRequiresUserGesture(true);
|
| + window.internals.settings.setAutoplayPolicy('user-gesture-required');
|
| window.internals.runtimeFlags.autoplayMutedVideosEnabled = true;
|
|
|
| async_test(function(t) {
|
|
|