summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/inert
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/inert')
-rw-r--r--testing/web-platform/meta/inert/inert-iframe-hittest.html.ini3
-rw-r--r--testing/web-platform/meta/inert/inert-iframe-tabbing.html.ini4
2 files changed, 6 insertions, 1 deletions
diff --git a/testing/web-platform/meta/inert/inert-iframe-hittest.html.ini b/testing/web-platform/meta/inert/inert-iframe-hittest.html.ini
index 8e278cc78e..dd53ef40ee 100644
--- a/testing/web-platform/meta/inert/inert-iframe-hittest.html.ini
+++ b/testing/web-platform/meta/inert/inert-iframe-hittest.html.ini
@@ -1,4 +1,5 @@
[inert-iframe-hittest.html]
[Hit-testing doesn't reach contents of an inert iframe]
expected:
- if swgl and (os == "linux") and not fission: [PASS, FAIL]
+ if not fission and not swgl and debug and (os == "linux"): [PASS, FAIL]
+ if not fission and swgl and (os == "linux"): [PASS, FAIL]
diff --git a/testing/web-platform/meta/inert/inert-iframe-tabbing.html.ini b/testing/web-platform/meta/inert/inert-iframe-tabbing.html.ini
index 4677938052..8a95782aed 100644
--- a/testing/web-platform/meta/inert/inert-iframe-tabbing.html.ini
+++ b/testing/web-platform/meta/inert/inert-iframe-tabbing.html.ini
@@ -3,3 +3,7 @@
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
+
+ [Sequential navigation can leave an inert iframe]
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]