Bug 1792308 - set css/geometry/DOMMatrix2DInit-validate-fixup.html again as passing on Linux in beta and release configuration

Bug 1791857 had dropped the annotation. See bug 1779681 for the initial
addition of the rule for beta and release.

Differential Revision: https://phabricator.services.mozilla.com/D159213
This commit is contained in:
Sebastian Hengst 2022-10-13 19:13:58 +00:00
Родитель db93b28c57
Коммит 951e94435f
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -4,23 +4,27 @@
[addPath({b: 2})]
expected:
if (os == "mac") and not nightly_build: PASS
if (os == "linux") and (processor == "x86_64") and release_or_beta: PASS
if (os == "linux") and (processor == "x86_64"): FAIL
if os == "mac": FAIL
[addPath({c: 2})]
expected:
if (os == "mac") and not nightly_build: PASS
if (os == "linux") and (processor == "x86_64") and release_or_beta: PASS
if (os == "linux") and (processor == "x86_64"): FAIL
if os == "mac": FAIL
[addPath({m12: 2})]
expected:
if (os == "mac") and not nightly_build: PASS
if (os == "linux") and (processor == "x86_64") and release_or_beta: PASS
if (os == "linux") and (processor == "x86_64"): FAIL
if os == "mac": FAIL
[addPath({m21: 2})]
expected:
if (os == "mac") and not nightly_build: PASS
if (os == "linux") and (processor == "x86_64") and release_or_beta: PASS
if (os == "linux") and (processor == "x86_64"): FAIL
if os == "mac": FAIL