Skip to content

Commit

Permalink
chore(deps): Bump wpt from 075aea4 to ebccc9d (#3075)
Browse files Browse the repository at this point in the history
Bumps [wpt](https://github.com/web-platform-tests/wpt) from `075aea4` to
`ebccc9d`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/ebccc9d428a4dacc3216b76514b2956f454aa8b9"><code>ebccc9d</code></a>
IDB WPTs: Extend several IDB WPTs to run on workers (Part 8)</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/0d6926290bac325300ae536f8cbd11c63de68002"><code>0d69262</code></a>
IDB WPTs: Extend several IDB WPTs to run on workers (Part 7)</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/3bec105e1353345a1fee0ae64b2ee20b7f3e63da"><code>3bec105</code></a>
IDB WPTs: Extend several IDB WPTs to run on workers (Part 6)</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/9535feafce5c589d35194e6be7651a9bbf2c45b4"><code>9535fea</code></a>
IDB WPTs: Extend several IDB WPTs to run on workers (Part 5)</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/35b1cf8591260561888b8e498e0801aa7d890aaf"><code>35b1cf8</code></a>
Ensure ::scroll-button disabled state uses correct rounded snapped
positions</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/c82056c8904134158d3acd879f5a3bf3a2dcf73b"><code>c82056c</code></a>
IDB WPTs: Extend interleaved-cursor WPTs to run on workers</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/adf401057131b5b0c9afb04d6d4f93a60aacea0f"><code>adf4010</code></a>
Round main thread scroll offsets</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/6e9a23fd23eff9cc158dbb37eef138671aa25ebe"><code>6e9a23f</code></a>
Revert &quot;Use IDL enums for all CanvasTextDrawingStyles in
Canvas2D&quot;</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/7ec881733540a1160d52698d22490c385d31802f"><code>7ec8817</code></a>
Revert &quot;[Editing] Resolve styles during serialization&quot;</li>
<li><a
href="https://github.com/web-platform-tests/wpt/commit/ce9da33f7c800f3ff831b15cb35ae92fe6ff0959"><code>ce9da33</code></a>
Lazy-render Jinja parameters in Canvas WPT test generator</li>
<li>Additional commits viewable in <a
href="https://github.com/web-platform-tests/wpt/compare/075aea4ac5f7c6ebc8b82f2f72aeb0b942f850cc...ebccc9d428a4dacc3216b76514b2956f454aa8b9">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
dependabot[bot] and browser-automation-bot authored Feb 5, 2025
1 parent 724e411 commit 15ac33d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion wpt
Submodule wpt updated 57 files
+92 −0 IndexedDB/idbversionchangeevent.any.js
+0 −87 IndexedDB/idbversionchangeevent.htm
+43 −0 IndexedDB/index_sort_order.any.js
+0 −51 IndexedDB/index_sort_order.htm
+9 −0 IndexedDB/interleaved-cursors-large.any.js
+0 −12 IndexedDB/interleaved-cursors-large.html
+11 −0 IndexedDB/interleaved-cursors-small.any.js
+0 −14 IndexedDB/interleaved-cursors-small.html
+64 −63 IndexedDB/large-requests-abort.any.js
+66 −0 IndexedDB/list_ordering.any.js
+0 −61 IndexedDB/list_ordering.htm
+133 −0 IndexedDB/name-scopes.any.js
+0 −134 IndexedDB/name-scopes.html
+39 −0 IndexedDB/objectstore_keyorder.any.js
+0 −49 IndexedDB/objectstore_keyorder.htm
+54 −0 IndexedDB/open-request-queue.any.js
+0 −63 IndexedDB/open-request-queue.html
+47 −0 IndexedDB/parallel-cursors-upgrade.any.js
+0 −52 IndexedDB/parallel-cursors-upgrade.html
+68 −0 IndexedDB/string-list-ordering.any.js
+0 −85 IndexedDB/string-list-ordering.htm
+51 −0 IndexedDB/value_recursive.any.js
+0 −66 IndexedDB/value_recursive.htm
+91 −0 IndexedDB/writer-starvation.any.js
+0 −105 IndexedDB/writer-starvation.htm
+3 −0 css/css-conditional/container-queries/scroll-state/WEB_FEATURES.yml
+4 −1 css/css-gaps/tentative/parsing/rule-break-computed.html
+3 −3 css/css-gaps/tentative/parsing/rule-break-invalid.html
+4 −1 css/css-gaps/tentative/parsing/rule-break-valid.html
+25 −0 css/css-images/gradient/linear-gradient-relative-currentcolor-stop.html
+178 −0 css/css-mixins/dashed-function-cycles.tentative.html
+104 −0 css/css-mixins/local-attr-substitution.html
+3 −2 css/css-overflow/scroll-buttons-disabled-snapping-ref.html
+5 −2 css/css-overflow/scroll-buttons-disabled-snapping.html
+65 −0 css/css-scroll-snap/snap-after-initial-layout/initial-snap-matches-scroll.html
+74 −0 css/cssom-view/visual-scrollIntoView.html
+80 −0 css/selectors/invalidation/is-where-pseudo-containing-hard-pseudo-and-never-matching.html
+0 −114 editing/other/copy-elements-with-css-vars.tentative.html
+5 −1 file-system-access/showOpenFilePicker-manual.https.html
+122 −53 html/canvas/tools/gentestutilsunion.py
+2 −2 html/canvas/tools/yaml-new/filters.yaml
+12 −5 html/semantics/embedded-content/the-img-element/current-pixel-density/basic.html
+0 −54 html/semantics/forms/the-select-element/customizable-select/option-img-alt-text.tentative.html
+1 −1 infrastructure/testdriver/set_get_window_rect.html
+0 −8 sanitizer-api/sanitizer-basic-filtering.tentative.html
+75 −0 sanitizer-api/sanitizer-boolean-defaults.tentative.html
+4 −0 sanitizer-api/sanitizer-config.tentative.html
+6 −0 sanitizer-api/sethtml-safety.sub.dat
+9 −0 sanitizer-api/sethtml-unsafety.sub.dat
+2 −2 svg/geometry/svg-baseval-in-display-none.html
+1 −1 tools/wptrunner/wptrunner/browsers/servodriver.py
+1 −1 webdriver/tests/bidi/browsing_context/context_created/context_created.py
+1 −45 webdriver/tests/bidi/script/add_preload_script/contexts.py
+17 −1 webdriver/tests/bidi/script/add_preload_script/invalid.py
+18 −46 webdriver/tests/bidi/session/subscribe/user_contexts.py
+6 −6 webdriver/tests/classic/set_window_rect/set.py
+41 −0 webdriver/tests/support/fixtures_bidi.py

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 15ac33d

Please sign in to comment.