0

Running webdriver WPTs with Chrome Android

The difference between running webdriver tests locally v.s. with
Chrome Android is big enough, and we'd like to have test coverage
to ensure no surprise here.

Run this test suite on CI only with 20% experiment. Resource request
will be created and make it non-experimental in Q2.

Bug: 395962971
Change-Id: Ic5055d4e666804a4100bcb312998ffa2cf9d3b6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6279416
Commit-Queue: Weizhong Xia <weizhong@google.com>
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1427301}
This commit is contained in:
Weizhong Xia
2025-03-03 12:01:42 -08:00
committed by Chromium LUCI CQ
parent 3c636a1506
commit 4414e4fcc4
164 changed files with 1996 additions and 5 deletions
chrome/android
infra/config
generated
builders
ci
android-13-x64-rel
android-15-x64-rel
android-chrome-13-x64-wpt-android-specific
try
android-13-x64-rel
android-15-x64-rel
android-chrome-13-x64-wpt-android-specific
android-x64-rel
targets
third_party/blink/web_tests
MobileTestExpectations
TestLists
platform
android
external
wpt
webdriver
tests
bidi
browser
browsing_context
external
input
integration
network
script
session
storage
web_extension
classic
accept_alert
add_cookie
delete_all_cookies
delete_cookie
dismiss_alert
element_click
element_send_keys
execute_async_script
execute_script
find_element
find_elements
fullscreen_window
get_active_element
get_computed_label
get_computed_role
get_element_css_value
get_element_rect
get_element_shadow_root
get_element_tag_name
get_element_text
get_named_cookie
get_page_source
get_window_rect
interface
is_element_selected
maximize_window
minimize_window
new_session
new_window
perform_actions
print
release_actions
set_window_rect
status
switch_to_frame
switch_to_window
take_element_screenshot
take_screenshot
interop
fast
virtual

