Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/media/video-autoplay-experiment-modes.html

Issue 1785953002: Ignore viewport meta tags when Request Desktop Site is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change loop style Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);

Powered by Google App Engine