Bug 1627791 - lazy load test is even more intermittent, r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Graham 2020-04-10 11:18:54 +00:00
parent fe3b33fc94
commit eec94af3fb

View File

@ -1,11 +1,2 @@
[image-loading-lazy-slow-aspect-ratio.html]
expected:
if (os == "win") and not webrender and not debug and (processor == "x86"): PASS
if (os == "linux") and not debug and fission: ["FAIL", "PASS"]
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
if (os == "win") and webrender and not debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["FAIL", "PASS"]
if (os == "android") and debug: PASS
if os == "mac": ["FAIL", "PASS"]
[PASS, FAIL]
expected: [PASS, FAIL]