Bug 1808681 - Fix event handler test metadata, a=testonly

Differential Revision: https://phabricator.services.mozilla.com/D166077
This commit is contained in:
James Graham 2023-01-05 14:18:13 +00:00
Родитель 230d9802ae
Коммит 77c767bcc0
1 изменённых файлов: 6 добавлений и 24 удалений

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

@ -48,37 +48,19 @@
expected: FAIL
[oncopy: must be on the appropriate locations for GlobalEventHandlers]
expected:
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
expected: FAIL
[oncopy: the default value must be null]
expected:
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
expected: FAIL
[oncut: must be on the appropriate locations for GlobalEventHandlers]
expected:
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
expected: FAIL
[oncut: the default value must be null]
expected:
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
expected: FAIL
[onpaste: must be on the appropriate locations for GlobalEventHandlers]
expected:
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
expected: FAIL
[onpaste: the default value must be null]
expected:
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
expected: FAIL