Skip to content

Commit

Permalink
chore(deps): Bump wpt from 9da4afa to af83b77
Browse files Browse the repository at this point in the history
Bumps [wpt](https://github.com/web-platform-tests/wpt) from `9da4afa` to `af83b77`.
- [Release notes](https://github.com/web-platform-tests/wpt/releases)
- [Commits](web-platform-tests/wpt@9da4afa...af83b77)

---
updated-dependencies:
- dependency-name: wpt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent bdc3a01 commit 0379c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpt
Submodule wpt updated 56 files
+17 −0 css/css-conditional/container-queries/crashtests/chrome-bug-385317081-crash.html
+3 −1 css/css-text-decor/text-emphasis-punctuation-1-ref.html
+2 −1 css/css-text-decor/text-emphasis-punctuation-1.html
+1 −1 css/css-text-decor/text-shadow/standards-decor-noblur-2.html
+52 −0 dom/nodes/moveBefore/tentative/mutation-observer.html
+1 −23 fledge/tentative/auction-config.https.window.js
+11 −0 fledge/tentative/direct-from-seller-signals.https.window.js
+22 −18 html/semantics/forms/the-label-element/proxy-modifier-click-to-associated-element.tentative.html
+3 −0 html/semantics/forms/the-select-element/customizable-select/select-appearance-custom-button.tentative.html
+1 −1 html/semantics/forms/the-select-element/customizable-select/select-appearance-dark-mode.tentative.html
+1 −1 html/semantics/forms/the-select-element/customizable-select/select-appearance-default-button.tentative.html
+2 −0 html/semantics/forms/the-select-element/customizable-select/select-appearance-font-inheriting.tentative.html
+1 −1 html/semantics/forms/the-select-element/customizable-select/select-appearance-optgroup-legend.tentative.html
+1 −1 .../semantics/forms/the-select-element/customizable-select/select-appearance-optgroup-rendering.tentative.html
+1 −1 html/semantics/forms/the-select-element/customizable-select/select-appearance-option-with-label.tentative.html
+36 −89 ...forms/the-select-element/customizable-select/select-keyboard-focus-change-for-hidden-options.tentative.html
+1 −0 html/semantics/forms/the-select-element/customizable-select/select-open-invalidation.tentative.html
+1 −1 lint.ignore
+1 −1 shadow-dom/Node-prototype-cloneNode.html
+1 −0 speech-api/SpeechRecognition-basics.https.html
+1 −1 tools/requirements_mypy.txt
+5 −0 tools/wptrunner/wptrunner/browsers/chrome.py
+3 −1 tools/wptrunner/wptrunner/testrunner.py
+7 −1 trusted-types/block-string-assignment-to-DOMParser-parseFromString.html
+13 −62 trusted-types/block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval.html
+8 −1 trusted-types/block-string-assignment-to-Document-parseHTMLUnsafe.html
+17 −1 trusted-types/block-string-assignment-to-Document-write.html
+14 −1 trusted-types/block-string-assignment-to-Element-insertAdjacentHTML.html
+6 −1 trusted-types/block-string-assignment-to-Element-outerHTML.html
+6 −1 trusted-types/block-string-assignment-to-Element-setHTMLUnsafe.html
+7 −1 trusted-types/block-string-assignment-to-Range-createContextualFragment.html
+6 −1 trusted-types/block-string-assignment-to-ShadowRoot-innerHTML.html
+6 −1 trusted-types/block-string-assignment-to-ShadowRoot-setHTMLUnsafe.html
+91 −0 trusted-types/get-trusted-types-compliant-attribute-value.html
+1 −2 trusted-types/support/DOMWindowTimers-setTimeout-setInterval.js
+10 −0 trusted-types/support/block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval-worker.js
+1 −0 trusted-types/support/block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval-worker.js.headers
+77 −0 trusted-types/support/block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval.js
+5 −0 trusted-types/support/helper.sub.js
+8 −0 webcodecs/audio-decoder.https.any.js
+8 −0 webcodecs/audio-encoder-config.https.any.js
+77 −0 webcodecs/video-decoder-no-size-in-configure.https.any.js
+0 −1 webcodecs/video-decoder.https.any.js
+8 −0 webcodecs/video-encoder-config.https.any.js
+6 −2 webdriver/tests/bidi/input/perform_actions/navigation.py
+8 −2 webdriver/tests/classic/perform_actions/navigation.py
+498 −0 webnn/conformance_tests/reduce_l1.https.any.js
+493 −0 webnn/conformance_tests/reduce_l2.https.any.js
+487 −0 webnn/conformance_tests/reduce_log_sum.https.any.js
+563 −0 webnn/conformance_tests/reduce_log_sum_exp.https.any.js
+438 −0 webnn/conformance_tests/reduce_max.https.any.js
+515 −0 webnn/conformance_tests/reduce_mean.https.any.js
+438 −0 webnn/conformance_tests/reduce_min.https.any.js
+478 −0 webnn/conformance_tests/reduce_product.https.any.js
+496 −0 webnn/conformance_tests/reduce_sum.https.any.js
+578 −0 webnn/conformance_tests/reduce_sum_square.https.any.js

0 comments on commit 0379c87

Please sign in to comment.