From 64b58d76c6691ce0e0a5d4e9c318d8eaea45bd18 Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Sat, 18 Jul 2020 08:22:00 +0000 Subject: [PATCH] Update web-platform-tests to revision 5934bd3aca20a07917ad46fe7cebe10c68d5e497 --- .../url/url-in-tags-revoke.window.js.ini | 2 +- .../CSS2/floats/hit-test-floats-005.html.ini | 4 - ...ryList-addListener-removeListener.html.ini | 3 - .../cssom-view/elementFromPoint-001.html.ini | 4 + .../cssom-view/elementFromPosition.html.ini | 3 + .../fetch/content-type/response.window.js.ini | 21 ++- .../fetch/content-type/script.window.js.ini | 3 + ...url-return-value-handling-dynamic.html.ini | 19 +++ .../traverse_the_history_5.html.ini | 4 - .../supported-elements.html.ini | 3 - .../iframe_sandbox_popups_escaping-2.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- .../module-static-import-delayed.html.ini | 4 + .../realtimeanalyser-fft-scaling.html.ini | 1 + .../webmessaging/with-ports/017.html.ini | 5 + .../webmessaging/without-ports/018.html.ini | 5 + .../Worker/Worker-constructor.html.ini | 2 - .../url/url-in-tags-revoke.window.js.ini | 2 +- tests/wpt/metadata/MANIFEST.json | 134 ++++++++++++++---- .../CSS2/floats/hit-test-floats-005.html.ini | 4 - ...ryList-addListener-removeListener.html.ini | 3 - .../cssom-view/elementFromPoint-001.html.ini | 4 + .../cssom-view/elementFromPosition.html.ini | 3 + .../fetch/content-type/response.window.js.ini | 21 ++- .../fetch/content-type/script.window.js.ini | 3 + ...url-return-value-handling-dynamic.html.ini | 19 +++ .../traverse_the_history_5.html.ini | 4 - .../supported-elements.html.ini | 3 - .../iframe_sandbox_popups_escaping-2.html.ini | 2 +- ...rame_sandbox_popups_nonescaping-2.html.ini | 2 +- .../module-static-import-delayed.html.ini | 4 + .../realtimeanalyser-fft-scaling.html.ini | 1 + .../webmessaging/with-ports/017.html.ini | 5 + .../webmessaging/without-ports/018.html.ini | 5 + .../Worker/Worker-constructor.html.ini | 2 - .../css-contain/contain-flexbox-outline.html | 24 ++++ .../css-position/position-relative-001.html | 10 ++ .../css-position/position-relative-002.html | 10 ++ .../css-position/position-relative-003.html | 12 ++ .../css-position/position-relative-004.html | 16 +++ .../css-position/position-relative-005.html | 16 +++ .../css/css-ui/appearance-cssom-001.html | 3 +- .../fetch/api/request/resources/cache.py | 68 ++++----- .../fetch/api/resources/authentication.py | 16 +-- .../fetch/api/resources/cache.py | 20 +-- .../fetch/api/resources/clean-stash.py | 6 +- .../fetch/api/resources/inspect-headers.py | 32 ++--- .../fetch/api/resources/method.py | 26 ++-- .../fetch/api/resources/preflight.py | 88 ++++++------ .../fetch/api/resources/trickle.py | 2 +- .../resources/bad-gzip-body.py | 4 +- .../302-found-post-handler.py | 18 +-- ...ipt-url-return-value-handling-dynamic.html | 51 +++++++ ...ng-popup-unsafe-none-report-to.https.html} | 0 ...afe-none-report-to.https.html.sub.headers} | 0 .../media-elements/pitch-detector.js | 22 ++- .../media-elements/preserves-pitch.html | 66 ++++++--- .../interfaces/appmanifest.idl | 4 + .../interfaces/service-workers.idl | 2 + .../interfaces/trusted-types.tentative.idl | 2 +- .../MediaStreamTrack-getCapabilities.html | 10 +- .../MediaStreamTrack-getSettings.html | 3 +- .../resources/idlharness.js | 4 + .../TrustedTypePolicyFactory-blocking.html | 48 +++++++ .../webrtc/RTCPeerConnection-helper.js | 6 + ...Connection-setRemoteDescription-offer.html | 12 ++ .../protocol/candidate-exchange.https.html | 25 +--- 67 files changed, 656 insertions(+), 278 deletions(-) delete mode 100644 tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini create mode 100644 tests/wpt/metadata-layout-2020/css/cssom-view/elementFromPoint-001.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling-dynamic.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini create mode 100644 tests/wpt/metadata-layout-2020/html/webappapis/dynamic-markup-insertion/document-write/module-static-import-delayed.html.ini create mode 100644 tests/wpt/metadata-layout-2020/webmessaging/with-ports/017.html.ini create mode 100644 tests/wpt/metadata-layout-2020/webmessaging/without-ports/018.html.ini delete mode 100644 tests/wpt/metadata-layout-2020/workers/constructors/Worker/Worker-constructor.html.ini delete mode 100644 tests/wpt/metadata/css/CSS2/floats/hit-test-floats-005.html.ini create mode 100644 tests/wpt/metadata/css/cssom-view/elementFromPoint-001.html.ini create mode 100644 tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling-dynamic.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini create mode 100644 tests/wpt/metadata/html/webappapis/dynamic-markup-insertion/document-write/module-static-import-delayed.html.ini create mode 100644 tests/wpt/metadata/webmessaging/with-ports/017.html.ini create mode 100644 tests/wpt/metadata/webmessaging/without-ports/018.html.ini delete mode 100644 tests/wpt/metadata/workers/constructors/Worker/Worker-constructor.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-flexbox-outline.html create mode 100644 tests/wpt/web-platform-tests/css/css-position/position-relative-001.html create mode 100644 tests/wpt/web-platform-tests/css/css-position/position-relative-002.html create mode 100644 tests/wpt/web-platform-tests/css/css-position/position-relative-003.html create mode 100644 tests/wpt/web-platform-tests/css/css-position/position-relative-004.html create mode 100644 tests/wpt/web-platform-tests/css/css-position/position-relative-005.html create mode 100644 tests/wpt/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling-dynamic.html rename tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/{reporting-popup-unafe-none-report-to.https.html => reporting-popup-unsafe-none-report-to.https.html} (100%) rename tests/wpt/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/{reporting-popup-unafe-none-report-to.https.html.sub.headers => reporting-popup-unsafe-none-report-to.https.html.sub.headers} (100%) create mode 100644 tests/wpt/web-platform-tests/trusted-types/TrustedTypePolicyFactory-blocking.html diff --git a/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini b/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini index 76b44d9e9cf..3605e8f3fc9 100644 --- a/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini +++ b/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini @@ -4,7 +4,7 @@ expected: TIMEOUT [Opening a blob URL in a new window immediately before revoking it works.] - expected: FAIL + expected: TIMEOUT [Fetching a blob URL immediately before revoking it works in an iframe.] expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini deleted file mode 100644 index baa9f1a7541..00000000000 --- a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[hit-test-floats-005.html] - [Miss clipped float] - expected: FAIL - diff --git a/tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini index c884dc82eab..628b1fab770 100644 --- a/tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini +++ b/tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini @@ -2,6 +2,3 @@ [listeners are called when