@ -2666,11 +2666,6 @@ if (current_toolchain == default_toolchain) {
args = _common_web_test_options + [
"--product",
"chrome_android",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
"--zero-tests-executed-ok",
]
data = [

@ -3543,6 +3543,11 @@
"args": [
"--skipped",
"always",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
],
"description": "Run with android_33_google_apis_x64",
@ -3584,6 +3589,55 @@
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",
"always",
"--test-type",
"wdspec",
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
],
"ci_only": true,
"description": "Run with android_33_google_apis_x64",
"experiment_percentage": 20,
"merge": {
"args": [
"--verbose"
],
"script": "//third_party/blink/tools/merge_web_test_results.py"
},
"name": "android_webdriver_wpt_tests",
"resultdb": {
"enable": true,
"has_native_resultdb_integration": true
},
"results_handler": "layout tests",
"swarming": {
"dimensions": {
"cores": "8",
"cpu": "x86-64",
"device_os": null,
"device_type": null,
"os": "Ubuntu-22.04",
"pool": "chromium.tests.avd"
},
"named_caches": [
{
"name": "android_33_google_apis_x64",
"path": ".android_emulator/android_33_google_apis_x64"
}
],
"optional_dimensions": {
"60": {
"caches": "android_33_google_apis_x64"
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 15
},
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",

@ -3326,6 +3326,11 @@
"args": [
"--skipped",
"always",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
],
"description": "Run with android_35_google_apis_x64",
@ -3367,6 +3372,55 @@
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",
"always",
"--test-type",
"wdspec",
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
],
"ci_only": true,
"description": "Run with android_35_google_apis_x64",
"experiment_percentage": 20,
"merge": {
"args": [
"--verbose"
],
"script": "//third_party/blink/tools/merge_web_test_results.py"
},
"name": "android_webdriver_wpt_tests",
"resultdb": {
"enable": true,
"has_native_resultdb_integration": true
},
"results_handler": "layout tests",
"swarming": {
"dimensions": {
"cores": "8",
"cpu": "x86-64",
"device_os": null,
"device_type": null,
"os": "Ubuntu-22.04",
"pool": "chromium.tests.avd"
},
"named_caches": [
{
"name": "android_35_google_apis_x64",
"path": ".android_emulator/android_35_google_apis_x64"
}
],
"optional_dimensions": {
"60": {
"caches": "android_35_google_apis_x64"
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 15
},
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",

@ -5,6 +5,11 @@
"args": [
"--skipped",
"always",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
],
"description": "Run with android_33_google_apis_x64",

@ -3543,6 +3543,11 @@
"args": [
"--skipped",
"always",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
],
"description": "Run with android_33_google_apis_x64",
@ -3584,6 +3589,55 @@
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",
"always",
"--test-type",
"wdspec",
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
],
"ci_only": true,
"description": "Run with android_33_google_apis_x64",
"experiment_percentage": 20,
"merge": {
"args": [
"--verbose"
],
"script": "//third_party/blink/tools/merge_web_test_results.py"
},
"name": "android_webdriver_wpt_tests",
"resultdb": {
"enable": true,
"has_native_resultdb_integration": true
},
"results_handler": "layout tests",
"swarming": {
"dimensions": {
"cores": "8",
"cpu": "x86-64",
"device_os": null,
"device_type": null,
"os": "Ubuntu-22.04",
"pool": "chromium.tests.avd"
},
"named_caches": [
{
"name": "android_33_google_apis_x64",
"path": ".android_emulator/android_33_google_apis_x64"
}
],
"optional_dimensions": {
"60": {
"caches": "android_33_google_apis_x64"
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 15
},
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",

@ -3326,6 +3326,11 @@
"args": [
"--skipped",
"always",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
],
"description": "Run with android_35_google_apis_x64",
@ -3367,6 +3372,55 @@
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",
"always",
"--test-type",
"wdspec",
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
],
"ci_only": true,
"description": "Run with android_35_google_apis_x64",
"experiment_percentage": 20,
"merge": {
"args": [
"--verbose"
],
"script": "//third_party/blink/tools/merge_web_test_results.py"
},
"name": "android_webdriver_wpt_tests",
"resultdb": {
"enable": true,
"has_native_resultdb_integration": true
},
"results_handler": "layout tests",
"swarming": {
"dimensions": {
"cores": "8",
"cpu": "x86-64",
"device_os": null,
"device_type": null,
"os": "Ubuntu-22.04",
"pool": "chromium.tests.avd"
},
"named_caches": [
{
"name": "android_35_google_apis_x64",
"path": ".android_emulator/android_35_google_apis_x64"
}
],
"optional_dimensions": {
"60": {
"caches": "android_35_google_apis_x64"
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 15
},
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",

@ -5,6 +5,11 @@
"args": [
"--skipped",
"always",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
],
"description": "Run with android_33_google_apis_x64",

@ -3383,6 +3383,11 @@
"args": [
"--skipped",
"always",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
],
"description": "Run with android_35_google_apis_x64",
@ -3424,6 +3429,55 @@
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",
"always",
"--test-type",
"wdspec",
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
],
"ci_only": true,
"description": "Run with android_35_google_apis_x64",
"experiment_percentage": 20,
"merge": {
"args": [
"--verbose"
],
"script": "//third_party/blink/tools/merge_web_test_results.py"
},
"name": "android_webdriver_wpt_tests",
"resultdb": {
"enable": true,
"has_native_resultdb_integration": true
},
"results_handler": "layout tests",
"swarming": {
"dimensions": {
"cores": "8",
"cpu": "x86-64",
"device_os": null,
"device_type": null,
"os": "Ubuntu-22.04",
"pool": "chromium.tests.avd"
},
"named_caches": [
{
"name": "android_35_google_apis_x64",
"path": ".android_emulator/android_35_google_apis_x64"
}
],
"optional_dimensions": {
"60": {
"caches": "android_35_google_apis_x64"
}
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 15
},
"test": "chrome_public_wpt",
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
},
{
"args": [
"--skipped",

@ -772,6 +772,7 @@ targets.bundle(
targets = [
"private_code_failure_test",
"android_chrome_wpt_tests",
"android_webdriver_wpt_tests",
"android_webview_wpt_tests",
],
per_test_modifications = {
@ -785,6 +786,13 @@ targets.bundle(
shards = 4,
),
),
"android_webdriver_wpt_tests": targets.mixin(
ci_only = True,
swarming = targets.swarming(
shards = 15,
),
experiment_percentage = 20,
),
},
)

@ -25,6 +25,22 @@ targets.tests.isolated_script_test(
args = [
"--skipped",
"always",
"--test-type",
"testharness",
"reftest",
"crashtest",
"print-reftest",
],
binary = "chrome_public_wpt",
)
targets.tests.isolated_script_test(
name = "android_webdriver_wpt_tests",
args = [
"--skipped",
"always",
"--test-type",
"wdspec",
],
binary = "chrome_public_wpt",
)

@ -156,3 +156,54 @@ crbug.com/372097205 external/wpt/visual-viewport/page-and-offset-in-iframe.html
[ Webview ] external/wpt/idle-detection/idlharness.https.window.html [ Failure Timeout ]
[ Webview ] external/wpt/screen-wake-lock/idlharness.https.window.html [ Failure ]
[ Webview ] external/wpt/webmidi/idlharness.https.window.html [ Failure ]
# Webdriver tests timeout on Android
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/browsing_context/context_created/original_opener.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/browsing_context/create/invalid.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/browsing_context/locate_nodes/invalid.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/browsing_context/navigate/navigate_beforeunload.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/browsing_context/navigate/navigate.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/browsing_context/navigation_started/navigation_started.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/browsing_context/user_prompt_opened/handler.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/external/bluetooth/simulate_adapter/context.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/external/bluetooth/simulate_adapter/invalid.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/external/bluetooth/simulate_adapter/state.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/external/bluetooth/simulate_preconnected_peripheral/simulate_preconnected_peripheral.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/network/add_intercept/url_patterns.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/network/continue_request/method.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/network/continue_response/status_code.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/network/continue_with_auth/invalid.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/network/provide_response/status_code.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/network/response_completed/response_completed.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/network/response_started/response_started.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/storage/delete_cookies/filter.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/storage/get_cookies/filter.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/web_extension/install/install.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/web_extension/install/invalid.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/web_extension/uninstall/invalid.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/bidi/web_extension/uninstall/uninstall.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/back/back.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/dismiss_alert/dismiss.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/element_clear/clear.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/element_clear/disabled.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/element_click/navigate.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/element_send_keys/file_upload.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/element_send_keys/interactability.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/find_element_from_element/find.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/find_element_from_shadow_root/find.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/find_elements_from_element/find.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/find_elements_from_shadow_root/find.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/forward/forward.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/get_element_attribute/get.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/get_element_property/get.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/get_window_rect/user_prompts.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/is_element_enabled/enabled.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/maximize_window/user_prompts.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/new_session/response.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/perform_actions/key_events.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/perform_actions/pointer_mouse_drag.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/perform_actions/pointer_mouse.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/perform_actions/pointer_touch.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/send_alert_text/send.py [ Skip Timeout ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/classic/set_window_rect/user_prompts.py [ Failure ]
crbug.com/395962971 [ Android ] external/wpt/webdriver/tests/interop/beforeunload_prompt.py [ Skip Timeout ]

@ -10,6 +10,9 @@
# Further documentation:
# https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_test_expectations.md
# Running webdriver tests with Chrome Android
external/wpt/webdriver/tests/
external/wpt/virtual-keyboard/
external/wpt/visual-viewport/

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_create_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_unique_id
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_storage_isolation
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_open_and_close
webdriver.bidi.error.UnknownErrorException: unknown error ('Browser.getWindowForTarget' wasn't found)
[FAIL] test_activate_client_windows
webdriver.bidi.error.UnknownErrorException: unknown error ('Browser.getWindowForTarget' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_create_remove_contexts
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,13 @@
This is a wdspec test.
[FAIL] test_remove_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_remove_context_closes_contexts[tab]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_remove_context_closes_contexts[window]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_remove_context_skips_beforeunload_prompt[tab]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_remove_context_skips_beforeunload_prompt[window]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_switch_between_contexts[tab]
AssertionError
[FAIL] test_switch_between_contexts[window]
AssertionError
Harness: the test ran to completion.

@ -0,0 +1,13 @@
This is a wdspec test.
[FAIL] test_capture[with activate]
assert (2937, 4203) == (2940, 4206)
[FAIL] test_capture[without activate]
assert (1080, 1545) == (2940, 4206)
[FAIL] test_capture_with_viewport[height smaller-width smaller]
assert (2937, 4158) == (2910, 4116)
[FAIL] test_capture_with_viewport[height larger-width smaller]
assert (2937, 4368) == (2910, 4326)
[FAIL] test_capture_with_different_dpr[2]
assert 1960 <= 1958
Harness: the test ran to completion.

@ -0,0 +1,17 @@
This is a wdspec test.
[FAIL] test_clip_element
assert (576, 63) == (578, 65)
[FAIL] test_clip_box
assert (1734, 195) == (578, 65)
[FAIL] test_clip_box_scroll_to
assert (450, 171) == (150, 150)
[FAIL] test_clip_box_partially_visible
assert (3240, 450) == (2940, 150)
[FAIL] test_clip_box_outside_of_window_viewport[document]
assert (450, 174) == (150, 150)
[FAIL] test_clip_with_different_dpr[0.5]
assert (50, 50) == (150, 150)
[FAIL] test_clip_with_different_dpr[2]
assert (200, 200) == (600, 600)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_iframe
assert (2937, 4203) == (2940, 4206)
[FAIL] test_context_origin[same_origin]
assert (2937, 4203) == (2940, 4206)
[FAIL] test_context_origin[cross_origin]
assert (1080, 1545) == (2940, 4206)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_origin
assert (1080, 1545) == (2940, 4206)
Harness: the test ran to completion.

@ -0,0 +1,11 @@
This is a wdspec test.
[FAIL] test_new_user_context[tab]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_new_user_context[window]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_existing_context_via_user_context[tab]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_existing_context_via_user_context[window]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_new_user_context[tab]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_new_user_context[window]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_with_user_context_subscription
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_background[True-tab]
AssertionError: assert 'hidden' == 'visible'
[FAIL] test_background[True-window]
AssertionError: assert 'hidden' == 'visible'
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_reference_context_with_no_user_context_set[tab]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_reference_context_with_no_user_context_set[window]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_type[window]
AssertionError
Harness: the test ran to completion.

@ -0,0 +1,13 @@
This is a wdspec test.
[FAIL] test_user_context[tab]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_user_context[window]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_user_context_default
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_overrides_user_context_from_reference_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_user_context_nested_iframes
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_user_context[same_origin-new]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_user_context[cross_origin-new]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_history_document_open
AssertionError
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_background[default]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_background[true]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_background[false]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_context_with_frame
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_iframe
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_iframe_origin[same_origin]
webdriver.bidi.error.UnsupportedOperationException: unsupported operation (Printing of non-top level contexts is not supported)
[FAIL] test_iframe_origin[cross_origin]
webdriver.bidi.error.UnsupportedOperationException: unsupported operation (Printing of non-top level contexts is not supported)
Harness: the test ran to completion.

@ -0,0 +1,35 @@
This is a wdspec test.
[FAIL] test_margin_default[top]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_default[left]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_default[right]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_default[bottom]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_same_as_page_dimension[top]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_same_as_page_dimension[left]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_same_as_page_dimension[right]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_same_as_page_dimension[bottom]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_same_as_page_dimension[all]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_minimum_page_size[top]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_minimum_page_size[left]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_minimum_page_size[right]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_minimum_page_size[bottom]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_does_not_affect_page_size[default]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_does_not_affect_page_size[0]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_margin_does_not_affect_page_size[2]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_orientation[default]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_orientation[portrait]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_orientation[landscape]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,27 @@
This is a wdspec test.
[FAIL] test_page[None-portrait-expected_dimensions0]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page1-portrait-expected_dimensions1]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page2-portrait-expected_dimensions2]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page3-portrait-expected_dimensions3]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page4-portrait-expected_dimensions4]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page5-portrait-expected_dimensions5]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[None-landscape-expected_dimensions6]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page7-landscape-expected_dimensions7]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page8-landscape-expected_dimensions8]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page9-landscape-expected_dimensions9]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page10-landscape-expected_dimensions10]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page[page11-landscape-expected_dimensions11]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,23 @@
This is a wdspec test.
[FAIL] test_page_ranges_document[ranges0-expected0]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges1-expected1]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges2-expected2]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges3-expected3]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges4-expected4]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges5-expected5]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges6-expected6]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges7-expected7]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges8-expected8]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_page_ranges_document[ranges9-expected9]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_scale[default]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_scale[twice]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_scale[half]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_shrink_to_fit[default]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_shrink_to_fit[True]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
[FAIL] test_shrink_to_fit[False]
webdriver.bidi.error.UnknownErrorException: unknown error ('Page.printToPDF' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_reload_special_protocols[file url]
webdriver.bidi.error.UnknownErrorException: unknown error (net::ERR_FILE_NOT_FOUND)
Harness: the test ran to completion.

@ -0,0 +1,25 @@
This is a wdspec test.
[FAIL] test_device_pixel_ratio_only[0.5]
assert 0.5000000149011612 == 0.5
[FAIL] test_device_pixel_ratio_only[2]
assert 2.0000000596046448 == 2
[FAIL] test_device_pixel_ratio_with_viewport[0.5]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 250, 'height': 300}
[FAIL] test_device_pixel_ratio_with_viewport[2]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 250, 'height': 300}
[FAIL] test_reset_device_pixel_ratio
assert 4.0000001192092896 == 4
[FAIL] test_device_pixel_ratio_with_scrollbar[horizontal-0.5]
assert 0.5000000149011612 == 0.5
[FAIL] test_device_pixel_ratio_with_scrollbar[horizontal-2]
assert 2.0000000596046448 == 2
[FAIL] test_device_pixel_ratio_with_scrollbar[vertical-0.5]
assert 0.5000000149011612 == 0.5
[FAIL] test_device_pixel_ratio_with_scrollbar[vertical-2]
assert 2.0000000596046448 == 2
[FAIL] test_device_pixel_ratio_with_scrollbar[both-0.5]
assert 0.5000000149011612 == 0.5
[FAIL] test_device_pixel_ratio_with_scrollbar[both-2]
assert 2.0000000596046448 == 2
Harness: the test ran to completion.

