Bug 1686866 - disable box-sizing-replaced-001.xht.ini on Linux & win for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D108626
This commit is contained in:
smolnar 2021-03-18 22:13:13 +00:00
Родитель c6ae78f964
Коммит 967de96d54
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -1,5 +1,4 @@
[box-sizing-replaced-001.xht]
expected:
if (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"]
if (os == "linux") and not debug and not webrender: ["FAIL", "PASS"]
if (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
if (os == "win"): ["PASS", "FAIL"]
if (os == "linux"): ["FAIL", "PASS"]