Bug 1632222 [wpt PR 23174] - Update wpt metadata, a=testonly

wpt-pr: 23174
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2020-04-27 03:42:37 +00:00
Родитель 29df1aad8a
Коммит d7a88e7acd
4 изменённых файлов: 14 добавлений и 11 удалений

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

@ -0,0 +1,2 @@
[pointerevent_mouse-on-object.html]
expected: ERROR

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

@ -1,11 +1,10 @@
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
[mouse pointermove getCoalescedEvents when lock test]
expected:
if not fission and (os == "win") and (processor == "x86_64") and not debug and not webrender: [PASS, FAIL]
if not fission and (os == "win") and (processor == "x86_64") and debug and webrender: [PASS, FAIL]
if not fission and (os == "linux") and (processor == "x86_64") and debug and webrender: [PASS, FAIL]
if (os == "win") and (processor == "x86_64") and not fission and debug and not webrender: [FAIL, PASS]
if (os == "linux") and debug and not webrender: [FAIL, PASS]
if (os == "win") and (processor == "x86_64") and fission: [FAIL, PASS]
[PASS, FAIL]
if (os == "win") and (processor == "x86_64") and not debug and not fission and webrender: [PASS, FAIL]
if (os == "win") and (processor == "x86_64") and not debug and not fission and not webrender: [PASS, FAIL]
if (os == "win") and (processor == "x86") and not debug: [PASS, FAIL]
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if os == "android": [PASS, FAIL]
[FAIL, PASS]

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

@ -1,2 +1,5 @@
[pointerevent_movementxy.html]
expected: [ERROR, OK]
[mouse pointerevent attributes]
expected: FAIL

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

@ -1,9 +1,8 @@
[pointerevent_movementxy_with_pointerlock.html]
[mouse pointerevent movementX/Y with pointerlock test]
expected:
if (os == "win") and not webrender and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and debug and not webrender: [FAIL, PASS]
if (os == "win") and debug and webrender: [FAIL, PASS]
if (os == "win") and (processor == "x86_64") and not fission and debug and webrender: [PASS, FAIL]
if (os == "linux") and not fission and (processor == "x86_64") and not debug and webrender: [PASS, FAIL]
if (os == "linux") and not webrender and debug: [FAIL, PASS]
[PASS, FAIL]