Bug 1715515 - Part 4. Fix quotes on bits check for wpt fuzz. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D118380
This commit is contained in:
Andrew Osmond 2021-06-21 17:00:53 +00:00
Родитель ee5a948268
Коммит f666c14b13
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,3 +1,3 @@
[filter-contrast-002.html]
expected:
if webrender and not swgl and (os == "win") and (bits == "64"): FAIL
if webrender and not swgl and (os == "win") and (bits == 64): FAIL

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

@ -1,3 +1,3 @@
[color-002.html]
expected:
if webrender and not swgl and (os == "win") and (bits == "64"): FAIL
if webrender and not swgl and (os == "win") and (bits == 64): FAIL

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

@ -1,3 +1,3 @@
[color-003.html]
expected:
if webrender and not swgl and (os == "win") and (bits == "64"): FAIL
if webrender and not swgl and (os == "win") and (bits == 64): FAIL