@ -0,0 +1,39 @@
This is a wdspec test.
[FAIL] test_set_viewport
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 250, 'height': 300}
[FAIL] test_undefined_viewport
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 499, 'height': 599}
[FAIL] test_modified_dimensions[none]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 250, 'height': 300}
[FAIL] test_modified_dimensions[width]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 250, 'height': 300}
[FAIL] test_modified_dimensions[height]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 250, 'height': 300}
[FAIL] test_modified_dimensions[both]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 250, 'height': 300}
[FAIL] test_reset_to_default
AssertionError: assert {'height': 490, 'width': 980} == {'width': 666, 'height': 333}
[FAIL] test_specific_context
AssertionError: assert {'height': 1960, 'width': 980} == {'width': 333, 'height': 666}
[FAIL] test_persists_on_navigation[http]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 499, 'height': 599}
[FAIL] test_persists_on_navigation[https]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 499, 'height': 599}
[FAIL] test_persists_on_navigation[https coop]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 499, 'height': 599}
[FAIL] test_persists_on_reload
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 499, 'height': 599}
[FAIL] test_with_scrollbars[standard-horizontal]
AssertionError: assert {'height': 1306, 'width': 1088} == {'width': 499, 'height': 599}
[FAIL] test_with_scrollbars[standard-vertical]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 499, 'height': 599}
[FAIL] test_with_scrollbars[standard-both]
AssertionError: assert {'height': 1306, 'width': 1088} == {'width': 499, 'height': 599}
[FAIL] test_with_scrollbars[quirks-horizontal]
AssertionError: assert {'height': 1306, 'width': 1088} == {'width': 499, 'height': 599}
[FAIL] test_with_scrollbars[quirks-vertical]
AssertionError: assert {'height': 1176, 'width': 980} == {'width': 499, 'height': 599}
[FAIL] test_with_scrollbars[quirks-both]
AssertionError: assert {'height': 1306, 'width': 1088} == {'width': 499, 'height': 599}
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_navigate_special_protocols[file url]
webdriver.bidi.error.UnknownErrorException: unknown error (net::ERR_FILE_NOT_FOUND)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_contexts_are_isolated
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,29 @@
This is a wdspec test.
[FAIL] test_state_invalid_type[None]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_state_invalid_type[False]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_state_invalid_type[42]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_state_invalid_type[state3]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_state_invalid_type[state4]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_state_invalid_value[]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_state_invalid_value[invalid]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_context_invalid_type[None]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_context_invalid_type[False]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_context_invalid_type[42]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_context_invalid_type[context3]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_context_invalid_type[context4]
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
[FAIL] test_context_unknown_value
TypeError: Bluetooth.simulate_adapter() got an unexpected keyword argument 'type_'
Harness: the test ran to completion.

