Bug 1092458 - Disable drawFocusIfNeeded tests for instability on Windows, (CLOSED TREE) r=RyanVM

This commit is contained in:
James Graham 2015-03-24 17:37:29 +00:00
Родитель 4dd9a03e24
Коммит d010a52681
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,5 +1,7 @@
[drawFocusIfNeeded_004.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1092458
[drawFocusIfNeeded does draw a focus ring if the element is in focus.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL

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

@ -1,5 +1,7 @@
[drawFocusIfNeeded_005.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1092458
[drawFocusIfNeeded does draw a focus ring if the element is in focus and the user activated a particular focus ring.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL