| Index: third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes.html b/third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes.html
 | 
| index 37bf48a65f958ac6d06064beac63e30912c60abd..edf742f1954cd537edad87c611e0507fac722bf0 100644
 | 
| --- a/third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes.html
 | 
| +++ b/third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes.html
 | 
| @@ -170,6 +170,7 @@ function checkElementStatus(element)
 | 
|  function runOneConfig(spec)
 | 
|  {
 | 
|      internals.settings.setAutoplayExperimentMode(spec.experimentType);
 | 
| +    internals.settings.setViewportMetaEnabled(true);
 | 
|  
 | 
|      // Create, configure, and attach a media element.
 | 
|      var element = document.createElement(spec.elementType);
 | 
| 
 |