Bug 1626409 - Update test expectation. r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Razvan Maries 2020-04-10 16:02:10 +00:00
Родитель d0deab4997
Коммит f408d8f003
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -1,8 +1,10 @@
[double-policies.https.html]
expected:
if (os == "win") and (processor == "x86_64") and not fission and debug and webrender: ["OK", "TIMEOUT"]
if (os == "win") and (processor == "x86_64") and not fission and not debug: ["OK", "TIMEOUT"]
if (os == "win") and (processor == "x86") and debug: ["OK", "TIMEOUT"]
if (os == "linux"): ["OK", "TIMEOUT"]
if (os == "mac"): ["OK", "TIMEOUT"]
if (os == "win") and (os_version == "10.0.17134") and (processor = "x86_64"): ["OK", "TIMEOUT"]
if (os == "win") and (os_version == "6.1.7601") and (processor = "x86"): ["OK", "TIMEOUT"]
[img loading must be disallowed]
expected: FAIL