Skip to content

Commit

Permalink
chore(deps): Bump wpt from 5c711b5 to bc6fbf4 (#2845)
Browse files Browse the repository at this point in the history
Bumps [wpt](https://github.com/web-platform-tests/wpt) from `5c711b5` to
`bc6fbf4`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/bc6fbf467e196c4f03484768c494284c8a9c3dd4"><code>bc6fbf4</code></a>
Revert &quot;Add unidirectional codec test support in WPT using
H264.&quot;</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/b2318a06d394ec2a11f6453be1e19be03bee1b86"><code>b2318a0</code></a>
Fix crash during serialization of animation-range.</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/562e2034ff71a9fb7a493b157dcdd8377b0e1be3"><code>562e203</code></a>
[DIP] Add support for DedicatedWorkers</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/ddf44d056006ca40eb5e3ca8958eab4a627c5a42"><code>ddf44d0</code></a>
Add unidirectional codec test support in WPT using H264.</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/f3d17193416fd04c3cf791d89eeec8ef1b51c03c"><code>f3d1719</code></a>
assert partition key (<a
href="https://redirect.github.com/web-platform-tests/wpt/issues/49420">#49420</a>)</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/a6b2caccf700f3f18d1e6985b5a949d446b51952"><code>a6b2cac</code></a>
Extend and improve modify-attributes-in-callback.html.</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/9f1addef5e351aba492fdf952c45248346a66337"><code>9f1adde</code></a>
[docs] Update docuementation about webkitgtk and wpewebkit runners</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/ce232d2f45419b9b5448aac06448744aa65b0b1b"><code>ce232d2</code></a>
Fix wasm esm-integration test to specify port</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/b36bca1a6b9c612337fee71947df7c7023fb4698"><code>b36bca1</code></a>
[anchor] Better handling of OOF sizing on first layout.</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/5d7e670ddb40d59c89d0a2a1b15afa813ff9169a"><code>5d7e670</code></a>
[SRI Message Signatures] Enforce signature matching.</li>
<li>Additional commits viewable in <a
href="https://github.com/web-platform-tests/wpt/compare/5c711b5c0acb98500022b1cc4480b951ac64fe5e...bc6fbf467e196c4f03484768c494284c8a9c3dd4">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>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 0ff2876 commit 31c2f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpt
Submodule wpt updated 28 files
+122 −0 css/css-anchor-position/position-area-scrolling-001.tentative.html
+150 −0 css/css-anchor-position/position-area-scrolling-002.tentative.html
+1 −0 css/css-animations/parsing/animation-range-shorthand.html
+90 −0 css/css-cascade/scope-invalidation.html
+5 −5 docs/README.md
+21 −18 docs/running-tests/webkitgtk_minibrowser.md
+20 −17 docs/running-tests/wpewebkit_minibrowser.md
+7 −14 html/document-isolation-policy/credentialless-dedicated-worker.https.tentative.window.js
+51 −0 subresource-integrity/signatures/tentative/fetch.any.js
+38 −0 subresource-integrity/signatures/tentative/resource.py
+1 −1 tools/manifest/manifest.py
+3 −3 tools/manifest/tests/test_manifest.py
+1 −1 tools/wpt/tests/test_testfiles.py
+3 −3 tools/wptrunner/wptrunner/tests/test_testloader.py
+1 −1 tools/wptrunner/wptrunner/tests/test_wptrunner.py
+45 −11 trusted-types/modify-attributes-in-callback.html
+1 −1 wasm/webapi/esm-integration/script-src-blocks-wasm.tentative.sub.html
+8 −0 webdriver/tests/bidi/storage/__init__.py
+9 −25 webdriver/tests/bidi/storage/delete_cookies/filter.py
+12 −19 webdriver/tests/bidi/storage/delete_cookies/partition.py
+8 −22 webdriver/tests/bidi/storage/get_cookies/filter.py
+6 −10 webdriver/tests/bidi/storage/get_cookies/partition.py
+7 −13 webdriver/tests/bidi/storage/set_cookie/cookie_expiry.py
+2 −4 webdriver/tests/bidi/storage/set_cookie/cookie_http_only.py
+2 −4 webdriver/tests/bidi/storage/set_cookie/cookie_path.py
+2 −4 webdriver/tests/bidi/storage/set_cookie/cookie_same_site.py
+2 −4 webdriver/tests/bidi/storage/set_cookie/cookie_secure.py
+2 −4 webdriver/tests/bidi/storage/set_cookie/page_protocols.py

0 comments on commit 31c2f02

Please sign in to comment.