commit 6098a15d791e38047d87dbd0d3cde9fddc30e2a1
parent ba8493161d29f371f3cd5002695cca749651f062
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date: Wed, 17 Dec 2025 13:57:48 +0000
Bug 2006389 [wpt PR 56779] - Update wpt metadata, a=testonly
wpt-pr: 56779
wpt-type: metadata
Diffstat:
4 files changed, 159 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/emulation/set_touch_override/contexts.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/emulation/set_touch_override/contexts.py.ini
@@ -0,0 +1,21 @@
+[contexts.py]
+ [test_contexts_isolation]
+ expected: FAIL
+
+ [test_frame[same_origin\]]
+ expected: FAIL
+
+ [test_frame[cross_origin\]]
+ expected: FAIL
+
+ [test_overrides_user_contexts[Default user context\]]
+ expected: FAIL
+
+ [test_overrides_user_contexts[Custom user context\]]
+ expected: FAIL
+
+ [test_overrides_global[Default user context\]]
+ expected: FAIL
+
+ [test_overrides_global[Custom user context\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/emulation/set_touch_override/global.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/emulation/set_touch_override/global.py.ini
@@ -0,0 +1,18 @@
+[global.py]
+ [test_top_level[Default user context\]]
+ expected: FAIL
+
+ [test_top_level[Custom user context\]]
+ expected: FAIL
+
+ [test_iframe[Default user context-same_origin\]]
+ expected: FAIL
+
+ [test_iframe[Default user context-cross_origin\]]
+ expected: FAIL
+
+ [test_iframe[Custom user context-same_origin\]]
+ expected: FAIL
+
+ [test_iframe[Custom user context-cross_origin\]]
+ expected: FAIL
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/emulation/set_touch_override/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/emulation/set_touch_override/invalid.py.ini
@@ -0,0 +1,96 @@
+[invalid.py]
+ [test_params_contexts_invalid_type[42\]]
+ expected: FAIL
+
+ [test_params_contexts_invalid_type[False\]]
+ expected: FAIL
+
+ [test_params_contexts_invalid_type[None\]]
+ expected: FAIL
+
+ [test_params_contexts_invalid_type[foo\]]
+ expected: FAIL
+
+ [test_params_contexts_invalid_type[value4\]]
+ expected: FAIL
+
+ [test_params_contexts_empty_list]
+ expected: FAIL
+
+ [test_params_contexts_entry_invalid_type[42\]]
+ expected: FAIL
+
+ [test_params_contexts_entry_invalid_type[False\]]
+ expected: FAIL
+
+ [test_params_contexts_entry_invalid_type[None\]]
+ expected: FAIL
+
+ [test_params_contexts_entry_invalid_type[value3\]]
+ expected: FAIL
+
+ [test_params_contexts_entry_invalid_type[value4\]]
+ expected: FAIL
+
+ [test_params_contexts_entry_invalid_value]
+ expected: FAIL
+
+ [test_params_user_contexts_invalid_type[42\]]
+ expected: FAIL
+
+ [test_params_user_contexts_invalid_type[False\]]
+ expected: FAIL
+
+ [test_params_user_contexts_invalid_type[None\]]
+ expected: FAIL
+
+ [test_params_user_contexts_invalid_type[foo\]]
+ expected: FAIL
+
+ [test_params_user_contexts_invalid_type[value4\]]
+ expected: FAIL
+
+ [test_params_user_contexts_empty_list]
+ expected: FAIL
+
+ [test_params_user_contexts_entry_invalid_type[42\]]
+ expected: FAIL
+
+ [test_params_user_contexts_entry_invalid_type[False\]]
+ expected: FAIL
+
+ [test_params_user_contexts_entry_invalid_type[None\]]
+ expected: FAIL
+
+ [test_params_user_contexts_entry_invalid_type[value3\]]
+ expected: FAIL
+
+ [test_params_user_contexts_entry_invalid_type[value4\]]
+ expected: FAIL
+
+ [test_params_user_contexts_entry_invalid_value[\]]
+ expected: FAIL
+
+ [test_params_user_contexts_entry_invalid_value[somestring\]]
+ expected: FAIL
+
+ [test_params_contexts_and_user_contexts]
+ expected: FAIL
+
+ [test_params_touch_override_missing]
+ expected: FAIL
+
+ [test_params_touch_override_invalid_type[False\]]
+ expected: FAIL
+
+ [test_params_touch_override_invalid_type[value1\]]
+ expected: FAIL
+
+ [test_params_touch_override_invalid_type[foo\]]
+ expected: FAIL
+
+ [test_params_touch_override_invalid_type[value3\]]
+ expected: FAIL
+
+ [test_params_touch_override_invalid_value]
+ expected: FAIL
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/emulation/set_touch_override/user_contexts.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/emulation/set_touch_override/user_contexts.py.ini
@@ -0,0 +1,24 @@
+[user_contexts.py]
+ [test_isolation[Default user context\]]
+ expected: FAIL
+
+ [test_isolation[Custom user context\]]
+ expected: FAIL
+
+ [test_frame[Default user context-same_origin\]]
+ expected: FAIL
+
+ [test_frame[Default user context-cross_origin\]]
+ expected: FAIL
+
+ [test_frame[Custom user context-same_origin\]]
+ expected: FAIL
+
+ [test_frame[Custom user context-cross_origin\]]
+ expected: FAIL
+
+ [test_overrides_global[Default user context\]]
+ expected: FAIL
+
+ [test_overrides_global[Custom user context\]]
+ expected: FAIL