summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini9
1 files changed, 6 insertions, 3 deletions
diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini
index e5750a0e6a..471a9a22a4 100644
--- a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini
+++ b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.html.ini
@@ -1,6 +1,9 @@
[popover-light-dismiss.html]
[Scrolling within a popover should not close the popover]
expected:
- if (os == "linux") and not fission and debug and not swgl: [PASS, FAIL]
- if (os == "linux") and not fission and not debug and not asan: [PASS, FAIL]
- if (os == "linux") and fission and asan: [PASS, FAIL]
+ if (os == "linux") and not tsan and fission and asan: [PASS, FAIL]
+ if (os == "linux") and not tsan and not fission: [PASS, FAIL]
+ if (os == "linux") and tsan: [PASS, FAIL]
+
+ [Pointer down inside invoker and up outside that invoker shouldn't dismiss popover]
+ expected: FAIL