Source code
Revision control
Copy as Markdown
Other Tools
[pointerevent_setpointercapture_to_same_element_twice.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[pointerevent_setpointercapture_to_same_element_twice.html?pen]
[A repeated setPointerCapture call does not redispatch capture events]
expected: FAIL
[A failed setPointerCapture call does not affect existing capture]
expected: FAIL
[pointerevent_setpointercapture_to_same_element_twice.html?touch]
expected:
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
[A failed setPointerCapture call does not affect existing capture]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
[A repeated setPointerCapture call does not redispatch capture events]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
[pointerevent_setpointercapture_to_same_element_twice.html?mouse]