@ -0,0 +1,27 @@
This is a wdspec test.
[FAIL] test_state[absent-False]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_state[powered-off-True]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_state[powered-on-True]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[absent-False-absent-False]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[absent-False-powered-off-True]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[absent-False-powered-on-True]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[powered-off-True-absent-False]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[powered-off-True-powered-off-True]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[powered-off-True-powered-on-True]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[powered-on-True-absent-False]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[powered-on-True-powered-off-True]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
[FAIL] test_set_twice[powered-on-True-powered-on-True]
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_simulate_preconnected_peripheral
webdriver.bidi.error.UnknownErrorException: unknown error ('BluetoothEmulation.disable' wasn't found)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_set_permission_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_set_permission_with_reload
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_reset_permission
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_grapheme_cluster[\\U0001f937\\U0001f3fd\\u200d\\u2640\\ufe0f]
webdriver.bidi.error.UnknownErrorException: unknown error (Invalid 'text' parameter)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_click_at_fractional_coordinates
webdriver.bidi.error.InvalidArgumentException: invalid argument (Expected integer, received float in "actions"/0/"actions"/0/"x". Expected integer, received float in "actions"/0/"actions"/0/"y".)
Harness: the test ran to completion.

@ -0,0 +1,15 @@
This is a wdspec test.
[FAIL] test_drag_and_drop[0-15-0]
assert 57 == 58.5 ± 1.0e+00
[FAIL] test_drag_and_drop[0-15-300]
assert 57 == 58.5 ± 1.0e+00
[FAIL] test_drag_and_drop[0-15-800]
assert 57 == 58.5 ± 1.0e+00
[FAIL] test_drag_and_drop[-10--15-0]
assert 47 == 48.5 ± 1.0e+00
[FAIL] test_drag_and_drop[-10--15-300]
assert 47 == 48.5 ± 1.0e+00
[FAIL] test_drag_and_drop[-10--15-800]
assert 47 == 48.5 ± 1.0e+00
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_element_center_point_with_offset[10-15-element partly visible]
assert 30 == 31.5 ± 1.0e+00
[FAIL] test_element_center_point_with_offset[0-0-element partly visible]
assert 15 == 16.5 ± 1.0e+00
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_click_at_fractional_coordinates
webdriver.bidi.error.InvalidArgumentException: invalid argument (Expected integer, received float in "actions"/0/"actions"/1/"x". Expected integer, received float in "actions"/0/"actions"/1/"y".)
[FAIL] test_touch_pointer_properties
AssertionError: assert 6 == 7
[FAIL] test_touch_pointer_properties_angle_twist
AssertionError: assert 6 == 7
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_parallel_pointer
AssertionError: assert [{'type': 'mousemove', 'detail': 0, 'clientX': 5, 'clientY': 10, 'isTrusted': True, 'button': 0, 'buttons': 0}, {'type': 'mousedown', 'detail': 1, 'clientX': 5, 'clientY': 10, 'isTrusted': True, 'button': 0, 'buttons': 1}, {'type': 'mouseup', 'detail': 1, 'clientX': 5, 'clientY': 10, 'isTrusted': True, 'button': 0, 'buttons': 0}, {'type': 'click', 'detail': 1, 'clientX': 5, 'clientY': 10, 'isTrusted': True, 'button': 0, 'buttons': 0}] == [{'button': 0, 'buttons': 0, 'detail': 1, 'isTrusted': True, 'clientX': 5, 'clientY': 10, 'type': 'mousemove'}, {'button': 0, 'buttons': 1, 'detail': 1, 'isTrusted': True, 'clientX': 5, 'clientY': 10, 'type': 'mousedown'}, {'button': 0, 'buttons': 0, 'detail': 1, 'isTrusted': True, 'clientX': 5, 'clientY': 10, 'type': 'mouseup'}, {'button': 0, 'buttons': 0, 'detail': 1, 'isTrusted': True, 'clientX': 5, 'clientY': 10, 'type': 'click'}]
Harness: the test ran to completion.

@ -0,0 +1,21 @@
This is a wdspec test.
[FAIL] test_scroll_not_scrollable[0-10]
assert 27.22222137451172 == 10
[FAIL] test_scroll_not_scrollable[5-0]
assert 13.61111068725586 == 5
[FAIL] test_scroll_not_scrollable[5-10]
assert 13.61111068725586 == 5
[FAIL] test_scroll_scrollable_overflow[0-10]
assert 27.22222137451172 == 10
[FAIL] test_scroll_scrollable_overflow[5-0]
assert 13.61111068725586 == 5
[FAIL] test_scroll_scrollable_overflow[5-10]
assert 13.61111068725586 == 5
[FAIL] test_scroll_iframe[0-10]
assert 27.22222137451172 == 10
[FAIL] test_scroll_iframe[5-0]
assert 13.61111068725586 == 5
[FAIL] test_scroll_iframe[5-10]
assert 13.61111068725586 == 5
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_parallel_key
AssertionError
[FAIL] test_parallel_pointer
AssertionError: assert [{'type': 'mousemove', 'detail': 0, 'clientX': 5, 'clientY': 10, 'isTrusted': True, 'button': 0, 'buttons': 0}, {'type': 'mousedown', 'detail': 1, 'clientX': 5, 'clientY': 10, 'isTrusted': True, 'button': 0, 'buttons': 1}, {'type': 'mousemove', 'detail': 0, 'clientX': 10, 'clientY': 20, 'isTrusted': True, 'button': 0, 'buttons': 1}] == [{'button': 0, 'buttons': 0, 'detail': 1, 'isTrusted': True, 'clientX': 5, 'clientY': 10, 'type': 'mousemove'}, {'button': 0, 'buttons': 1, 'detail': 1, 'isTrusted': True, 'clientX': 5, 'clientY': 10, 'type': 'mousedown'}, {'button': 0, 'buttons': 0, 'detail': 1, 'isTrusted': True, 'clientX': 5, 'clientY': 10, 'type': 'mouseup'}, {'button': 0, 'buttons': 0, 'detail': 1, 'isTrusted': True, 'clientX': 5, 'clientY': 10, 'type': 'click'}]
Harness: the test ran to completion.

@ -0,0 +1,11 @@
This is a wdspec test.
[FAIL] test_iframe[cross_origin]
AssertionError
[FAIL] test_fetch[same_origin]
webdriver.bidi.modules.script.ScriptEvaluateResultException: TypeError: Failed to fetch
[FAIL] test_fetch[cross_origin]
webdriver.bidi.modules.script.ScriptEvaluateResultException: TypeError: Failed to fetch
[FAIL] test_image[same_origin]
AssertionError
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_navigate_history_replacestate_beforeunload
AssertionError: assert ['browsingContext.historyUpdated', 'browsingContext.navigationStarted', 'network.beforeRequestSent'] == ['browsingContext.navigationStarted', 'browsingContext.historyUpdated', 'network.beforeRequestSent']
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_basic_authentication
assert 0 == 1
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_subscribe_status
asyncio.exceptions.CancelledError
[FAIL] test_request_timing_info
asyncio.exceptions.CancelledError
Harness: the test ran to completion.

@ -0,0 +1,15 @@
This is a wdspec test.
[FAIL] test_modify_cookies[document_cookies0-modified_cookies0]
AssertionError: assert 1 == 0
[FAIL] test_modify_cookies[document_cookies1-modified_cookies1]
AssertionError
[FAIL] test_modify_cookies[document_cookies2-modified_cookies2]
AssertionError
[FAIL] test_modify_cookies[document_cookies3-modified_cookies3]
AssertionError: assert 2 == 1
[FAIL] test_override_header_cookie
AssertionError
[FAIL] test_override_modified_header_cookies
AssertionError
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_override_cookies
AssertionError: assert 1 == 0
Harness: the test ran to completion.

@ -0,0 +1,27 @@
This is a wdspec test.
[FAIL] test_cookie_response_started
StopIteration
[FAIL] test_cookie_attributes_response_started[no domain]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[default domain]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[alt domain]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[custom path]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[http only]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[secure]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[expiry]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[max age]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[same site none]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[same site lax]
assert 0 == 1
[FAIL] test_cookie_attributes_response_started[same site strict]
assert 0 == 1
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_set_cookie_header
assert 0 == 1
[FAIL] test_set_cookie_header_and_cookies
assert 0 == 2
Harness: the test ran to completion.

@ -0,0 +1,27 @@
This is a wdspec test.
[FAIL] test_cookie_before_request_sent
StopIteration
[FAIL] test_cookie_attributes_before_request_sent[no domain]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[default domain]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[alt domain]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[custom path]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[http only]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[secure]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[expiry]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[max age]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[same site none]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[same site lax]
assert 0 == 1
[FAIL] test_cookie_attributes_before_request_sent[same site strict]
assert 0 == 1
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_set_cookie_header_and_cookies_before_request_sent
AssertionError: assert 1 == 2
Harness: the test ran to completion.

@ -0,0 +1,11 @@
This is a wdspec test.
[FAIL] test_new_context[window]
webdriver.bidi.modules.script.ScriptEvaluateResultException: TypeError: Failed to fetch
[FAIL] test_disable_globally_after_disable_for_context
webdriver.bidi.modules.script.ScriptEvaluateResultException: TypeError: Failed to fetch
[FAIL] test_enable_globally_after_disable_for_context
webdriver.bidi.modules.script.ScriptEvaluateResultException: TypeError: Failed to fetch
[FAIL] test_setting_cache_to_contexts_after_global_update
webdriver.bidi.modules.script.ScriptEvaluateResultException: TypeError: Failed to fetch
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_new_context[window]
webdriver.bidi.modules.script.ScriptEvaluateResultException: TypeError: Failed to fetch
Harness: the test ran to completion.

@ -0,0 +1,15 @@
This is a wdspec test.
[FAIL] test_add_preload_script_order_with_different_configuration[types0]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_add_preload_script_order_with_different_configuration[types1]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_add_preload_script_order_with_different_configuration[types2]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_add_preload_script_order_with_different_configuration[types3]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_add_preload_script_order_with_different_configuration[types4]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_add_preload_script_order_with_different_configuration[types5]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_add_preload_script_to_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_add_preload_script_to_multiple_user_contexts
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_identical_user_contexts
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_shared_worker
asyncio.exceptions.CancelledError
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_dedicated_worker
asyncio.exceptions.CancelledError
[FAIL] test_shared_worker
asyncio.exceptions.CancelledError
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_remove_script_set_up_for_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_subscribe_to_closed_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,17 @@
This is a wdspec test.
[FAIL] test_subscribe_one_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_subscribe_multiple_user_contexts
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_buffered_event
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_subscribe_to_user_context_and_then_globally
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_subscribe_to_user_context_and_then_to_browsing_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_subscribe_globally_and_then_to_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_subscribe_to_browsing_context_and_then_to_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,17 @@
This is a wdspec test.
[FAIL] test_unsubscribe_globally_with_user_context_subscription
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_unsubscribe_globally_with_user_context_and_context_subscription
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_unsubscribe_from_user_context_with_global_subscription
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_unsubscribe_from_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_unsubscribe_from_user_context_twice
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_unsubscribe_from_user_context_with_context_subscription
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_unsubscribe_from_context_with_user_context_subscription
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_partition_user_context[with document cookie]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_partition_user_context[with set cookie]
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_partition_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
[FAIL] test_partition_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_partition_user_context
webdriver.bidi.error.UnknownErrorException: unknown error (Failed to create browser context.)
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[ERROR] test_install_from_base64
setup error: KeyError: 'chrome'
[ERROR] test_install_from_path
setup error: KeyError: 'chrome'
[ERROR] test_install_from_archive_path
setup error: KeyError: 'chrome'
Harness: the test ran to completion.

@ -0,0 +1,73 @@
This is a wdspec test.
[FAIL] test_params_extension_data_invalid_type[None]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_invalid_type[False]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_invalid_type[42]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_invalid_type[value3]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_invalid_type[]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_invalid_value
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_type_invalid_type[None]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_type_invalid_type[False]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_type_invalid_type[42]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_type_invalid_type[value3]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_type_invalid_type[value4]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_type_invalid_value[]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_type_invalid_value[unknown-type]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_missing[path]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_missing[archivePath]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[path-None]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[path-False]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[path-42]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[path-value3]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[path-value4]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[archivePath-None]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[archivePath-False]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[archivePath-42]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[archivePath-value3]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_path_invalid_type[archivePath-value4]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[ERROR] test_params_extension_data_archive_path_invalid_webextension
setup error: KeyError: 'chrome'
[ERROR] test_params_extension_data_path_invalid_webextension
setup error: KeyError: 'chrome'
[FAIL] test_params_extension_data_value_missing
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_value_invalid_type[None]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_value_invalid_type[False]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_value_invalid_type[42]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_value_invalid_type[value3]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_value_invalid_type[value4]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_value_invalid_webextension[]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
[FAIL] test_params_extension_data_value_invalid_webextension[dGVzdA==]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.install is not implemented.)
Harness: the test ran to completion.

@ -0,0 +1,15 @@
This is a wdspec test.
[FAIL] test_uninstall_missing_addon
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.uninstall is not implemented.)
[FAIL] test_params_extension_invalid_type[None]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.uninstall is not implemented.)
[FAIL] test_params_extension_invalid_type[False]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.uninstall is not implemented.)
[FAIL] test_params_extension_invalid_type[42]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.uninstall is not implemented.)
[FAIL] test_params_extension_invalid_type[value3]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.uninstall is not implemented.)
[FAIL] test_params_extension_invalid_type[value4]
webdriver.bidi.error.UnknownErrorException: unknown error (Method webExtension.uninstall is not implemented.)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[ERROR] test_uninstall
setup error: KeyError: 'chrome'
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_accept_alert
AssertionError: no such alert (404): no such alert
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_no_browsing_context
assert 200 == 404
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_no_browsing_context
assert 200 == 404
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_no_browsing_context
assert 200 == 404
Harness: the test ran to completion.

@ -0,0 +1,7 @@
This is a wdspec test.
[FAIL] test_dismiss_alert
AssertionError: no such alert (404): no such alert
[FAIL] test_dismiss_prompt
AssertionError: no such alert (404): no such alert
Harness: the test ran to completion.

@ -0,0 +1,19 @@
This is a wdspec test.
[FAIL] test_css_pixel_rounding[2]
assert (0, 0) == (1, 1)
[FAIL] test_css_pixel_rounding[3]
assert (0, 0) == (1, 1)
[FAIL] test_css_pixel_rounding[4]
assert (1, 1) == (2, 2)
[FAIL] test_css_pixel_rounding[5]
assert (1, 1) == (2, 2)
[FAIL] test_css_pixel_rounding[6]
assert (2, 2) == (3, 3)
[FAIL] test_css_pixel_rounding[7]
assert (2, 2) == (3, 3)
[FAIL] test_css_pixel_rounding[8]
assert (3, 3) == (4, 4)
[FAIL] test_css_pixel_rounding[9]
assert (3, 3) == (4, 4)
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_no_browsing_context
AssertionError: assert 'no such element' == 'no such window'
Harness: the test ran to completion.

