Skip to content

Commit 010c2fd

Browse files
committed
Bug 1595602 [wpt PR 20202] - Update wpt metadata, a=testonly
wpt-pr: 20202 wpt-type: metadata UltraBlame original commit: 836b08d64412cc5fae6f3b0778a03213e9fc3d4b
1 parent 1b1779b commit 010c2fd

16 files changed

+67
-81
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[pointerevent_touch-action-verification.html]
2+
[explicit-pinch-zoom-pan-x-pan-up]
3+
expected: FAIL
4+
5+
[explicit-pinch-zoom]
6+
expected: FAIL
7+
8+
[explicit-pinch-zoom-pan-x-pan-y]
9+
expected: FAIL
10+

testing/web-platform/meta/pointerevents/extension/idlharness.window.js.ini

Lines changed: 0 additions & 15 deletions
This file was deleted.

testing/web-platform/meta/pointerevents/extension/pointerevent_constructor.html.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.

testing/web-platform/meta/pointerevents/extension/pointerevent_getCoalescedEvents_when_pointerlocked.html.ini

Lines changed: 0 additions & 8 deletions
This file was deleted.

testing/web-platform/meta/pointerevents/extension/pointerevent_pointerrawupdate.html.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

testing/web-platform/meta/pointerevents/extension/pointerevent_touch-action-verification.html.ini

Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[pointerevent_constructor.html]
22
prefs: [dom.w3c_pointer_events.enabled:true]
3+
[PointerEvent: Constructor test]
4+
expected: FAIL
5+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pointerevent_pointerrawupdate.html]
2+
[pointerrawupdate event received]
3+
expected: FAIL
4+
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
11
[pointerevent_touch-action-verification.html]
22
prefs: [layout.css.touch_action.enabled:true]
3+
[explicit-pan-down-pan-left]
4+
expected: FAIL
5+
6+
[explicit-pan-up]
7+
expected: FAIL
8+
9+
[explicit-pan-up-pan-left]
10+
expected: FAIL
11+
12+
[explicit-pan-right-pan-down]
13+
expected: FAIL
14+
15+
[explicit-pan-left-pan-down]
16+
expected: FAIL
17+
18+
[explicit-pan-left]
19+
expected: FAIL
20+
21+
[explicit-pan-right-pan-up]
22+
expected: FAIL
23+
24+
[explicit-pan-right]
25+
expected: FAIL
26+
27+
[explicit-pan-down]
28+
expected: FAIL
29+
30+
[explicit-pan-up-pan-right]
31+
expected: FAIL
32+
33+
[explicit-pan-down-pan-right]
34+
expected: FAIL
35+
36+
[explicit-pan-left-pan-up]
37+
expected: FAIL
38+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lsan-allowed: [NS_NewDOMPointerEvent, mozilla::WidgetPointerEvent::Duplicate]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
2+
[mouse pointermove getCoalescedEvents when lock test]
3+
expected:
4+
if (os == "win") and not fission and (processor == "x86_64") and debug and not webrender: ["FAIL", "PASS"]
5+
if (os == "win") and not fission and (processor == "x86_64") and not debug and webrender: ["FAIL", "PASS"]
6+
if (os == "win") and not fission and (processor == "x86_64") and not debug and not webrender: ["PASS", "FAIL"]
7+
if (os == "linux") and debug and not webrender and not fission: ["PASS", "FAIL"]
8+
if (os == "linux") and debug and not webrender and fission: ["PASS", "FAIL"]
9+
if (os == "linux") and debug and webrender and fission: ["PASS", "FAIL"]
10+
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
11+
if (os == "linux") and not debug and not fission and webrender: ["PASS", "FAIL"]
12+
if (os == "linux") and not debug and not fission and not webrender: ["PASS", "FAIL"]
13+

0 commit comments

Comments
 (0)