Bug 1465377 - remove reference to old win in manifest file. r=jmaher

This commit is contained in:
Eliza Balazs 2018-05-31 03:42:00 +03:00
Родитель 38ced61e49
Коммит ac9aabf1fb
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -3,7 +3,4 @@
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1092458
[drawFocusIfNeeded draws a focus ring.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL