-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [wpt](https://github.com/web-platform-tests/wpt) from `77cb10e` to `8ed6cb6`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/web-platform-tests/wpt/commit/8ed6cb64af2b6359750ccb773a89bd1549e5d5ab"><code>8ed6cb6</code></a> Migrate all 2d.composite meta test to the new canvas test generator</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/04fbb221ccdc45b48347cd7603e5000fcc4a4a8d"><code>04fbb22</code></a> IDB WPTs: Extend IDB WPTs to run on workers.</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/0d98c12c320d2766be794eb71bff9e97acd09cab"><code>0d98c12</code></a> Add feature flag WebSpeechRecognitionContext to chrome.py (<a href="https://redirect.github.com/web-platform-tests/wpt/issues/50703">#50703</a>)</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/b8a7a402361fdb7e6a1cc69b44943cfdb9a4a788"><code>b8a7a40</code></a> Fix root-element-background-image-transparency expectations</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/fdddd8288165c362ea1f2b617dcf1e824888b969"><code>fdddd82</code></a> Fix paint invalidation for ::selection style changes</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/68c405e14856d3a9f9264adc8b3df6de42af3fe3"><code>68c405e</code></a> Handle the open dialogs list and close watcher when removed</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/6c4fced289e007c2a6e722e83d07d9bc0d0467f5"><code>6c4fced</code></a> Add testcases for color-mix() hue interpolation where one side is achromatic.</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/63ee155c391fb92fea7425f8fd81ea13c7639d6b"><code>63ee155</code></a> vt: Update the blurry text workaround to use render surface snapping</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/fc03010121a505b99164b27fabdd4d54fea12736"><code>fc03010</code></a> Remove the 'variants' param from instantiated variants</li> <li><a href="https://github.com/web-platform-tests/wpt/commit/247db68758a8b03474678dcc6ecfc1fc955227f6"><code>247db68</code></a> WebSpeech: start() throws if detached iframe</li> <li>Additional commits viewable in <a href="https://github.com/web-platform-tests/wpt/compare/77cb10e41ef2e1056edb7fd49a41a07f4a3d3089...8ed6cb64af2b6359750ccb773a89bd1549e5d5ab">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: browser-automation-bot <[email protected]>
- Loading branch information
1 parent
86f36eb
commit 6f85a82
Showing
17 changed files
with
418 additions
and
1 deletion.
There are no files selected for viewing
Submodule wpt
updated
1043 files
3 changes: 3 additions & 0 deletions
3
...data/chromedriver/headful/webdriver/tests/bidi/input/perform_actions/pointer_mouse.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_mouse.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
...data/chromedriver/headful/webdriver/tests/bidi/input/perform_actions/pointer_touch.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_touch.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
9 changes: 9 additions & 0 deletions
9
wpt-metadata/chromedriver/headful/webdriver/tests/bidi/web_extension/install/install.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[install.py] | ||
[test_install_from_base64] | ||
expected: ERROR | ||
|
||
[test_install_from_path] | ||
expected: ERROR | ||
|
||
[test_install_from_archive_path] | ||
expected: ERROR |
105 changes: 105 additions & 0 deletions
105
wpt-metadata/chromedriver/headful/webdriver/tests/bidi/web_extension/install/invalid.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
[invalid.py] | ||
[test_params_extension_data_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_value] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_value[unknown-type\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_missing[path\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_missing[archivePath\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_archive_path_invalid_webextension] | ||
expected: ERROR | ||
|
||
[test_params_extension_data_path_invalid_webextension] | ||
expected: ERROR | ||
|
||
[test_params_extension_data_value_missing] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_webextension[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_webextension[dGVzdA==\]] | ||
expected: FAIL |
18 changes: 18 additions & 0 deletions
18
...metadata/chromedriver/headful/webdriver/tests/bidi/web_extension/uninstall/invalid.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[invalid.py] | ||
[test_uninstall_missing_addon] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[value4\]] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
...tadata/chromedriver/headful/webdriver/tests/bidi/web_extension/uninstall/uninstall.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[uninstall.py] | ||
[test_uninstall] | ||
expected: ERROR |
3 changes: 3 additions & 0 deletions
3
...ata/chromedriver/headless/webdriver/tests/bidi/input/perform_actions/pointer_touch.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_touch.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
9 changes: 9 additions & 0 deletions
9
wpt-metadata/chromedriver/headless/webdriver/tests/bidi/web_extension/install/install.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[install.py] | ||
[test_install_from_base64] | ||
expected: ERROR | ||
|
||
[test_install_from_path] | ||
expected: ERROR | ||
|
||
[test_install_from_archive_path] | ||
expected: ERROR |
105 changes: 105 additions & 0 deletions
105
wpt-metadata/chromedriver/headless/webdriver/tests/bidi/web_extension/install/invalid.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
[invalid.py] | ||
[test_params_extension_data_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_type[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_invalid_value] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_value[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_type_invalid_value[unknown-type\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_missing[path\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_missing[archivePath\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[path-value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_path_invalid_type[archivePath-value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_archive_path_invalid_webextension] | ||
expected: ERROR | ||
|
||
[test_params_extension_data_path_invalid_webextension] | ||
expected: ERROR | ||
|
||
[test_params_extension_data_value_missing] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_type[value4\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_webextension[\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_data_value_invalid_webextension[dGVzdA==\]] | ||
expected: FAIL |
18 changes: 18 additions & 0 deletions
18
...etadata/chromedriver/headless/webdriver/tests/bidi/web_extension/uninstall/invalid.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[invalid.py] | ||
[test_uninstall_missing_addon] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[None\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[False\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[42\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[value3\]] | ||
expected: FAIL | ||
|
||
[test_params_extension_invalid_type[value4\]] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
...adata/chromedriver/headless/webdriver/tests/bidi/web_extension/uninstall/uninstall.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[uninstall.py] | ||
[test_uninstall] | ||
expected: ERROR |
3 changes: 3 additions & 0 deletions
3
wpt-metadata/mapper/headless/webdriver/tests/bidi/input/perform_actions/pointer_touch.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[pointer_touch.py] | ||
[test_click_at_fractional_coordinates] | ||
expected: FAIL |
9 changes: 9 additions & 0 deletions
9
wpt-metadata/mapper/headless/webdriver/tests/bidi/web_extension/install/install.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[install.py] | ||
[test_install_from_base64] | ||
expected: ERROR | ||
|
||
[test_install_from_path] | ||
expected: ERROR | ||
|
||
[test_install_from_archive_path] | ||
expected: ERROR |
Oops, something went wrong.