diff options
Diffstat (limited to 'testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini')
-rw-r--r-- | testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini b/testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini new file mode 100644 index 0000000000..d64a139436 --- /dev/null +++ b/testing/web-platform/meta/uievents/mouse/mouseenter-mouseleave-on-drag.html.ini @@ -0,0 +1,12 @@ +[mouseenter-mouseleave-on-drag.html] + [Test dragging across inner div] + expected: + if (processor == "x86") and (os == "linux"): [PASS, FAIL] + + [Test dragging into inner div] + expected: + if (processor == "x86") and (os == "linux"): [PASS, FAIL] + + [Test dragging out of inner div] + expected: + if (processor == "x86") and (os == "linux"): [PASS, FAIL] |