@ -0,0 +1,21 @@
This is a wdspec test.
[FAIL] test_partially_visible_does_not_scroll[9]
AssertionError: assert 343 == 0
[FAIL] test_partially_visible_does_not_scroll[8]
AssertionError: assert 344 == 0
[FAIL] test_partially_visible_does_not_scroll[7]
AssertionError: assert 345 == 0
[FAIL] test_partially_visible_does_not_scroll[6]
AssertionError: assert 346 == 0
[FAIL] test_partially_visible_does_not_scroll[5]
AssertionError: assert 347 == 0
[FAIL] test_partially_visible_does_not_scroll[4]
AssertionError: assert 348 == 0
[FAIL] test_partially_visible_does_not_scroll[3]
AssertionError: assert 349 == 0
[FAIL] test_partially_visible_does_not_scroll[2]
AssertionError: assert 350 == 0
[FAIL] test_partially_visible_does_not_scroll[1]
AssertionError: assert 351 == 0
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_date
AssertionError: assert '' == '2000-01-01'
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_document_element_is_interactable
assert <WebElement f.CA2FE20EDCBB87919EDBAE24CA879FC4.d.384341463A8CBC0B3459947B9C721815.e.14> == <WebElement f.CA2FE20EDCBB87919EDBAE24CA879FC4.d.384341463A8CBC0B3459947B9C721815.e.13>
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_element_outside_of_not_scrollable_viewport
AssertionError: element not interactable (400): element not interactable
Harness: the test ran to completion.

