Permalink
Please
sign in to comment.
Browse files
Update web-platform-tests to revision 1cee79240e1a6e2df18faa0ed27c7fe…
…bada1e3fb
- Loading branch information
Showing
with
1,854 additions
and 260 deletions.
- +1 −1 tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini
- +0 −6 tests/wpt/metadata/FileAPI/url/url-with-fetch.any.js.ini
- +261 −63 tests/wpt/metadata/MANIFEST.json
- +1 −1 tests/wpt/metadata/css/css-transforms/animation/perspective-interpolation.html.ini
- +4 −0 tests/wpt/metadata/css/cssom-view/MediaQueryList-extends-EventTarget-interop.html.ini
- +4 −0 tests/wpt/metadata/dom/events/Event-dispatch-order-at-target.html.ini
- +15 −6 tests/wpt/metadata/fetch/content-type/response.window.js.ini
- +1 −1 tests/wpt/metadata/fetch/content-type/script.window.js.ini
- +4 −0 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_3.html.ini
- +4 −0 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini
- +4 −0 ...-for-creating-and-navigating-browsing-contexts-by-name/creating_browsing_context_test_01.html.ini
- +19 −0 ...g-and-navigating-browsing-contexts-by-name/open-features-negative-innerwidth-innerheight.html.ini
- +19 −0 ...creating-and-navigating-browsing-contexts-by-name/open-features-negative-screenx-screeny.html.ini
- +19 −0 ...is-for-creating-and-navigating-browsing-contexts-by-name/open-features-negative-top-left.html.ini
- +19 −0 ...or-creating-and-navigating-browsing-contexts-by-name/open-features-negative-width-height.html.ini
- +25 −9 ...s-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-height.html.ini
- +19 −9 ...-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-innerheight.html.ini
- +19 −9 ...r-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-innerwidth.html.ini
- +19 −9 ...pis-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-left.html.ini
- +19 −9 ...-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-screenx.html.ini
- +19 −9 ...-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-screeny.html.ini
- +19 −9 ...apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-top.html.ini
- +25 −9 ...is-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-width.html.ini
- +1 −0 tests/wpt/metadata/html/browsers/windows/embedded-opener-remove-frame.html.ini
- +2 −1 tests/wpt/metadata/html/interaction/focus/the-autofocus-attribute/supported-elements.html.ini
- +5 −0 ...-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads.sub.tentative.html.ini
- +0 −5 ...ent/iframe_sandbox_anchor_download_allow_downloads_without_user_activation.sub.tentative.html.ini
- +5 −0 ...tent/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative.html.ini
- +0 −5 ...iframe_sandbox_navigation_download_allow_downloads_without_user_activation.sub.tentative.html.ini
- +1 −2 ...data/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini
- +1 −2 ...a/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini
- +0 −10 tests/wpt/metadata/html/semantics/embedded-content/the-img-element/non-active-document.html.ini
- +1 −1 tests/wpt/metadata/html/semantics/forms/form-submission-0/form-double-submit-3.html.ini
- +1 −1 tests/wpt/metadata/html/semantics/forms/form-submission-0/form-double-submit.html.ini
- +0 −7 tests/wpt/metadata/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini
- +8 −0 ...adata/html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html.ini
- +1 −0 .../metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini
- +0 −5 tests/wpt/metadata/webmessaging/with-ports/018.html.ini
- +0 −5 tests/wpt/metadata/webmessaging/without-ports/018.html.ini
- +2 −0 tests/wpt/metadata/workers/constructors/Worker/Worker-constructor.html.ini
- +1 −1 tests/wpt/web-platform-tests/.github/workflows/epochs.yml
- +1 −0 tests/wpt/web-platform-tests/cookies/http-state/path-tests.html
- +26 −0 tests/wpt/web-platform-tests/css/css-grid/parsing/grid-shorthand-valid.html
- +26 −0 tests/wpt/web-platform-tests/css/css-grid/parsing/grid-template-shorthand-valid.html
- +146 −0 tests/wpt/web-platform-tests/css/css-masking/animations/mask-position-interpolation.html
- +44 −14 tests/wpt/web-platform-tests/css/cssom-view/MediaQueryList-addListener-removeListener.html
- +168 −0 tests/wpt/web-platform-tests/css/cssom-view/MediaQueryList-extends-EventTarget-interop.html
- +118 −0 tests/wpt/web-platform-tests/css/cssom-view/MediaQueryList-extends-EventTarget.html
- +56 −4 tests/wpt/web-platform-tests/css/cssom-view/MediaQueryListEvent.html
- +3 −3 tests/wpt/web-platform-tests/css/cssom-view/matchMedia.html
- +20 −7 tests/wpt/web-platform-tests/css/cssom-view/resources/matchMedia.js
- +1 −0 tests/wpt/web-platform-tests/css/cssom/idlharness.html
- +31 −0 tests/wpt/web-platform-tests/dom/events/Event-dispatch-order-at-target.html
- +1 −1 tests/wpt/web-platform-tests/feature-policy/feature-policy-for-sandbox/resources/helper.js
- +2 −0 tests/wpt/web-platform-tests/fetch/metadata/portal.tentative.https.sub.html
- +3 −3 ...ctivation.sub.tentative.html → iframe_sandbox_anchor_download_allow_downloads.sub.tentative.html}
- 0 ...ctivation.sub.tentative.html → iframe_sandbox_anchor_download_block_downloads.sub.tentative.html}
- +3 −3 ...ation.sub.tentative.html → iframe_sandbox_navigation_download_allow_downloads.sub.tentative.html}
- 0 ...ation.sub.tentative.html → iframe_sandbox_navigation_download_block_downloads.sub.tentative.html}
- +2 −0 tests/wpt/web-platform-tests/html/semantics/forms/form-submission-0/resources/form-submission.py
- +1 −1 tests/wpt/web-platform-tests/html/semantics/forms/form-submission-0/submit-entity-body.html
- +77 −0 ...orm-tests/html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html
- +38 −0 tests/wpt/web-platform-tests/html/webappapis/scripting/events/event-handler-handleEvent-ignored.html
- +1 −1 tests/wpt/web-platform-tests/html/webappapis/scripting/events/event-handler-onresize.html
- +6 −6 tests/wpt/web-platform-tests/interfaces/WebCryptoAPI.idl
- +1 −1 tests/wpt/web-platform-tests/interfaces/web-nfc.idl
- +36 −0 tests/wpt/web-platform-tests/layout-instability/clip-negative-bottom-margin.html
- +52 −0 tests/wpt/web-platform-tests/layout-instability/composited-element-movement.html
- +32 −0 tests/wpt/web-platform-tests/layout-instability/fully-clipped-visual-rect.html
- +52 −0 tests/wpt/web-platform-tests/layout-instability/ignore-fixed-and-sticky.html
- +32 −0 tests/wpt/web-platform-tests/layout-instability/local-shift-without-viewport-shift.html
- +36 −0 tests/wpt/web-platform-tests/layout-instability/multi-clip-visual-rect.html
- +32 −0 tests/wpt/web-platform-tests/layout-instability/partially-clipped-visual-rect.html
- +34 −0 tests/wpt/web-platform-tests/layout-instability/shift-into-viewport.html
- +32 −0 tests/wpt/web-platform-tests/layout-instability/shift-outside-viewport.html
- +37 −0 tests/wpt/web-platform-tests/layout-instability/shift-while-scrolled.html
- +56 −0 tests/wpt/web-platform-tests/layout-instability/shift-with-counterscroll.html
- +2 −2 ...form-tests/mathml/presentation-markup/{direction/direction-009-ref.html → tokens/ms-001-ref.html}
- +6 −6 ...web-platform-tests/mathml/presentation-markup/{direction/direction-009.html → tokens/ms-001.html}
- +17 −0 tests/wpt/web-platform-tests/portals/about-blank-cannot-host.html
- +2 −1 tests/wpt/web-platform-tests/portals/portal-activate-data.html
- +2 −1 tests/wpt/web-platform-tests/portals/portals-activate-resolution.html
- +2 −1 tests/wpt/web-platform-tests/portals/portals-navigate-after-adoption.html
- +2 −1 tests/wpt/web-platform-tests/portals/portals-set-src-after-activate.html
- +8 −0 tests/wpt/web-platform-tests/portals/resources/blank-host.html
- +14 −0 tests/wpt/web-platform-tests/portals/resources/open-blank-host.js
- +6 −5 tests/wpt/web-platform-tests/resources/chromium/sms_mock.js
- +17 −0 tests/wpt/web-platform-tests/sms/interceptor.https.html
- +1 −1 tests/wpt/web-platform-tests/sms/sms_receiver.idl
- +1 −3 tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/servodriver.py

Oops, something went wrong.
0 comments on commit
e77be0c