blob: 9773347c67b3ec3417b0686508f106693c47bd46 (
plain)
1
2
3
4
5
6
7
8
|
[pointerevent_setpointercapture_relatedtarget.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "linux") and (processor == "x86"): [OK, ERROR]
[relatedTarget should not be null even when the capture is set.]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
|