Source code
Revision control
Copy as Markdown
Other Tools
[dragenter-dragleave-related-target.html]
[dragenter and dragleave events should set relatedTarget to the element being entered or exited]
expected:
if (os == "linux") and not tsan and asan and fission: [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and (processor == "x86_64"): [PASS, FAIL]
if (os == "mac") and (processor == "aarch64"): [FAIL, PASS]
if (os == "linux") and tsan: [PASS, FAIL]