@ -0,0 +1,9 @@
This is a wdspec test.
[FAIL] test_no_browsing_context
AssertionError: assert 'no such element' == 'no such window'
[FAIL] test_no_such_element_with_shadow_root
assert 500 == 404
[FAIL] test_surrogates
AssertionError: unknown error (500): unknown error: ChromeDriver only supports characters in the BMP
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_no_such_window_for_window_with_invalid_value
AssertionError: assert 'no such frame' == 'no such window'
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_no_browsing_context
assert 200 == 404
Harness: the test ran to completion.

@ -0,0 +1,15 @@
This is a wdspec test.
[FAIL] test_not_supported_nodes[attribute]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[text]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[processing_instruction]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[comment]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[document]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[doctype]
AssertionError: assert 200 == 500
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_no_such_window_for_window_with_invalid_value
AssertionError: assert 'no such frame' == 'no such window'
Harness: the test ran to completion.

@ -0,0 +1,5 @@
This is a wdspec test.
[FAIL] test_no_browsing_context
assert 200 == 404
Harness: the test ran to completion.

@ -0,0 +1,15 @@
This is a wdspec test.
[FAIL] test_not_supported_nodes[attribute]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[text]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[processing_instruction]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[comment]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[document]
AssertionError: assert 200 == 500
[FAIL] test_not_supported_nodes[doctype]
AssertionError: assert 200 == 500
Harness: the test ran to completion.

Some files were not shown because too many files have changed in this diff Show More