Bug 1600800: Force device pixels to be 1.0 for wpt reftests r=jgraham

Bug 1600800: Update window height to 1000 for wpt reftests

Differential Revision: https://phabricator.services.mozilla.com/D55573

--HG--
extra : moz-landing-system : lando
This commit is contained in:
David Burns 2019-12-03 11:20:24 +00:00
Родитель 3df43733ed
Коммит 64fb02c1d2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -37,6 +37,8 @@ user_pref("dom.disable_beforeunload", true);
// Enable implicit keyframes since the common animation interpolation test
// function assumes this is available.
user_pref("dom.animations-api.implicit-keyframes.enabled", true);
// Disable high DPI
user_pref("layout.css.devPixelsPerPx", "1.0")
// sometime wpt runs test even before the document becomes visible, which would
// delay video.play() and cause play() running in wrong order.
user_pref("media.block-autoplay-until-in-foreground", false);