Bug 1755600 - Add a meta viewport tag to image-compositing-large-scale-change.html to avoid auto scaling down. r=tnikkel

With enabling apz.allow_zooming, both test and reference contents are scaled
down on mobile environments but the scaled size is different because the content
width is different.

Differential Revision: https://phabricator.services.mozilla.com/D138874
This commit is contained in:
Hiroyuki Ikezoe 2022-02-16 06:42:40 +00:00
Родитель 5f2996def4
Коммит 0816f1644d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,3 +1,2 @@
[image-compositing-large-scale-change.html]
expected:
if (os == "android"): ["PASS", "TIMEOUT"]
prefs: [apz.allow_zooming:true]

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

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<style>
html { overflow: hidden; }
#change {