From 043425cae5f15bbde123200cd76f1653566ac4c9 Mon Sep 17 00:00:00 2001 From: batu_hoang <55729155+longvatrong111@users.noreply.github.com> Date: Sat, 27 Sep 2025 09:51:18 +0800 Subject: [PATCH] Establish baselines for testdriver.js infrastructure tests (#39496) Update testdriver infrastructure test expectation. For now, most failures of testdriver tests are caused by missing implementation or issue in Servo. Signed-off-by: batu_hoang --- .../testdriver/actions/eventOrder.html.ini | 3 +++ .../actions/mouseClickCount.html.ini | 3 +++ .../actions/multiTouchPoints.html.ini | 3 +++ ...multiTouchPointsReleaseFirstPoint.html.ini | 3 +++ ...ultiTouchPointsReleaseSecondPoint.html.ini | 3 +++ .../multiTouchPointsSimultaneousMove.html.ini | 3 +++ .../multiTouchPointsTwoTouchStarts.html.ini | 3 +++ .../multiTouchPointsWithPause.html.ini | 3 +++ .../penPointerEventProperties.html.ini | 3 +++ .../actions/penPointerEvents.html.ini | 3 +++ .../touchPointerEventProperties.html.ini | 3 +++ ...andle_request_device_prompt.https.html.ini | 2 ++ .../bluetooth/simulate_adapter.https.html.ini | 2 ++ .../simulate_characteristic.https.html.ini | 2 ++ ...ate_characteristic_response.https.html.ini | 2 ++ .../simulate_descriptor.https.html.ini | 2 ++ ...imulate_descriptor_response.https.html.ini | 2 ++ ...te_gatt_connection_response.https.html.ini | 2 ++ ...simulate_gatt_disconnection.https.html.ini | 2 ++ ...ate_preconnected_peripheral.https.html.ini | 2 ++ .../bluetooth/simulate_service.https.html.ini | 2 ++ .../set_geolocation_override.https.html.ini | 2 ++ .../set_locale_override.https.html.ini | 2 ++ ...screen_orientation_override.https.html.ini | 3 +++ .../permissions/set_permission.https.html.ini | 2 ++ .../testdriver/click_iframe.html.ini | 3 +++ .../testdriver/click_nested.html.ini | 3 +++ .../testdriver/click_window.html.ini | 3 +++ .../testdriver/generate_test_report.html.ini | 2 ++ .../testdriver/get_all_cookies.sub.html.ini | 3 +++ .../get_all_cookies.sub.https.html.ini | 3 +++ .../testdriver/get_named_cookie.sub.html.ini | 3 +++ .../get_named_cookie.sub.https.html.ini | 3 +++ .../minimize_restore_popup.html.ini | 4 ++++ .../testdriver/set_permission.https.html.ini | 6 ++++++ .../testdriver/virtual_authenticator.html.ini | 21 +++++++++++++++++++ 36 files changed, 116 insertions(+) create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/eventOrder.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/mouseClickCount.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPoints.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseSecondPoint.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsSimultaneousMove.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsTwoTouchStarts.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsWithPause.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/penPointerEventProperties.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/penPointerEvents.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/actions/touchPointerEventProperties.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/handle_request_device_prompt.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_adapter.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_characteristic.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_characteristic_response.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor_response.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_connection_response.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_disconnection.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_preconnected_peripheral.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_service.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_geolocation_override.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_locale_override.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_screen_orientation_override.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/bidi/permissions/set_permission.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/click_iframe.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/click_nested.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/click_window.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/generate_test_report.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/get_all_cookies.sub.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/get_all_cookies.sub.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/get_named_cookie.sub.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/get_named_cookie.sub.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/minimize_restore_popup.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/set_permission.https.html.ini create mode 100644 tests/wpt/meta/infrastructure/testdriver/virtual_authenticator.html.ini diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/eventOrder.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/eventOrder.html.ini new file mode 100644 index 00000000000..7cddf544d5d --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/eventOrder.html.ini @@ -0,0 +1,3 @@ +[eventOrder.html] + [indivisible actions on the same track dispatch events in series] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/mouseClickCount.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/mouseClickCount.html.ini new file mode 100644 index 00000000000..3659cd99f8a --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/mouseClickCount.html.ini @@ -0,0 +1,3 @@ +[mouseClickCount.html] + [TestDriver actions: test the mouse click counts at different cases] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPoints.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPoints.html.ini new file mode 100644 index 00000000000..286736a09a9 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPoints.html.ini @@ -0,0 +1,3 @@ +[multiTouchPoints.html] + [TestDriver actions: two touch points with one moving one pause] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html.ini new file mode 100644 index 00000000000..1d2b82ac269 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseFirstPoint.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsReleaseFirstPoint.html] + [TestDriver actions: two touch points with one moving one pause] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseSecondPoint.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseSecondPoint.html.ini new file mode 100644 index 00000000000..55f61665f7e --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsReleaseSecondPoint.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsReleaseSecondPoint.html] + [TestDriver actions: two touch points with one moving one pause] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsSimultaneousMove.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsSimultaneousMove.html.ini new file mode 100644 index 00000000000..2fa122f79ab --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsSimultaneousMove.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsSimultaneousMove.html] + [TestDriver actions: two touch points with both moving] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsTwoTouchStarts.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsTwoTouchStarts.html.ini new file mode 100644 index 00000000000..9c69ae7c76c --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsTwoTouchStarts.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsTwoTouchStarts.html] + [TestDriver actions: two touch points with one moving one pause] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsWithPause.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsWithPause.html.ini new file mode 100644 index 00000000000..668ff9ac8fd --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/multiTouchPointsWithPause.html.ini @@ -0,0 +1,3 @@ +[multiTouchPointsWithPause.html] + [TestDriver actions: two touch points with one moving one pause] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/penPointerEventProperties.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/penPointerEventProperties.html.ini new file mode 100644 index 00000000000..cf541ddd926 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/penPointerEventProperties.html.ini @@ -0,0 +1,3 @@ +[penPointerEventProperties.html] + [TestDriver actions: pointerevent properties of pen type] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/penPointerEvents.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/penPointerEvents.html.ini new file mode 100644 index 00000000000..64f82b6c51a --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/penPointerEvents.html.ini @@ -0,0 +1,3 @@ +[penPointerEvents.html] + [TestDriver actions: pointerevent properties of pen type] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/actions/touchPointerEventProperties.html.ini b/tests/wpt/meta/infrastructure/testdriver/actions/touchPointerEventProperties.html.ini new file mode 100644 index 00000000000..7de73e13783 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/actions/touchPointerEventProperties.html.ini @@ -0,0 +1,3 @@ +[touchPointerEventProperties.html] + [TestDriver actions: pointerevent properties of touch type] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/handle_request_device_prompt.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/handle_request_device_prompt.https.html.ini new file mode 100644 index 00000000000..e18369eabbc --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/handle_request_device_prompt.https.html.ini @@ -0,0 +1,2 @@ +[handle_request_device_prompt.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_adapter.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_adapter.https.html.ini new file mode 100644 index 00000000000..8dad7542102 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_adapter.https.html.ini @@ -0,0 +1,2 @@ +[simulate_adapter.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_characteristic.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_characteristic.https.html.ini new file mode 100644 index 00000000000..080c692f823 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_characteristic.https.html.ini @@ -0,0 +1,2 @@ +[simulate_characteristic.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_characteristic_response.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_characteristic_response.https.html.ini new file mode 100644 index 00000000000..d9fc4f5b947 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_characteristic_response.https.html.ini @@ -0,0 +1,2 @@ +[simulate_characteristic_response.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor.https.html.ini new file mode 100644 index 00000000000..ec42f9ca069 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor.https.html.ini @@ -0,0 +1,2 @@ +[simulate_descriptor.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor_response.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor_response.https.html.ini new file mode 100644 index 00000000000..4320c42c93b --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor_response.https.html.ini @@ -0,0 +1,2 @@ +[simulate_descriptor_response.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_connection_response.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_connection_response.https.html.ini new file mode 100644 index 00000000000..8ddcaf01ddc --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_connection_response.https.html.ini @@ -0,0 +1,2 @@ +[simulate_gatt_connection_response.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_disconnection.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_disconnection.https.html.ini new file mode 100644 index 00000000000..6e5c923b95c --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_disconnection.https.html.ini @@ -0,0 +1,2 @@ +[simulate_gatt_disconnection.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_preconnected_peripheral.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_preconnected_peripheral.https.html.ini new file mode 100644 index 00000000000..14bcbc5c303 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_preconnected_peripheral.https.html.ini @@ -0,0 +1,2 @@ +[simulate_preconnected_peripheral.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_service.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_service.https.html.ini new file mode 100644 index 00000000000..be9c0773bef --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/bluetooth/simulate_service.https.html.ini @@ -0,0 +1,2 @@ +[simulate_service.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_geolocation_override.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_geolocation_override.https.html.ini new file mode 100644 index 00000000000..f00e39bd380 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_geolocation_override.https.html.ini @@ -0,0 +1,2 @@ +[set_geolocation_override.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_locale_override.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_locale_override.https.html.ini new file mode 100644 index 00000000000..711933d6ca7 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_locale_override.https.html.ini @@ -0,0 +1,2 @@ +[set_locale_override.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_screen_orientation_override.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_screen_orientation_override.https.html.ini new file mode 100644 index 00000000000..0811f15f418 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/emulation/set_screen_orientation_override.https.html.ini @@ -0,0 +1,3 @@ +[set_screen_orientation_override.https.html] + [emulate screen orientation and clear override] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/bidi/permissions/set_permission.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/bidi/permissions/set_permission.https.html.ini new file mode 100644 index 00000000000..5cf6ab3c2e1 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/bidi/permissions/set_permission.https.html.ini @@ -0,0 +1,2 @@ +[set_permission.https.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/click_iframe.html.ini b/tests/wpt/meta/infrastructure/testdriver/click_iframe.html.ini new file mode 100644 index 00000000000..99afd20f6ad --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/click_iframe.html.ini @@ -0,0 +1,3 @@ +[click_iframe.html] + [TestDriver click on a document in an iframe] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/click_nested.html.ini b/tests/wpt/meta/infrastructure/testdriver/click_nested.html.ini new file mode 100644 index 00000000000..75c524fb173 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/click_nested.html.ini @@ -0,0 +1,3 @@ +[click_nested.html] + [TestDriver click method with multiple windows and nested iframe] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/click_window.html.ini b/tests/wpt/meta/infrastructure/testdriver/click_window.html.ini new file mode 100644 index 00000000000..12ac19cca23 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/click_window.html.ini @@ -0,0 +1,3 @@ +[click_window.html] + [TestDriver click method in window] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/generate_test_report.html.ini b/tests/wpt/meta/infrastructure/testdriver/generate_test_report.html.ini new file mode 100644 index 00000000000..46bba61d8f5 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/generate_test_report.html.ini @@ -0,0 +1,2 @@ +[generate_test_report.html] + expected: ERROR diff --git a/tests/wpt/meta/infrastructure/testdriver/get_all_cookies.sub.html.ini b/tests/wpt/meta/infrastructure/testdriver/get_all_cookies.sub.html.ini new file mode 100644 index 00000000000..57a801d874a --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/get_all_cookies.sub.html.ini @@ -0,0 +1,3 @@ +[get_all_cookies.sub.html] + [Get all HTTP cookies] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/get_all_cookies.sub.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/get_all_cookies.sub.https.html.ini new file mode 100644 index 00000000000..ef90f67c5c7 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/get_all_cookies.sub.https.html.ini @@ -0,0 +1,3 @@ +[get_all_cookies.sub.https.html] + [Get all HTTPS cookies] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/get_named_cookie.sub.html.ini b/tests/wpt/meta/infrastructure/testdriver/get_named_cookie.sub.html.ini new file mode 100644 index 00000000000..3b0c90a4b86 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/get_named_cookie.sub.html.ini @@ -0,0 +1,3 @@ +[get_named_cookie.sub.html] + [Get Named HTTP cookie] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/get_named_cookie.sub.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/get_named_cookie.sub.https.html.ini new file mode 100644 index 00000000000..e72a944be45 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/get_named_cookie.sub.https.html.ini @@ -0,0 +1,3 @@ +[get_named_cookie.sub.https.html] + [Get Named HTTPS cookie] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/minimize_restore_popup.html.ini b/tests/wpt/meta/infrastructure/testdriver/minimize_restore_popup.html.ini new file mode 100644 index 00000000000..d1eebe1ab60 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/minimize_restore_popup.html.ini @@ -0,0 +1,4 @@ +[minimize_restore_popup.html] + expected: TIMEOUT + [minimize and restore on popup] + expected: TIMEOUT diff --git a/tests/wpt/meta/infrastructure/testdriver/set_permission.https.html.ini b/tests/wpt/meta/infrastructure/testdriver/set_permission.https.html.ini new file mode 100644 index 00000000000..8c20a605b40 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/set_permission.https.html.ini @@ -0,0 +1,6 @@ +[set_permission.https.html] + [Grant Permission] + expected: FAIL + + [Deny Permission] + expected: FAIL diff --git a/tests/wpt/meta/infrastructure/testdriver/virtual_authenticator.html.ini b/tests/wpt/meta/infrastructure/testdriver/virtual_authenticator.html.ini new file mode 100644 index 00000000000..8d1087d6926 --- /dev/null +++ b/tests/wpt/meta/infrastructure/testdriver/virtual_authenticator.html.ini @@ -0,0 +1,21 @@ +[virtual_authenticator.html] + [Can create an authenticator] + expected: FAIL + + [Can add a credential] + expected: FAIL + + [Can get the credentials] + expected: FAIL + + [Can remove a credential] + expected: FAIL + + [Can remove all credentials] + expected: FAIL + + [Can set user verified] + expected: FAIL + + [Can remove a virtual authenticator] + expected: FAIL