Bug 1273247 - Disable unexpectedly not running focus-autofocus.html CLOSED TREE

This commit is contained in:
Wes Kocher 2016-05-16 13:29:19 -07:00
Родитель 2422d650c9
Коммит 8a1f23909a
1 изменённых файлов: 1 добавлений и 10 удалений

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

@ -1,12 +1,3 @@
[focus-autofocus.html]
type: testharness
expected:
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and (os == "mac") and (version == "10.10"): TIMEOUT
[:focus selector should work with an autofocused element.]
expected:
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): NOTRUN
if debug and (os == "mac") and (version == "10.10"): NOTRUN
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1273247