Bug 1433144 - Update web-platform-tests to revision 2e19bfdaee6edb2c1069c07e140372841...
commit07da99cbefec2a912b171e5aece99b7c685fb709
authorJames Graham <james@hoppipolla.co.uk>
Tue, 23 Jan 2018 16:14:20 +0000 (23 16:14 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Tue, 30 Jan 2018 17:46:09 +0000 (30 17:46 +0000)
treefed4f8b9f4d30fa39f32f87e2c75e4fea56a9283
parent27205fdb8c2825791884cf180c4e66bb0d0d8eb3
Bug 1433144 - Update web-platform-tests to revision 2e19bfdaee6edb2c1069c07e14037284167284a3, a=testonly

MozReview-Commit-ID: 13sFeYHTYGC

--HG--
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/digest/digest.worker.js => testing/web-platform/tests/WebCryptoAPI/digest/digest.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/rsa.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/ec_importKey.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/ec_importKey.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/rsa_importKey.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/rsa_importKey.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/symmetric_importKey.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/symmetric_importKey.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/ecdsa.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/ecdsa.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/hmac.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/hmac.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pkcs.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.js => testing/web-platform/tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/WebCryptoAPI.idl => testing/web-platform/tests/interfaces/WebCryptoAPI.idl
rename : testing/web-platform/tests/quirks-mode/active-and-hover-manual.html => testing/web-platform/tests/quirks/active-and-hover-manual.html
rename : testing/web-platform/tests/quirks-mode/blocks-ignore-line-height.html => testing/web-platform/tests/quirks/blocks-ignore-line-height.html
rename : testing/web-platform/tests/quirks-mode/classname-query-after-sibling-adoption.html => testing/web-platform/tests/quirks/classname-query-after-sibling-adoption.html
rename : testing/web-platform/tests/quirks-mode/hashless-hex-color.html => testing/web-platform/tests/quirks/hashless-hex-color.html
rename : testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size-ref.html => testing/web-platform/tests/quirks/historical/list-item-bullet-size-ref.html
rename : testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size.html => testing/web-platform/tests/quirks/historical/list-item-bullet-size.html
rename : testing/web-platform/tests/quirks-mode/line-height-calculation.html => testing/web-platform/tests/quirks/line-height-calculation.html
rename : testing/web-platform/tests/quirks-mode/percentage-height-calculation.html => testing/web-platform/tests/quirks/percentage-height-calculation.html
rename : testing/web-platform/tests/quirks-mode/supports.html => testing/web-platform/tests/quirks/supports.html
rename : testing/web-platform/tests/quirks-mode/table-cell-nowrap-minimum-width-calculation.html => testing/web-platform/tests/quirks/table-cell-nowrap-minimum-width-calculation.html
rename : testing/web-platform/tests/quirks-mode/table-cell-width-calculation.html => testing/web-platform/tests/quirks/table-cell-width-calculation.html
rename : testing/web-platform/tests/quirks-mode/unitless-length.html => testing/web-platform/tests/quirks/unitless-length.html
rename : testing/web-platform/tests/XMLHttpRequest/resources/pass.txt => testing/web-platform/tests/service-workers/service-worker/resources/pass.txt
rename : testing/web-platform/tests/XMLHttpRequest/FormData-append.html => testing/web-platform/tests/xhr/FormData-append.html
rename : testing/web-platform/tests/XMLHttpRequest/OWNERS => testing/web-platform/tests/xhr/OWNERS
rename : testing/web-platform/tests/XMLHttpRequest/README.md => testing/web-platform/tests/xhr/README.md
rename : testing/web-platform/tests/XMLHttpRequest/XMLHttpRequest-withCredentials.any.js => testing/web-platform/tests/xhr/XMLHttpRequest-withCredentials.any.js
rename : testing/web-platform/tests/XMLHttpRequest/abort-after-receive.htm => testing/web-platform/tests/xhr/abort-after-receive.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-after-send.htm => testing/web-platform/tests/xhr/abort-after-send.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-after-stop.htm => testing/web-platform/tests/xhr/abort-after-stop.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-after-timeout.htm => testing/web-platform/tests/xhr/abort-after-timeout.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-during-done.htm => testing/web-platform/tests/xhr/abort-during-done.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-during-headers-received.htm => testing/web-platform/tests/xhr/abort-during-headers-received.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-during-loading.htm => testing/web-platform/tests/xhr/abort-during-loading.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-during-open.htm => testing/web-platform/tests/xhr/abort-during-open.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-during-open.js => testing/web-platform/tests/xhr/abort-during-open.js
rename : testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js => testing/web-platform/tests/xhr/abort-during-open.worker.js
rename : testing/web-platform/tests/XMLHttpRequest/abort-during-unsent.htm => testing/web-platform/tests/xhr/abort-during-unsent.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-during-upload.htm => testing/web-platform/tests/xhr/abort-during-upload.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-event-abort.htm => testing/web-platform/tests/xhr/abort-event-abort.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-event-listeners.htm => testing/web-platform/tests/xhr/abort-event-listeners.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-event-loadend.htm => testing/web-platform/tests/xhr/abort-event-loadend.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-event-order.htm => testing/web-platform/tests/xhr/abort-event-order.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-upload-event-abort.htm => testing/web-platform/tests/xhr/abort-upload-event-abort.htm
rename : testing/web-platform/tests/XMLHttpRequest/abort-upload-event-loadend.htm => testing/web-platform/tests/xhr/abort-upload-event-loadend.htm
rename : testing/web-platform/tests/XMLHttpRequest/anonymous-mode-unsupported.htm => testing/web-platform/tests/xhr/anonymous-mode-unsupported.htm
rename : testing/web-platform/tests/XMLHttpRequest/data-uri.htm => testing/web-platform/tests/xhr/data-uri.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-abort.htm => testing/web-platform/tests/xhr/event-abort.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-error-order.sub.html => testing/web-platform/tests/xhr/event-error-order.sub.html
rename : testing/web-platform/tests/XMLHttpRequest/event-error.sub.html => testing/web-platform/tests/xhr/event-error.sub.html
rename : testing/web-platform/tests/XMLHttpRequest/event-load.htm => testing/web-platform/tests/xhr/event-load.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-loadend.htm => testing/web-platform/tests/xhr/event-loadend.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-loadstart-upload.htm => testing/web-platform/tests/xhr/event-loadstart-upload.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-loadstart.htm => testing/web-platform/tests/xhr/event-loadstart.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-progress.htm => testing/web-platform/tests/xhr/event-progress.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-readystate-sync-open.htm => testing/web-platform/tests/xhr/event-readystate-sync-open.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-readystatechange-loaded.htm => testing/web-platform/tests/xhr/event-readystatechange-loaded.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-timeout-order.htm => testing/web-platform/tests/xhr/event-timeout-order.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-timeout.htm => testing/web-platform/tests/xhr/event-timeout.htm
rename : testing/web-platform/tests/XMLHttpRequest/event-upload-progress.htm => testing/web-platform/tests/xhr/event-upload-progress.htm
rename : testing/web-platform/tests/XMLHttpRequest/firing-events-http-content-length.html => testing/web-platform/tests/xhr/firing-events-http-content-length.html
rename : testing/web-platform/tests/XMLHttpRequest/firing-events-http-no-content-length.html => testing/web-platform/tests/xhr/firing-events-http-no-content-length.html
rename : testing/web-platform/tests/XMLHttpRequest/folder.txt => testing/web-platform/tests/xhr/folder.txt
rename : testing/web-platform/tests/XMLHttpRequest/formdata-blob.htm => testing/web-platform/tests/xhr/formdata-blob.htm
rename : testing/web-platform/tests/XMLHttpRequest/formdata-delete.htm => testing/web-platform/tests/xhr/formdata-delete.htm
rename : testing/web-platform/tests/XMLHttpRequest/formdata-foreach.html => testing/web-platform/tests/xhr/formdata-foreach.html
rename : testing/web-platform/tests/XMLHttpRequest/formdata-get.htm => testing/web-platform/tests/xhr/formdata-get.htm
rename : testing/web-platform/tests/XMLHttpRequest/formdata-has.htm => testing/web-platform/tests/xhr/formdata-has.htm
rename : testing/web-platform/tests/XMLHttpRequest/formdata-set.htm => testing/web-platform/tests/xhr/formdata-set.htm
rename : testing/web-platform/tests/XMLHttpRequest/formdata.htm => testing/web-platform/tests/xhr/formdata.htm
rename : testing/web-platform/tests/XMLHttpRequest/getallresponseheaders-cookies.htm => testing/web-platform/tests/xhr/getallresponseheaders-cookies.htm
rename : testing/web-platform/tests/XMLHttpRequest/getallresponseheaders-status.htm => testing/web-platform/tests/xhr/getallresponseheaders-status.htm
rename : testing/web-platform/tests/XMLHttpRequest/getallresponseheaders.htm => testing/web-platform/tests/xhr/getallresponseheaders.htm
rename : testing/web-platform/tests/XMLHttpRequest/getresponseheader-case-insensitive.htm => testing/web-platform/tests/xhr/getresponseheader-case-insensitive.htm
rename : testing/web-platform/tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm => testing/web-platform/tests/xhr/getresponseheader-chunked-trailer.htm
rename : testing/web-platform/tests/XMLHttpRequest/getresponseheader-cookies-and-more.htm => testing/web-platform/tests/xhr/getresponseheader-cookies-and-more.htm
rename : testing/web-platform/tests/XMLHttpRequest/getresponseheader-error-state.htm => testing/web-platform/tests/xhr/getresponseheader-error-state.htm
rename : testing/web-platform/tests/XMLHttpRequest/getresponseheader-server-date.htm => testing/web-platform/tests/xhr/getresponseheader-server-date.htm
rename : testing/web-platform/tests/XMLHttpRequest/getresponseheader-special-characters.htm => testing/web-platform/tests/xhr/getresponseheader-special-characters.htm
rename : testing/web-platform/tests/XMLHttpRequest/getresponseheader-unsent-opened-state.htm => testing/web-platform/tests/xhr/getresponseheader-unsent-opened-state.htm
rename : testing/web-platform/tests/XMLHttpRequest/headers-normalize-response.htm => testing/web-platform/tests/xhr/headers-normalize-response.htm
rename : testing/web-platform/tests/XMLHttpRequest/historical.html => testing/web-platform/tests/xhr/historical.html
rename : testing/web-platform/tests/XMLHttpRequest/loadstart-and-state.html => testing/web-platform/tests/xhr/loadstart-and-state.html
rename : testing/web-platform/tests/XMLHttpRequest/no-utf16-json.htm => testing/web-platform/tests/xhr/no-utf16-json.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-after-abort.htm => testing/web-platform/tests/xhr/open-after-abort.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-after-setrequestheader.htm => testing/web-platform/tests/xhr/open-after-setrequestheader.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-during-abort-event.htm => testing/web-platform/tests/xhr/open-during-abort-event.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-during-abort-processing.htm => testing/web-platform/tests/xhr/open-during-abort-processing.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-during-abort.htm => testing/web-platform/tests/xhr/open-during-abort.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-method-bogus.htm => testing/web-platform/tests/xhr/open-method-bogus.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-method-case-insensitive.htm => testing/web-platform/tests/xhr/open-method-case-insensitive.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-method-case-sensitive.htm => testing/web-platform/tests/xhr/open-method-case-sensitive.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-method-insecure.htm => testing/web-platform/tests/xhr/open-method-insecure.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-method-responsetype-set-sync.htm => testing/web-platform/tests/xhr/open-method-responsetype-set-sync.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-open-send.htm => testing/web-platform/tests/xhr/open-open-send.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-open-sync-send.htm => testing/web-platform/tests/xhr/open-open-sync-send.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-referer.htm => testing/web-platform/tests/xhr/open-referer.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-send-during-abort.htm => testing/web-platform/tests/xhr/open-send-during-abort.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-send-open.htm => testing/web-platform/tests/xhr/open-send-open.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-sync-open-send.htm => testing/web-platform/tests/xhr/open-sync-open-send.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-about-blank-window.htm => testing/web-platform/tests/xhr/open-url-about-blank-window.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-base-inserted-after-open.htm => testing/web-platform/tests/xhr/open-url-base-inserted-after-open.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-base-inserted.htm => testing/web-platform/tests/xhr/open-url-base-inserted.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-base.htm => testing/web-platform/tests/xhr/open-url-base.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-encoding.htm => testing/web-platform/tests/xhr/open-url-encoding.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-javascript-window-2.htm => testing/web-platform/tests/xhr/open-url-javascript-window-2.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-javascript-window.htm => testing/web-platform/tests/xhr/open-url-javascript-window.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-2.htm => testing/web-platform/tests/xhr/open-url-multi-window-2.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-3.htm => testing/web-platform/tests/xhr/open-url-multi-window-3.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-4.htm => testing/web-platform/tests/xhr/open-url-multi-window-4.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-5.htm => testing/web-platform/tests/xhr/open-url-multi-window-5.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-6.htm => testing/web-platform/tests/xhr/open-url-multi-window-6.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-multi-window.htm => testing/web-platform/tests/xhr/open-url-multi-window.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-redirected-worker-origin.htm => testing/web-platform/tests/xhr/open-url-redirected-worker-origin.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-worker-origin.htm => testing/web-platform/tests/xhr/open-url-worker-origin.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-url-worker-simple.htm => testing/web-platform/tests/xhr/open-url-worker-simple.htm
rename : testing/web-platform/tests/XMLHttpRequest/open-user-password-non-same-origin.htm => testing/web-platform/tests/xhr/open-user-password-non-same-origin.htm
rename : testing/web-platform/tests/XMLHttpRequest/overridemimetype-blob.html => testing/web-platform/tests/xhr/overridemimetype-blob.html
rename : testing/web-platform/tests/XMLHttpRequest/overridemimetype-done-state.htm => testing/web-platform/tests/xhr/overridemimetype-done-state.htm
rename : testing/web-platform/tests/XMLHttpRequest/overridemimetype-headers-received-state-force-shiftjis.htm => testing/web-platform/tests/xhr/overridemimetype-headers-received-state-force-shiftjis.htm
rename : testing/web-platform/tests/XMLHttpRequest/overridemimetype-invalid-mime-type.htm => testing/web-platform/tests/xhr/overridemimetype-invalid-mime-type.htm
rename : testing/web-platform/tests/XMLHttpRequest/overridemimetype-loading-state.htm => testing/web-platform/tests/xhr/overridemimetype-loading-state.htm
rename : testing/web-platform/tests/XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm => testing/web-platform/tests/xhr/overridemimetype-open-state-force-utf-8.htm
rename : testing/web-platform/tests/XMLHttpRequest/overridemimetype-open-state-force-xml.htm => testing/web-platform/tests/xhr/overridemimetype-open-state-force-xml.htm
rename : testing/web-platform/tests/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm => testing/web-platform/tests/xhr/overridemimetype-unsent-state-force-shiftjis.htm
rename : testing/web-platform/tests/XMLHttpRequest/preserve-ua-header-on-redirect.htm => testing/web-platform/tests/xhr/preserve-ua-header-on-redirect.htm
rename : testing/web-platform/tests/XMLHttpRequest/progress-events-response-data-gzip.htm => testing/web-platform/tests/xhr/progress-events-response-data-gzip.htm
rename : testing/web-platform/tests/XMLHttpRequest/progressevent-constructor.html => testing/web-platform/tests/xhr/progressevent-constructor.html
rename : testing/web-platform/tests/XMLHttpRequest/progressevent-interface.html => testing/web-platform/tests/xhr/progressevent-interface.html
rename : testing/web-platform/tests/XMLHttpRequest/resources/accept-language.py => testing/web-platform/tests/xhr/resources/accept-language.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/accept.py => testing/web-platform/tests/xhr/resources/accept.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-allow-lists.py => testing/web-platform/tests/xhr/resources/access-control-allow-lists.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-allow-with-body.py => testing/web-platform/tests/xhr/resources/access-control-allow-with-body.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-auth-basic.py => testing/web-platform/tests/xhr/resources/access-control-auth-basic.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow-no-credentials.py => testing/web-platform/tests/xhr/resources/access-control-basic-allow-no-credentials.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow-star.py => testing/web-platform/tests/xhr/resources/access-control-basic-allow-star.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow.py => testing/web-platform/tests/xhr/resources/access-control-basic-allow.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-cors-safelisted-request-headers.py => testing/web-platform/tests/xhr/resources/access-control-basic-cors-safelisted-request-headers.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-denied.py => testing/web-platform/tests/xhr/resources/access-control-basic-denied.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-options-not-supported.py => testing/web-platform/tests/xhr/resources/access-control-basic-options-not-supported.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache-invalidation.py => testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache-invalidation.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache-timeout.py => testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache-timeout.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache.py => testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-put-allow.py => testing/web-platform/tests/xhr/resources/access-control-basic-put-allow.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-whitelist-response-headers.py => testing/web-platform/tests/xhr/resources/access-control-basic-whitelist-response-headers.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-cookie.py => testing/web-platform/tests/xhr/resources/access-control-cookie.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-origin-header.py => testing/web-platform/tests/xhr/resources/access-control-origin-header.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-denied.py => testing/web-platform/tests/xhr/resources/access-control-preflight-denied.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-header-lowercase.py => testing/web-platform/tests/xhr/resources/access-control-preflight-request-header-lowercase.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-header-sorted.py => testing/web-platform/tests/xhr/resources/access-control-preflight-request-header-sorted.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-headers-origin.py => testing/web-platform/tests/xhr/resources/access-control-preflight-request-headers-origin.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-invalid-status.py => testing/web-platform/tests/xhr/resources/access-control-preflight-request-invalid-status.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-must-not-contain-cookie.py => testing/web-platform/tests/xhr/resources/access-control-preflight-request-must-not-contain-cookie.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/access-control-sandboxed-iframe.html => testing/web-platform/tests/xhr/resources/access-control-sandboxed-iframe.html
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth1/auth.py => testing/web-platform/tests/xhr/resources/auth1/auth.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth2/auth.py => testing/web-platform/tests/xhr/resources/auth2/auth.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth2/corsenabled.py => testing/web-platform/tests/xhr/resources/auth2/corsenabled.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth3/auth.py => testing/web-platform/tests/xhr/resources/auth3/auth.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth4/auth.py => testing/web-platform/tests/xhr/resources/auth4/auth.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth5/auth.py => testing/web-platform/tests/xhr/resources/auth5/auth.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth6/auth.py => testing/web-platform/tests/xhr/resources/auth6/auth.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth7/corsenabled.py => testing/web-platform/tests/xhr/resources/auth7/corsenabled.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth8/corsenabled-no-authorize.py => testing/web-platform/tests/xhr/resources/auth8/corsenabled-no-authorize.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/auth9/auth.py => testing/web-platform/tests/xhr/resources/auth9/auth.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/authentication.py => testing/web-platform/tests/xhr/resources/authentication.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/base.xml => testing/web-platform/tests/xhr/resources/base.xml
rename : testing/web-platform/tests/XMLHttpRequest/resources/chunked.py => testing/web-platform/tests/xhr/resources/chunked.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/conditional.py => testing/web-platform/tests/xhr/resources/conditional.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/content.py => testing/web-platform/tests/xhr/resources/content.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/corsenabled.py => testing/web-platform/tests/xhr/resources/corsenabled.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/delay.py => testing/web-platform/tests/xhr/resources/delay.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/echo-headers.py => testing/web-platform/tests/xhr/resources/echo-headers.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/echo-method.py => testing/web-platform/tests/xhr/resources/echo-method.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/empty-div-utf8-html.py => testing/web-platform/tests/xhr/resources/empty-div-utf8-html.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/folder.txt => testing/web-platform/tests/xhr/resources/folder.txt
rename : testing/web-platform/tests/XMLHttpRequest/resources/form.py => testing/web-platform/tests/xhr/resources/form.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/gzip.py => testing/web-platform/tests/xhr/resources/gzip.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/header-content-length.asis => testing/web-platform/tests/xhr/resources/header-content-length.asis
rename : testing/web-platform/tests/XMLHttpRequest/resources/headers-basic.asis => testing/web-platform/tests/xhr/resources/headers-basic.asis
rename : testing/web-platform/tests/XMLHttpRequest/resources/headers.asis => testing/web-platform/tests/xhr/resources/headers.asis
rename : testing/web-platform/tests/XMLHttpRequest/resources/headers.py => testing/web-platform/tests/xhr/resources/headers.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/image.gif => testing/web-platform/tests/xhr/resources/image.gif
rename : testing/web-platform/tests/XMLHttpRequest/resources/img-utf8-html.py => testing/web-platform/tests/xhr/resources/img-utf8-html.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/img.jpg => testing/web-platform/tests/xhr/resources/img.jpg
rename : testing/web-platform/tests/XMLHttpRequest/resources/infinite-redirects.py => testing/web-platform/tests/xhr/resources/infinite-redirects.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/init.htm => testing/web-platform/tests/xhr/resources/init.htm
rename : testing/web-platform/tests/XMLHttpRequest/resources/inspect-headers.py => testing/web-platform/tests/xhr/resources/inspect-headers.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/invalid-utf8-html.py => testing/web-platform/tests/xhr/resources/invalid-utf8-html.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/last-modified.py => testing/web-platform/tests/xhr/resources/last-modified.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/no-custom-header-on-preflight.py => testing/web-platform/tests/xhr/resources/no-custom-header-on-preflight.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/nocors/folder.txt => testing/web-platform/tests/xhr/resources/nocors/folder.txt
rename : testing/web-platform/tests/XMLHttpRequest/resources/parse-headers.py => testing/web-platform/tests/xhr/resources/parse-headers.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/pass.txt => testing/web-platform/tests/xhr/resources/pass.txt
rename : testing/web-platform/tests/XMLHttpRequest/resources/redirect-cors.py => testing/web-platform/tests/xhr/resources/redirect-cors.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/redirect.py => testing/web-platform/tests/xhr/resources/redirect.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/requri.py => testing/web-platform/tests/xhr/resources/requri.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/reset-token.py => testing/web-platform/tests/xhr/resources/reset-token.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/responseType-document-in-worker.js => testing/web-platform/tests/xhr/resources/responseType-document-in-worker.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/responseXML-unavailable-in-worker.js => testing/web-platform/tests/xhr/resources/responseXML-unavailable-in-worker.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-1.htm => testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-1.htm
rename : testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-2.htm => testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-2.htm
rename : testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-helper.js => testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-helper.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/shift-jis-html.py => testing/web-platform/tests/xhr/resources/shift-jis-html.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/status.py => testing/web-platform/tests/xhr/resources/status.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/trickle.py => testing/web-platform/tests/xhr/resources/trickle.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/upload.py => testing/web-platform/tests/xhr/resources/upload.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/utf16-bom.json => testing/web-platform/tests/xhr/resources/utf16-bom.json
rename : testing/web-platform/tests/XMLHttpRequest/resources/utf16.txt => testing/web-platform/tests/xhr/resources/utf16.txt
rename : testing/web-platform/tests/XMLHttpRequest/resources/well-formed.xml => testing/web-platform/tests/xhr/resources/well-formed.xml
rename : testing/web-platform/tests/XMLHttpRequest/resources/win-1252-html.py => testing/web-platform/tests/xhr/resources/win-1252-html.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/win-1252-xml.py => testing/web-platform/tests/xhr/resources/win-1252-xml.py
rename : testing/web-platform/tests/XMLHttpRequest/resources/workerxhr-origin-referrer.js => testing/web-platform/tests/xhr/resources/workerxhr-origin-referrer.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/workerxhr-simple.js => testing/web-platform/tests/xhr/resources/workerxhr-simple.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-event-order.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-event-order.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-aborted.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-aborted.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-abortedonmain.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-abortedonmain.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-overrides.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-overrides.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-overridesexpires.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-overridesexpires.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-runner.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-runner.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-simple.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-synconmain.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-synconmain.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-synconworker.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-synconworker.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-twice.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-twice.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout.js => testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout.js
rename : testing/web-platform/tests/XMLHttpRequest/resources/zlib.py => testing/web-platform/tests/xhr/resources/zlib.py
rename : testing/web-platform/tests/XMLHttpRequest/response-data-arraybuffer.htm => testing/web-platform/tests/xhr/response-data-arraybuffer.htm
rename : testing/web-platform/tests/XMLHttpRequest/response-data-blob.htm => testing/web-platform/tests/xhr/response-data-blob.htm
rename : testing/web-platform/tests/XMLHttpRequest/response-data-deflate.htm => testing/web-platform/tests/xhr/response-data-deflate.htm
rename : testing/web-platform/tests/XMLHttpRequest/response-data-gzip.htm => testing/web-platform/tests/xhr/response-data-gzip.htm
rename : testing/web-platform/tests/XMLHttpRequest/response-data-progress.htm => testing/web-platform/tests/xhr/response-data-progress.htm
rename : testing/web-platform/tests/XMLHttpRequest/response-invalid-responsetype.htm => testing/web-platform/tests/xhr/response-invalid-responsetype.htm
rename : testing/web-platform/tests/XMLHttpRequest/response-json.htm => testing/web-platform/tests/xhr/response-json.htm
rename : testing/web-platform/tests/XMLHttpRequest/response-method.htm => testing/web-platform/tests/xhr/response-method.htm
rename : testing/web-platform/tests/XMLHttpRequest/responseText-status.html => testing/web-platform/tests/xhr/responseText-status.html
rename : testing/web-platform/tests/XMLHttpRequest/responseType-document-in-worker.html => testing/web-platform/tests/xhr/responseType-document-in-worker.html
rename : testing/web-platform/tests/XMLHttpRequest/responseXML-unavailable-in-worker.html => testing/web-platform/tests/xhr/responseXML-unavailable-in-worker.html
rename : testing/web-platform/tests/XMLHttpRequest/responsedocument-decoding.htm => testing/web-platform/tests/xhr/responsedocument-decoding.htm
rename : testing/web-platform/tests/XMLHttpRequest/responsetext-decoding.htm => testing/web-platform/tests/xhr/responsetext-decoding.htm
rename : testing/web-platform/tests/XMLHttpRequest/responsetype.html => testing/web-platform/tests/xhr/responsetype.html
rename : testing/web-platform/tests/XMLHttpRequest/responseurl.html => testing/web-platform/tests/xhr/responseurl.html
rename : testing/web-platform/tests/XMLHttpRequest/responsexml-basic.htm => testing/web-platform/tests/xhr/responsexml-basic.htm
rename : testing/web-platform/tests/XMLHttpRequest/responsexml-document-properties.htm => testing/web-platform/tests/xhr/responsexml-document-properties.htm
rename : testing/web-platform/tests/XMLHttpRequest/responsexml-get-twice.htm => testing/web-platform/tests/xhr/responsexml-get-twice.htm
rename : testing/web-platform/tests/XMLHttpRequest/responsexml-media-type.htm => testing/web-platform/tests/xhr/responsexml-media-type.htm
rename : testing/web-platform/tests/XMLHttpRequest/responsexml-non-document-types.htm => testing/web-platform/tests/xhr/responsexml-non-document-types.htm
rename : testing/web-platform/tests/XMLHttpRequest/responsexml-non-well-formed.htm => testing/web-platform/tests/xhr/responsexml-non-well-formed.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-accept-language.htm => testing/web-platform/tests/xhr/send-accept-language.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-accept.htm => testing/web-platform/tests/xhr/send-accept.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-cors-not-enabled.htm => testing/web-platform/tests/xhr/send-authentication-basic-cors-not-enabled.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-cors.htm => testing/web-platform/tests/xhr/send-authentication-basic-cors.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-repeat-no-args.htm => testing/web-platform/tests/xhr/send-authentication-basic-repeat-no-args.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments.htm => testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader-and-arguments.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader-existing-session.htm => testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader-existing-session.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader.htm => testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-basic.htm => testing/web-platform/tests/xhr/send-authentication-basic.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-competing-names-passwords.htm => testing/web-platform/tests/xhr/send-authentication-competing-names-passwords.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-cors-basic-setrequestheader.htm => testing/web-platform/tests/xhr/send-authentication-cors-basic-setrequestheader.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-cors-setrequestheader-no-cred.htm => testing/web-platform/tests/xhr/send-authentication-cors-setrequestheader-no-cred.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-existing-session-manual.htm => testing/web-platform/tests/xhr/send-authentication-existing-session-manual.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-prompt-2-manual.htm => testing/web-platform/tests/xhr/send-authentication-prompt-2-manual.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-authentication-prompt-manual.htm => testing/web-platform/tests/xhr/send-authentication-prompt-manual.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-blob-with-no-mime-type.html => testing/web-platform/tests/xhr/send-blob-with-no-mime-type.html
rename : testing/web-platform/tests/XMLHttpRequest/send-conditional-cors.htm => testing/web-platform/tests/xhr/send-conditional-cors.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-conditional.htm => testing/web-platform/tests/xhr/send-conditional.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-content-type-charset.htm => testing/web-platform/tests/xhr/send-content-type-charset.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-content-type-string.htm => testing/web-platform/tests/xhr/send-content-type-string.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-data-arraybuffer.htm => testing/web-platform/tests/xhr/send-data-arraybuffer.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-data-arraybufferview.htm => testing/web-platform/tests/xhr/send-data-arraybufferview.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-data-blob.htm => testing/web-platform/tests/xhr/send-data-blob.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-data-es-object.htm => testing/web-platform/tests/xhr/send-data-es-object.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-data-formdata.htm => testing/web-platform/tests/xhr/send-data-formdata.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-data-unexpected-tostring.htm => testing/web-platform/tests/xhr/send-data-unexpected-tostring.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-entity-body-basic.htm => testing/web-platform/tests/xhr/send-entity-body-basic.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-entity-body-document-bogus.htm => testing/web-platform/tests/xhr/send-entity-body-document-bogus.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-entity-body-document.htm => testing/web-platform/tests/xhr/send-entity-body-document.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-entity-body-empty.htm => testing/web-platform/tests/xhr/send-entity-body-empty.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-entity-body-get-head-async.htm => testing/web-platform/tests/xhr/send-entity-body-get-head-async.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-entity-body-get-head.htm => testing/web-platform/tests/xhr/send-entity-body-get-head.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-entity-body-none.htm => testing/web-platform/tests/xhr/send-entity-body-none.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-network-error-async-events.sub.htm => testing/web-platform/tests/xhr/send-network-error-async-events.sub.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-network-error-sync-events.sub.htm => testing/web-platform/tests/xhr/send-network-error-sync-events.sub.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-no-response-event-loadend.htm => testing/web-platform/tests/xhr/send-no-response-event-loadend.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-no-response-event-loadstart.htm => testing/web-platform/tests/xhr/send-no-response-event-loadstart.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-no-response-event-order.htm => testing/web-platform/tests/xhr/send-no-response-event-order.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-non-same-origin.htm => testing/web-platform/tests/xhr/send-non-same-origin.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-receive-utf16.htm => testing/web-platform/tests/xhr/send-receive-utf16.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect-bogus-sync.htm => testing/web-platform/tests/xhr/send-redirect-bogus-sync.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect-bogus.htm => testing/web-platform/tests/xhr/send-redirect-bogus.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect-infinite-sync.htm => testing/web-platform/tests/xhr/send-redirect-infinite-sync.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect-infinite.htm => testing/web-platform/tests/xhr/send-redirect-infinite.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect-no-location.htm => testing/web-platform/tests/xhr/send-redirect-no-location.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect-post-upload.htm => testing/web-platform/tests/xhr/send-redirect-post-upload.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect-to-cors.htm => testing/web-platform/tests/xhr/send-redirect-to-cors.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect-to-non-cors.htm => testing/web-platform/tests/xhr/send-redirect-to-non-cors.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-redirect.htm => testing/web-platform/tests/xhr/send-redirect.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-response-event-order.htm => testing/web-platform/tests/xhr/send-response-event-order.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-loadend.htm => testing/web-platform/tests/xhr/send-response-upload-event-loadend.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-loadstart.htm => testing/web-platform/tests/xhr/send-response-upload-event-loadstart.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-progress.htm => testing/web-platform/tests/xhr/send-response-upload-event-progress.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-send.htm => testing/web-platform/tests/xhr/send-send.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-send.js => testing/web-platform/tests/xhr/send-send.js
rename : testing/web-platform/tests/XMLHttpRequest/send-send.worker.js => testing/web-platform/tests/xhr/send-send.worker.js
rename : testing/web-platform/tests/XMLHttpRequest/send-sync-blocks-async.htm => testing/web-platform/tests/xhr/send-sync-blocks-async.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-load.htm => testing/web-platform/tests/xhr/send-sync-no-response-event-load.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-loadend.htm => testing/web-platform/tests/xhr/send-sync-no-response-event-loadend.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-order.htm => testing/web-platform/tests/xhr/send-sync-no-response-event-order.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-sync-response-event-order.htm => testing/web-platform/tests/xhr/send-sync-response-event-order.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-sync-timeout.htm => testing/web-platform/tests/xhr/send-sync-timeout.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-timeout-events.htm => testing/web-platform/tests/xhr/send-timeout-events.htm
rename : testing/web-platform/tests/XMLHttpRequest/send-usp.any.js => testing/web-platform/tests/xhr/send-usp.any.js
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-after-send.htm => testing/web-platform/tests/xhr/setrequestheader-after-send.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-allow-empty-value.htm => testing/web-platform/tests/xhr/setrequestheader-allow-empty-value.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-allow-whitespace-in-value.htm => testing/web-platform/tests/xhr/setrequestheader-allow-whitespace-in-value.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-before-open.htm => testing/web-platform/tests/xhr/setrequestheader-before-open.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-bogus-name.htm => testing/web-platform/tests/xhr/setrequestheader-bogus-name.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-bogus-value.htm => testing/web-platform/tests/xhr/setrequestheader-bogus-value.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-case-insensitive.htm => testing/web-platform/tests/xhr/setrequestheader-case-insensitive.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-content-type.htm => testing/web-platform/tests/xhr/setrequestheader-content-type.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-header-allowed.htm => testing/web-platform/tests/xhr/setrequestheader-header-allowed.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-header-forbidden.htm => testing/web-platform/tests/xhr/setrequestheader-header-forbidden.htm
rename : testing/web-platform/tests/XMLHttpRequest/setrequestheader-open-setrequestheader.htm => testing/web-platform/tests/xhr/setrequestheader-open-setrequestheader.htm
rename : testing/web-platform/tests/XMLHttpRequest/status-async.htm => testing/web-platform/tests/xhr/status-async.htm
rename : testing/web-platform/tests/XMLHttpRequest/status-basic.htm => testing/web-platform/tests/xhr/status-basic.htm
rename : testing/web-platform/tests/XMLHttpRequest/status-error.htm => testing/web-platform/tests/xhr/status-error.htm
rename : testing/web-platform/tests/XMLHttpRequest/template-element.html => testing/web-platform/tests/xhr/template-element.html
rename : testing/web-platform/tests/XMLHttpRequest/timeout-cors-async.htm => testing/web-platform/tests/xhr/timeout-cors-async.htm
rename : testing/web-platform/tests/XMLHttpRequest/timeout-sync.htm => testing/web-platform/tests/xhr/timeout-sync.htm
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-basic.htm => testing/web-platform/tests/xhr/xmlhttprequest-basic.htm
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-eventtarget.htm => testing/web-platform/tests/xhr/xmlhttprequest-eventtarget.htm
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-network-error-sync.htm => testing/web-platform/tests/xhr/xmlhttprequest-network-error-sync.htm
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-network-error.htm => testing/web-platform/tests/xhr/xmlhttprequest-network-error.htm
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html => testing/web-platform/tests/xhr/xmlhttprequest-sync-block-defer-scripts-subframe.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html => testing/web-platform/tests/xhr/xmlhttprequest-sync-block-defer-scripts.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts.html => testing/web-platform/tests/xhr/xmlhttprequest-sync-block-scripts.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-subframe.html => testing/web-platform/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader-subframe.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader.html => testing/web-platform/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-aborted.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-aborted.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-abortedonmain.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-overrides.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-overrides.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-overridesexpires.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-reused.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-reused.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-simple.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-simple.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-synconmain.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-twice.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-twice.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-aborted.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-overrides.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-overridesexpires.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-simple.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-synconworker.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html => testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-twice.html
rename : testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-unsent.htm => testing/web-platform/tests/xhr/xmlhttprequest-unsent.htm
1575 files changed:
testing/web-platform/meta/MANIFEST.json
testing/web-platform/meta/mozilla-sync
testing/web-platform/moz.build
testing/web-platform/tests/.travis.yml
testing/web-platform/tests/2dcontext/imagebitmap/common.js
testing/web-platform/tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html
testing/web-platform/tests/2dcontext/imagebitmap/createImageBitmap-invalid-args.html
testing/web-platform/tests/FileAPI/BlobURL/support/file_test1.js [deleted file]
testing/web-platform/tests/FileAPI/BlobURL/support/file_test3.html [deleted file]
testing/web-platform/tests/FileAPI/BlobURL/test1-manual.html [deleted file]
testing/web-platform/tests/FileAPI/BlobURL/test3-manual.html [deleted file]
testing/web-platform/tests/FileAPI/FileReader/test_notreadableerrors-manual.html [new file with mode: 0644]
testing/web-platform/tests/FileAPI/FileReader/test_securityerrors-manual.html [new file with mode: 0644]
testing/web-platform/tests/FileAPI/blob/Blob-Request-revoke-fetch.html [deleted file]
testing/web-platform/tests/FileAPI/blob/Blob-XHR-revoke.html [deleted file]
testing/web-platform/tests/FileAPI/file/File-constructor.html
testing/web-platform/tests/FileAPI/url/blob-url-in-sandboxed-iframe.html [deleted file]
testing/web-platform/tests/FileAPI/url/cross-global-revoke.sub.html [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/origin.sub.html [deleted file]
testing/web-platform/tests/FileAPI/url/resources/create-helper.html [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/resources/create-helper.js [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/resources/fetch-tests.js [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/resources/revoke-helper.html [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/resources/revoke-helper.js [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/sandboxed-iframe.html [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/unicode-origin.sub.html [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/url-format.any.js [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/url-in-tags.window.js [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/url-lifetime.html [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/url-with-fetch.any.js [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/url-with-xhr.any.js [new file with mode: 0644]
testing/web-platform/tests/FileAPI/url/url_createobjecturl_blob.html [deleted file]
testing/web-platform/tests/FileAPI/url/url_xmlhttprequest.html [deleted file]
testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/digest/digest.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/digest/digest.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/rsa.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/idlharness.html [deleted file]
testing/web-platform/tests/WebCryptoAPI/idlharness.https.html
testing/web-platform/tests/WebCryptoAPI/idlharness.https.worker.js [new file with mode: 0644]
testing/web-platform/tests/WebCryptoAPI/idlharness.worker.js [deleted file]
testing/web-platform/tests/WebCryptoAPI/import_export/ec_importKey.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/import_export/ec_importKey.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/import_export/rsa_importKey.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/import_export/rsa_importKey.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/import_export/symmetric_importKey.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/import_export/symmetric_importKey.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/sign_verify/ecdsa.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/sign_verify/ecdsa.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/sign_verify/hmac.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/sign_verify/hmac.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pkcs.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js with 100% similarity]
testing/web-platform/tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker.js [moved from testing/web-platform/tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.js with 100% similarity]
testing/web-platform/tests/XMLHttpRequest/access-control-and-redirects-async-same-origin.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-and-redirects-async.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-and-redirects.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-access-control-origin-header-data-url.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-access-control-origin-header.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-async.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-non-cors-safelisted-method-async.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-non-cors-safelisted-method.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-preflight-cache-invalidation-by-header.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-preflight-cache-invalidation-by-method.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-preflight-cache-timeout.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-preflight-cache.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow-star.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-allow.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-cors-safelisted-request-headers.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-cors-safelisted-response-headers.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-denied.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-get-fail-non-simple.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-non-cors-safelisted-content-type.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-post-success-no-content-type.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-post-with-non-cors-safelisted-content-type.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-basic-preflight-denied.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-async-header-denied.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-async-method-denied.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-async-not-supported.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-credential-async.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-credential-sync.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-headers-async.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-headers-sync.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-request-header-lowercase.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-request-header-sorted.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-request-headers-origin.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-request-invalid-status-301.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-request-invalid-status-400.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-request-invalid-status-501.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-request-must-not-contain-cookie.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-sync-header-denied.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-sync-method-denied.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-preflight-sync-not-supported.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-recursive-failed-request.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-response-with-body-sync.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-response-with-body.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-response-with-exposed-headers.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-sandboxed-iframe-allow-origin-null.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-sandboxed-iframe-allow.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-sandboxed-iframe-denied-without-wildcard.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/access-control-sandboxed-iframe-denied.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/allow-lists-starting-with-comma.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/event-upload-progress-crossorigin.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/interfaces.html [deleted file]
testing/web-platform/tests/XMLHttpRequest/open-url-fragment.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/security-consideration.sub.html [deleted file]
testing/web-platform/tests/XMLHttpRequest/send-after-setting-document-domain.htm [deleted file]
testing/web-platform/tests/XMLHttpRequest/timeout-multiple-fetches.html [deleted file]
testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-default-feature-policy.sub.html [deleted file]
testing/web-platform/tests/accelerometer/Accelerometer-disabled-by-feature-policy.https.html
testing/web-platform/tests/accelerometer/Accelerometer-enabled-by-feature-policy-attribute-redirect-on-load.https.html
testing/web-platform/tests/accelerometer/Accelerometer-enabled-by-feature-policy-attribute.https.html
testing/web-platform/tests/accelerometer/Accelerometer-enabled-by-feature-policy.https.html
testing/web-platform/tests/accelerometer/Accelerometer-enabled-on-self-origin-by-feature-policy.https.html
testing/web-platform/tests/accelerometer/Accelerometer.https.html
testing/web-platform/tests/accelerometer/Accelerometer_insecure_context.html
testing/web-platform/tests/accelerometer/Accelerometer_onerror-manual.https.html
testing/web-platform/tests/ambient-light/AmbientLightSensor-disabled-by-feature-policy.https.html
testing/web-platform/tests/ambient-light/AmbientLightSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html
testing/web-platform/tests/ambient-light/AmbientLightSensor-enabled-by-feature-policy-attribute.https.html
testing/web-platform/tests/ambient-light/AmbientLightSensor-enabled-by-feature-policy.https.html
testing/web-platform/tests/ambient-light/AmbientLightSensor-enabled-on-self-origin-by-feature-policy.https.html
testing/web-platform/tests/beacon/beacon-common.sub.js
testing/web-platform/tests/beacon/beacon-cors.sub.window.js
testing/web-platform/tests/beacon/resources/beacon.py
testing/web-platform/tests/bluetooth/README.md
testing/web-platform/tests/bluetooth/characteristic/characteristicProperties.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/getDescriptor/gen-characteristic-is-removed.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/getDescriptor/gen-descriptor-get-same-object.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/getDescriptors/gen-characteristic-is-removed-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/getDescriptors/gen-characteristic-is-removed.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/getDescriptors/gen-descriptor-get-same-object.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/notifications/characteristic-is-removed.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/readValue/add-multiple-event-listeners.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/readValue/characteristic-is-removed.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/readValue/event-is-fired.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/readValue/gen-characteristic-is-removed.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/readValue/read-succeeds.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/readValue/read-updates-value.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/startNotifications/gen-characteristic-is-removed.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/writeValue/characteristic-is-removed.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/writeValue/gen-characteristic-is-removed.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/characteristic/writeValue/write-succeeds.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/generate.py [new file with mode: 0644]
testing/web-platform/tests/bluetooth/generate_test.py [new file with mode: 0755]
testing/web-platform/tests/bluetooth/idl/idl-Bluetooth.html
testing/web-platform/tests/bluetooth/idl/idl-NavigatorBluetooth.html
testing/web-platform/tests/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/acceptAllDevices/device-with-name.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/acceptAllDevices/optional-services-present.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/device-name-longer-than-29-bytes.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name-unicode.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix-unicode.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/max-length-name-unicode.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/max-length-name.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix-unicode.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/resources/bluetooth-helpers.js
testing/web-platform/tests/bluetooth/resources/health-thermometer-iframe.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/base_test_html.template [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/characteristic/characteristic-is-removed.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/characteristic/descriptor-get-same-object.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/disconnect-called-before.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/disconnect-called-during-error.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/disconnect-called-during-success.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/disconnect-invalidates-objects.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/disconnected-device.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/discovery-complete-no-permission-absent-service.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/discovery-complete-service-not-found.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/garbage-collection-ran-during-error.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/garbage-collection-ran-during-success.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/get-different-service-after-reconnection.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/get-same-object.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/invalid-service-name.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/no-permission-absent-service.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/no-permission-for-any-service.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/no-permission-present-service.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/script-tests/server/service-not-found.js [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/connect/connection-succeeds.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/connect/garbage-collection-ran-during-success.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/connect/get-same-gatt-server.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/device-same-object.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/disconnect/connect-disconnect-twice.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/disconnect/detach-gc.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/disconnect/disconnect-twice-in-a-row.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/disconnect/gc-detach.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-disconnect-called-before.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-disconnect-called-during-error.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-disconnect-called-during-success.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-disconnect-invalidates-objects.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-disconnected-device.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-discovery-complete-no-permission-absent-service.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-discovery-complete-service-not-found.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-garbage-collection-ran-during-error.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-garbage-collection-ran-during-success.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-get-different-service-after-reconnection.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-get-same-object.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-invalid-service-name.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-no-permission-absent-service.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-no-permission-for-any-service.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-no-permission-present-service.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryService/gen-service-not-found.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnect-called-before-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnect-called-before.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnect-called-during-error-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnect-called-during-error.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnect-called-during-success-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnect-called-during-success.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnect-invalidates-objects-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnect-invalidates-objects.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnected-device-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-disconnected-device.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-discovery-complete-no-permission-absent-service-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-discovery-complete-service-not-found-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-garbage-collection-ran-during-error-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-garbage-collection-ran-during-error.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-garbage-collection-ran-during-success-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-garbage-collection-ran-during-success.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-get-different-service-after-reconnection-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-get-different-service-after-reconnection.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-get-same-object-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-get-same-object.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-invalid-service-name.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-no-permission-absent-service-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-no-permission-for-any-service-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-no-permission-for-any-service.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-no-permission-present-service-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/server/getPrimaryServices/gen-service-not-found-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/service/getCharacteristic/characteristic-found.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/service/getCharacteristics/blocklisted-characteristics.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/service/getCharacteristics/characteristics-found-with-uuid.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/service/getCharacteristics/characteristics-found.https.html [new file with mode: 0644]
testing/web-platform/tests/bluetooth/service/getCharacteristics/characteristics-not-found.https.html [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/form-action/form-action-self-allowed-target-blank.html [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/prefetch-src/prefetch-allowed.html [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/prefetch-src/prefetch-blocked.html [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/prefetch-src/prefetch-header-allowed.html [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/prefetch-src/prefetch-header-allowed.html.headers [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/prefetch-src/prefetch-header-blocked.html [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/support/checkReport.sub.js
testing/web-platform/tests/content-security-policy/support/postmessage-pass-to-opener.html [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/support/prefetch-helper.js [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/support/prefetch-subresource.css [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/support/prefetch-subresource.css.headers [new file with mode: 0644]
testing/web-platform/tests/content-security-policy/support/report.py
testing/web-platform/tests/cors/README.md
testing/web-platform/tests/css/CSS2/colors/color-030.xht [deleted file]
testing/web-platform/tests/css/CSS2/lists/counter-increment-014-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-014.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-021-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-021.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-022.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-027-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-027.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-034-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-034.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-035.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-040-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-040.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-047-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-047.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-048.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-053-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-053.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-054-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-054.xht
testing/web-platform/tests/css/CSS2/lists/counter-increment-055-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/lists/counter-increment-055.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-001.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-002.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-003.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-004.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-005.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-006.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-007.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-008.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-009.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-010.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-011.xht
testing/web-platform/tests/css/CSS2/selectors/class-selector-012-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/class-selector-012.xht
testing/web-platform/tests/css/CSS2/selectors/first-child-selector-001-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/first-child-selector-001.xht
testing/web-platform/tests/css/CSS2/selectors/first-child-selector-002-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/first-child-selector-002.xht
testing/web-platform/tests/css/CSS2/selectors/first-child-selector-003.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-000-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-000.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-001-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-001.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-002-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-002.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-003-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-003.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-004.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-005-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-005.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-007-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-007.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-008.xht
testing/web-platform/tests/css/CSS2/selectors/first-letter-selector-019.xht
testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-017.xht
testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-019.xht
testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-020.xht
testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-021.xht
testing/web-platform/tests/css/CSS2/selectors/first-line-selector-010.xht
testing/web-platform/tests/css/CSS2/selectors/id-selector-002.xht
testing/web-platform/tests/css/CSS2/selectors/lang-selector-004-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/lang-selector-004.xht
testing/web-platform/tests/css/CSS2/selectors/lang-selector-005.xht
testing/web-platform/tests/css/CSS2/selectors/lang-selector-006.xht
testing/web-platform/tests/css/CSS2/selectors/pseudo-006.xht
testing/web-platform/tests/css/CSS2/selectors/pseudo-007.xht
testing/web-platform/tests/css/CSS2/selectors/pseudo-008-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/selectors/pseudo-008.xht
testing/web-platform/tests/css/CSS2/syntax/at-charset-004.xht
testing/web-platform/tests/css/CSS2/syntax/at-charset-005.xht
testing/web-platform/tests/css/CSS2/syntax/at-charset-006.xht
testing/web-platform/tests/css/CSS2/syntax/comments-005.xht
testing/web-platform/tests/css/CSS2/syntax/ident-003.xht
testing/web-platform/tests/css/CSS2/syntax/ident-020.xht [deleted file]
testing/web-platform/tests/css/CSS2/syntax/support/.htaccess [deleted file]
testing/web-platform/tests/css/CSS2/syntax/support/at-charset-001.css.headers [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/syntax/support/at-charset-002.css.headers [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/syntax/support/at-charset-003.css.headers [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/syntax/support/at-charset-004.css [deleted file]
testing/web-platform/tests/css/CSS2/syntax/support/at-charset-005.css [deleted file]
testing/web-platform/tests/css/CSS2/syntax/support/at-charset-006.css [deleted file]
testing/web-platform/tests/css/CSS2/syntax/support/plaintext.css.headers [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-001-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-001.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-002-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-002.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-003-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-003.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-005.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-006-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-006.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-007.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-008-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-008.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-009.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-010.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-011.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-012.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-013.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-014.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-015.xht
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-017-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/caption-side-applies-to-017.xht
testing/web-platform/tests/css/CSS2/tables/collapsing-border-model-001-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/collapsing-border-model-001.xht
testing/web-platform/tests/css/CSS2/tables/collapsing-border-model-003-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/CSS2/tables/collapsing-border-model-003.xht
testing/web-platform/tests/css/CSS2/tables/collapsing-border-model-004.xht
testing/web-platform/tests/css/CSS2/tables/collapsing-border-model-007.xht
testing/web-platform/tests/css/CSS2/tables/collapsing-border-model-008.xht
testing/web-platform/tests/css/CSS2/tables/collapsing-border-model-009.xht
testing/web-platform/tests/css/CSS2/tables/row-visibility-001.xht
testing/web-platform/tests/css/CSS2/tables/row-visibility-002.xht
testing/web-platform/tests/css/CSS2/tables/table-cell-001.xht
testing/web-platform/tests/css/css-align/content-distribution/parse-align-content-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-align-content-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-align-content-003.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-align-content-004.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-align-content-005.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-justify-content-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-justify-content-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-justify-content-003.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-justify-content-004.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/parse-justify-content-005.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/content-distribution/place-content-shorthand-001.html
testing/web-platform/tests/css/css-align/content-distribution/place-content-shorthand-002.html
testing/web-platform/tests/css/css-align/content-distribution/place-content-shorthand-004.html
testing/web-platform/tests/css/css-align/content-distribution/place-content-shorthand-006.html
testing/web-platform/tests/css/css-align/default-alignment/parse-align-items-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-align-items-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-align-items-003.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-align-items-004.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-align-items-005.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-justify-items-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-justify-items-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-justify-items-003.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-justify-items-004.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-justify-items-005.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/parse-justify-items-006.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/default-alignment/place-items-shorthand-001.html
testing/web-platform/tests/css/css-align/default-alignment/place-items-shorthand-002.html
testing/web-platform/tests/css/css-align/default-alignment/place-items-shorthand-004.html
testing/web-platform/tests/css/css-align/default-alignment/place-items-shorthand-006.html
testing/web-platform/tests/css/css-align/resources/alignment-parsing-utils.js
testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-003.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-004.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-align-self-005.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-003.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-004.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/parse-justify-self-005.html [new file with mode: 0644]
testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-001.html
testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-002.html
testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-004.html
testing/web-platform/tests/css/css-align/self-alignment/place-self-shorthand-006.html
testing/web-platform/tests/css/css-backgrounds/background-clip/clip-rounded-corner-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-backgrounds/background-clip/clip-rounded-corner.html [new file with mode: 0644]
testing/web-platform/tests/css/css-backgrounds/background-image-centered-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-backgrounds/background-image-centered.html [new file with mode: 0644]
testing/web-platform/tests/css/css-backgrounds/background-repeat/gradient-repeat-spaced-with-borders.html [new file with mode: 0644]
testing/web-platform/tests/css/css-backgrounds/background-repeat/reference/gradient-repeat-spaced-with-borders.html [new file with mode: 0644]
testing/web-platform/tests/css/css-content/element-replacement-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-content/element-replacement.html [new file with mode: 0644]
testing/web-platform/tests/css/css-content/resources/rect.svg [new file with mode: 0644]
testing/web-platform/tests/css/css-display/display-contents-before-after-001.html
testing/web-platform/tests/css/css-display/display-contents-before-after-002.html
testing/web-platform/tests/css/css-display/display-contents-before-after-003.html
testing/web-platform/tests/css/css-display/display-contents-button.html
testing/web-platform/tests/css/css-display/display-contents-fieldset.html
testing/web-platform/tests/css/css-display/display-contents-pass-ref.html
testing/web-platform/tests/css/css-display/display-contents-svg-anchor-child.html [new file with mode: 0644]
testing/web-platform/tests/css/css-display/display-contents-svg-switch-child.html [new file with mode: 0644]
testing/web-platform/tests/css/css-display/display-contents-td-001.html
testing/web-platform/tests/css/css-display/display-contents-text-inherit-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-display/display-contents-unusual-html-elements-none.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-01-ref.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-01.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-02-ref.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-02.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-03.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-04.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-05-ref.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-05.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-06.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-07.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-08.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-09.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-10.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-11.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-12.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-13.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-14.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-15.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-16.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-17.html
testing/web-platform/tests/css/css-fonts/font-variant-alternates-18.html
testing/web-platform/tests/css/css-grid/abspos/grid-positioned-items-content-alignment-001.html
testing/web-platform/tests/css/css-grid/abspos/grid-positioned-items-content-alignment-rtl-001.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-001.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-002.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-003.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-004.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-005.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-006.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-007.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-008.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-009.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-010.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-011.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-012.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-013.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-014.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-015.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-016.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-017.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-018.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-019.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-020.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-021.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-022.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-023.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-024.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-025.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-026.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-027.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-028.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-029.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-030.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-031.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-032.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-033.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-034.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-035.html
testing/web-platform/tests/css/css-grid/alignment/grid-alignment-implies-size-change-036.html
testing/web-platform/tests/css/css-grid/alignment/support/100x100-green.png [new file with mode: 0644]
testing/web-platform/tests/css/css-grid/alignment/support/style-change.js [new file with mode: 0644]
testing/web-platform/tests/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-grid/support/grid-alignment.css [deleted file]
testing/web-platform/tests/css/css-grid/support/style-change.js [deleted file]
testing/web-platform/tests/css/css-images/gradient-border-box-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/gradient-border-box.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/gradient-content-box-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/gradient-content-box.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/gradient-crash-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/gradient-crash.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/tiled-gradients-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/tiled-gradients.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/tiled-radial-gradients-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-images/tiled-radial-gradients.html [new file with mode: 0644]
testing/web-platform/tests/css/css-masking/parsing/clip-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-masking/parsing/clip-path-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-masking/parsing/clip-path-valid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-masking/parsing/clip-rule-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-masking/parsing/clip-rule-valid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-masking/parsing/clip-valid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-masking/parsing/resources/parsing-testcommon.js [new file with mode: 0644]
testing/web-platform/tests/css/css-multicol/extremely-tall-multicol-with-extremely-tall-child-crash.html [new file with mode: 0644]
testing/web-platform/tests/css/css-multicol/multicol-fill-balance-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-multicol/multicol-nested-column-rule-001-ref.xht
testing/web-platform/tests/css/css-multicol/multicol-nested-column-rule-001.xht
testing/web-platform/tests/css/css-paint-api/paint2d-image-ref.html
testing/web-platform/tests/css/css-paint-api/paint2d-image.https.html
testing/web-platform/tests/css/css-paint-api/parse-input-arguments-018-ref.html
testing/web-platform/tests/css/css-paint-api/parse-input-arguments-018.https.html
testing/web-platform/tests/css/css-paint-api/resources/html5.png [new file with mode: 0644]
testing/web-platform/tests/css/css-paint-api/style-background-image.https.html
testing/web-platform/tests/css/css-paint-api/style-before-pseudo.https.html
testing/web-platform/tests/css/css-position/position-sticky-bottom-ref.html [deleted file]
testing/web-platform/tests/css/css-position/position-sticky-bottom.html
testing/web-platform/tests/css/css-position/position-sticky-left-ref.html [deleted file]
testing/web-platform/tests/css/css-position/position-sticky-left.html
testing/web-platform/tests/css/css-position/position-sticky-rendering-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-position/position-sticky-rendering.html [new file with mode: 0644]
testing/web-platform/tests/css/css-position/position-sticky-right-ref.html [deleted file]
testing/web-platform/tests/css/css-position/position-sticky-right.html
testing/web-platform/tests/css/css-position/position-sticky-top-ref.html [deleted file]
testing/web-platform/tests/css/css-position/position-sticky-top.html
testing/web-platform/tests/css/css-position/resources/sticky-util.js [new file with mode: 0644]
testing/web-platform/tests/css/css-pseudo/first-letter-004-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-pseudo/first-letter-004.html [new file with mode: 0644]
testing/web-platform/tests/css/css-scoping/css-scoping-shadow-nested-slot-display-override.html [new file with mode: 0644]
testing/web-platform/tests/css/css-shapes/parsing/resources/parsing-testcommon.js [new file with mode: 0644]
testing/web-platform/tests/css/css-shapes/parsing/shape-image-threshold-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-shapes/parsing/shape-image-threshold-valid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-shapes/parsing/shape-margin-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-shapes/parsing/shape-margin-valid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-shapes/parsing/shape-outside-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-shapes/parsing/shape-outside-valid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-tables/fixup-dynamic-anonymous-inline-table-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-tables/fixup-dynamic-anonymous-inline-table-002.html [new file with mode: 0644]
testing/web-platform/tests/css/css-tables/fixup-dynamic-anonymous-inline-table-003.html [new file with mode: 0644]
testing/web-platform/tests/css/css-tables/fixup-dynamic-anonymous-table-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/resources/1x1-green.png [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/resources/testhelper.js [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-normalization/normalize-ident.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-normalization/normalize-numeric.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-normalization/normalize-resource.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-normalization/normalize-tokens.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-normalization/positionvalue-normalization.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-normalization/transformvalue-normalization.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-objects/interface.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-objects/parse-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-objects/parse.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-objects/parseAll-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-objects/parseAll.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssKeywordValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssMathValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssPositionValue.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUnparsedValue.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-serialization/cssUrlImageValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-interface.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssKeywordValue.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssMatrixComponent.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssPerspective.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssPositionValue-interface.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssPositionValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssRotation.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssScale.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssSkew.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssTransformValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssTranslation.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/arithmetic.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/numeric-factory.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/numeric-typing.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/parse.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/to.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/stylevalue-subclasses/numeric-objects/toSum.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/computed/computed.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/computed/get-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/computed/get.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/computed/getAll.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/computed/getProperties.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/computed/has.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/computed/iterable.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/append.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/declared.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/delete-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/delete.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/get-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/get.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/getAll.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/getProperties.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/has.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/iterable.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/set.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/test.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/declared/update.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/append.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/delete-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/delete.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/get-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/get.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/getAll.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/getProperties.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/has.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/iterable.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/set.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/inline/update.tentative.html [new file with mode: 0644]
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/interface.html [new file with mode: 0644]
testing/web-platform/tests/css/css-values/calc-in-color-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-values/calc-serialization.html [new file with mode: 0644]
testing/web-platform/tests/css/css-values/lh-rlh-on-root-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-values/lh-unit-001.html [new file with mode: 0644]
testing/web-platform/tests/css/css-values/lh-unit-002.html [new file with mode: 0644]
testing/web-platform/tests/css/cssom/stylesheet-replacedata-dynamic-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/cssom/stylesheet-replacedata-dynamic.html [new file with mode: 0644]
testing/web-platform/tests/css/motion/offset-anchor-transform-box-fill-box-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/motion/offset-anchor-transform-box-fill-box.html [new file with mode: 0644]
testing/web-platform/tests/css/selectors/hover-002-manual.html [new file with mode: 0644]
testing/web-platform/tests/css/selectors/invalidation/matches.html [new file with mode: 0644]
testing/web-platform/tests/css/selectors/selector-structural-pseudo-root-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/selectors/selector-structural-pseudo-root.html [new file with mode: 0644]
testing/web-platform/tests/css/selectors/selectors-attr-white-space-001-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/selectors/selectors-attr-white-space-001.html [new file with mode: 0644]
testing/web-platform/tests/css/selectors/user-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/support/alignment.css [new file with mode: 0644]
testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-003-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-003.html [new file with mode: 0644]
testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/position-absolute-containing-block-001-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/position-absolute-containing-block-001.html [new file with mode: 0644]
testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/position-absolute-containing-block-002-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/position-absolute-containing-block-002.html [new file with mode: 0644]
testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/reftest.list
testing/web-platform/tests/device-memory/device-memory.https.any.js [new file with mode: 0644]
testing/web-platform/tests/docs/_running-tests/chrome_android.md [new file with mode: 0644]
testing/web-platform/tests/dom/nodes/selectors.js
testing/web-platform/tests/domparsing/xmldomparser.html [new file with mode: 0644]
testing/web-platform/tests/fetch/README.md
testing/web-platform/tests/fetch/api/basic/request-headers-case.any.js
testing/web-platform/tests/fetch/api/request/destination/fetch-destination-iframe.https.html [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/fetch-destination-no-load-event.https.html [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/fetch-destination-worker.https.html [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/fetch-destination.https.html [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy.es [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy.es.headers [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy.html [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy.png [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy.ttf [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy_audio.mp3 [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy_audio.oga [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy_video.mp4 [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/dummy_video.ogv [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/empty.https.html [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/fetch-destination-worker-iframe.js [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/fetch-destination-worker-no-load-event.js [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/fetch-destination-worker.js [new file with mode: 0644]
testing/web-platform/tests/fetch/api/request/destination/resources/importer.js [new file with mode: 0644]
testing/web-platform/tests/fetch/api/response/response-trailer.html
testing/web-platform/tests/fetch/http-cache/cc-request.html
testing/web-platform/tests/fetch/http-cache/heuristic.html
testing/web-platform/tests/fetch/http-cache/partial.html
testing/web-platform/tests/fetch/http-cache/vary.html
testing/web-platform/tests/fetch/security/redirect-to-url-with-credentials.https.html [new file with mode: 0644]
testing/web-platform/tests/gamepad/idlharness-manual.html
testing/web-platform/tests/gamepad/idlharness.html
testing/web-platform/tests/generic-sensor/generic-sensor-tests.js
testing/web-platform/tests/geolocation-sensor/GeolocationSensor-disabled-by-feature-policy.https.html
testing/web-platform/tests/geolocation-sensor/GeolocationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html
testing/web-platform/tests/geolocation-sensor/GeolocationSensor-enabled-by-feature-policy-attribute.https.html
testing/web-platform/tests/geolocation-sensor/GeolocationSensor-enabled-by-feature-policy.https.html
testing/web-platform/tests/geolocation-sensor/GeolocationSensor-enabled-on-self-origin-by-feature-policy.https.html
testing/web-platform/tests/gyroscope/Gyroscope-disabled-by-feature-policy.https.html
testing/web-platform/tests/gyroscope/Gyroscope-enabled-by-feature-policy-attribute-redirect-on-load.https.html
testing/web-platform/tests/gyroscope/Gyroscope-enabled-by-feature-policy-attribute.https.html
testing/web-platform/tests/gyroscope/Gyroscope-enabled-by-feature-policy.https.html
testing/web-platform/tests/gyroscope/Gyroscope-enabled-on-self-origin-by-feature-policy.https.html
testing/web-platform/tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html
testing/web-platform/tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_3.html
testing/web-platform/tests/html/dom/usvstring-reflection.html
testing/web-platform/tests/html/semantics/document-metadata/interactions-of-styling-and-scripting/conditionally-block-rendering-on-link-media-attr.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/document-metadata/interactions-of-styling-and-scripting/stylesheet.py [new file with mode: 0644]
testing/web-platform/tests/html/semantics/document-metadata/the-style-element/style_load_async.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/cues-chrono-order.vtt [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/large-timestamp.vtt [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/resources/metadata.vtt [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-change-event.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-css-cue-pseudo-class.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-negative-duration.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-negative-timestamp-events.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-negative-timestamp.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added-ref.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed-ref.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit-ref.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-transformed-video-ref.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-transformed-video.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cues-enter-exit.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-default-attribute.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-delete-during-setup.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-disabled-addcue.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-disabled.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-element-dom-change.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-element-src-change-error.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-element-src-change.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-id.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-insert-after-load.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-large-timestamp.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-load-error-readyState.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-load-from-element-readyState.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-load-from-src-readyState.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-mode-disabled.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-mode-triggers-loading.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-mode.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-node-add-remove.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-selection-metadata.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-text-track-cue-list.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-texttracks.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines-ref.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end-ref.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/vtt-cue-float-precision.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/forms/textfieldselection/select-event.html
testing/web-platform/tests/html/semantics/forms/textfieldselection/selection-not-application.html
testing/web-platform/tests/html/semantics/forms/textfieldselection/selection-start-end.html
testing/web-platform/tests/html/semantics/forms/textfieldselection/selection-value-interactions.html
testing/web-platform/tests/html/semantics/forms/the-input-element/datetime-local.html
testing/web-platform/tests/html/semantics/forms/the-input-element/month.html
testing/web-platform/tests/html/semantics/forms/the-input-element/range.html
testing/web-platform/tests/html/semantics/forms/the-input-element/type-change-state.html
testing/web-platform/tests/html/semantics/forms/the-input-element/week.html
testing/web-platform/tests/html/semantics/rellist-feature-detection.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/duplicated-imports-1.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/duplicated-imports-2.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/export-default.js [new file with mode: 0644]
testing/web-platform/tests/html/semantics/tabular-data/the-table-element/caption-methods.html
testing/web-platform/tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator.any.js
testing/web-platform/tests/images/pattern.mp4 [new file with mode: 0644]
testing/web-platform/tests/interfaces/OWNERS
testing/web-platform/tests/interfaces/WebCryptoAPI.idl [moved from testing/web-platform/tests/WebCryptoAPI/WebCryptoAPI.idl with 100% similarity]
testing/web-platform/tests/interfaces/gamepad.idl [new file with mode: 0644]
testing/web-platform/tests/interfaces/html.idl
testing/web-platform/tests/interfaces/proximity.idl [new file with mode: 0644]
testing/web-platform/tests/interfaces/screen-orientation.idl [new file with mode: 0644]
testing/web-platform/tests/interfaces/webxr.idl [new file with mode: 0644]
testing/web-platform/tests/interfaces/xhr.idl [new file with mode: 0644]
testing/web-platform/tests/keyboard-lock/idlharness.https.html
testing/web-platform/tests/keyboard-lock/navigator-cancelKeyboardLock.https.html [deleted file]
testing/web-platform/tests/keyboard-lock/navigator-keyboardLock-two-parallel-requests.https.html [new file with mode: 0644]
testing/web-platform/tests/keyboard-lock/navigator-keyboardLock-two-sequential-requests.https.html [new file with mode: 0644]
testing/web-platform/tests/keyboard-lock/navigator-keyboardLock.https.html [new file with mode: 0644]
testing/web-platform/tests/keyboard-lock/navigator-keyboardUnlock.https.html [new file with mode: 0644]
testing/web-platform/tests/keyboard-lock/navigator-requestKeyboardLock-two-parallel-requests.https.html [deleted file]
testing/web-platform/tests/keyboard-lock/navigator-requestKeyboardLock-two-sequential-requests.https.html [deleted file]
testing/web-platform/tests/keyboard-lock/navigator-requestKeyboardLock.https.html [deleted file]
testing/web-platform/tests/lint.whitelist
testing/web-platform/tests/magnetometer/Magnetometer-disabled-by-feature-policy.https.html
testing/web-platform/tests/magnetometer/Magnetometer-enabled-by-feature-policy-attribute-redirect-on-load.https.html
testing/web-platform/tests/magnetometer/Magnetometer-enabled-by-feature-policy-attribute.https.html
testing/web-platform/tests/magnetometer/Magnetometer-enabled-by-feature-policy.https.html
testing/web-platform/tests/magnetometer/Magnetometer-enabled-on-self-origin-by-feature-policy.https.html
testing/web-platform/tests/media-source/generate-config-change-tests.py [new file with mode: 0755]
testing/web-platform/tests/media-source/mediasource-addsourcebuffer.html
testing/web-platform/tests/media-source/mediasource-config-changes.js
testing/web-platform/tests/media-source/mediasource-is-type-supported.html
testing/web-platform/tests/media-source/mediasource-play.html
testing/web-platform/tests/orientation-sensor/AbsoluteOrientationSensor-disabled-by-feature-policy.https.html
testing/web-platform/tests/orientation-sensor/AbsoluteOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html
testing/web-platform/tests/orientation-sensor/AbsoluteOrientationSensor-enabled-by-feature-policy-attribute.https.html
testing/web-platform/tests/orientation-sensor/AbsoluteOrientationSensor-enabled-by-feature-policy.https.html
testing/web-platform/tests/orientation-sensor/AbsoluteOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html
testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor-disabled-by-feature-policy.https.html
testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html
testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor-enabled-by-feature-policy-attribute.https.html
testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor-enabled-by-feature-policy.https.html
testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor-enabled-on-self-origin-by-feature-policy.https.html
testing/web-platform/tests/payment-request/PaymentRequestUpdateEvent/constructor.https.html
testing/web-platform/tests/payment-request/payment-request-abort-method.https.html
testing/web-platform/tests/payment-request/payment-request-constructor-crash.https.html
testing/web-platform/tests/payment-request/payment-request-id-attribute.https.html
testing/web-platform/tests/performance-timeline/idlharness.html
testing/web-platform/tests/performance-timeline/po-takeRecords.html [new file with mode: 0644]
testing/web-platform/tests/pointerevents/pointerevent_fractional_coordinates-manual.html [new file with mode: 0644]
testing/web-platform/tests/pointerevents/resources/pointerevent_fractional_coordinates-iframe.html [new file with mode: 0644]
testing/web-platform/tests/pointerlock/movementX_Y_basic-manual.html
testing/web-platform/tests/preload/fetch-destination.https.html [deleted file]
testing/web-platform/tests/preload/resources/fetch-destination-worker.js [deleted file]
testing/web-platform/tests/presentation-api/receiving-ua/PresentationReceiver_create-manual.https.html
testing/web-platform/tests/presentation-api/receiving-ua/support/PresentationConnectionList_onconnectionavailable_receiving-ua.html
testing/web-platform/tests/presentation-api/receiving-ua/support/PresentationReceiver_create_receiving-ua.html
testing/web-platform/tests/presentation-api/receiving-ua/support/PresentationReceiver_create_receiving-ua_child.html
testing/web-platform/tests/proximity/DeviceProximityEvent_tests.html [deleted file]
testing/web-platform/tests/proximity/DeviceProximityEvent_tests.js [deleted file]
testing/web-platform/tests/proximity/ProximitySensor.https.html [new file with mode: 0644]
testing/web-platform/tests/proximity/ProximitySensor_insecure_context.html [new file with mode: 0644]
testing/web-platform/tests/proximity/ProximitySensor_onerror-manual.https.html [new file with mode: 0644]
testing/web-platform/tests/proximity/UserProximityEvent_tests.html [deleted file]
testing/web-platform/tests/proximity/UserProximityEvent_tests.js [deleted file]
testing/web-platform/tests/proximity/idlharness.html [deleted file]
testing/web-platform/tests/proximity/idlharness.https.html [new file with mode: 0644]
testing/web-platform/tests/quirks/active-and-hover-manual.html [moved from testing/web-platform/tests/quirks-mode/active-and-hover-manual.html with 100% similarity]
testing/web-platform/tests/quirks/blocks-ignore-line-height.html [moved from testing/web-platform/tests/quirks-mode/blocks-ignore-line-height.html with 100% similarity]
testing/web-platform/tests/quirks/classname-query-after-sibling-adoption.html [moved from testing/web-platform/tests/quirks-mode/classname-query-after-sibling-adoption.html with 100% similarity]
testing/web-platform/tests/quirks/hashless-hex-color.html [moved from testing/web-platform/tests/quirks-mode/hashless-hex-color.html with 100% similarity]
testing/web-platform/tests/quirks/historical/list-item-bullet-size-ref.html [moved from testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size-ref.html with 100% similarity]
testing/web-platform/tests/quirks/historical/list-item-bullet-size.html [moved from testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size.html with 100% similarity]
testing/web-platform/tests/quirks/line-height-calculation.html [moved from testing/web-platform/tests/quirks-mode/line-height-calculation.html with 100% similarity]
testing/web-platform/tests/quirks/percentage-height-calculation.html [moved from testing/web-platform/tests/quirks-mode/percentage-height-calculation.html with 100% similarity]
testing/web-platform/tests/quirks/supports.html [moved from testing/web-platform/tests/quirks-mode/supports.html with 100% similarity]
testing/web-platform/tests/quirks/table-cell-nowrap-minimum-width-calculation.html [moved from testing/web-platform/tests/quirks-mode/table-cell-nowrap-minimum-width-calculation.html with 100% similarity]
testing/web-platform/tests/quirks/table-cell-width-calculation.html [moved from testing/web-platform/tests/quirks-mode/table-cell-width-calculation.html with 100% similarity]
testing/web-platform/tests/quirks/unitless-length.html [moved from testing/web-platform/tests/quirks-mode/unitless-length.html with 100% similarity]
testing/web-platform/tests/resource-timing/resource_connection_reuse.html
testing/web-platform/tests/resource-timing/resource_dedicated_worker.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resource_dynamic_insertion.html
testing/web-platform/tests/resource-timing/resource_frame_initiator_type.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resource_ignore_data_url.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resource_ignore_failures.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resource_initiator_types.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resource_memory_cached.sub.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resource_redirects.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resource_reparenting.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resource_script_types.html [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resources/all_resource_types.htm [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resources/blank_page_green.htm [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resources/empty_script.js [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resources/fake_responses.py
testing/web-platform/tests/resource-timing/resources/green_frame.htm [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resources/nested.css [new file with mode: 0644]
testing/web-platform/tests/resource-timing/resources/worker_with_images.js [new file with mode: 0644]
testing/web-platform/tests/resource-timing/test_resource_timing.js
testing/web-platform/tests/resources/check-layout-th.js
testing/web-platform/tests/resources/chromium/fake_bluetooth.mojom.js
testing/web-platform/tests/resources/chromium/web-bluetooth-test.js
testing/web-platform/tests/resources/testharness.js
testing/web-platform/tests/resources/webidl2/lib/webidl2.js
testing/web-platform/tests/screen-orientation/interfaces.html [new file with mode: 0644]
testing/web-platform/tests/screen-orientation/orientation-api.html [deleted file]
testing/web-platform/tests/server-timing/cross_origin.html [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/0.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/0.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/1.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/1.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/10.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/10.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/11.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/11.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/12.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/12.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/13.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/13.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/14.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/14.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/15.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/15.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/16.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/16.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/17.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/17.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/18.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/18.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/19.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/19.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/2.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/2.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/20.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/20.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/21.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/21.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/22.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/22.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/23.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/23.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/24.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/24.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/25.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/25.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/26.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/26.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/27.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/27.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/28.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/28.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/29.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/29.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/3.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/3.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/30.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/30.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/31.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/31.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/32.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/32.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/33.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/33.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/34.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/34.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/35.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/35.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/36.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/36.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/37.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/37.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/38.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/38.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/39.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/39.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/4.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/4.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/40.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/40.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/41.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/41.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/42.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/42.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/43.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/43.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/44.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/44.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/45.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/45.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/46.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/46.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/47.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/47.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/48.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/48.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/49.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/49.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/5.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/5.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/50.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/50.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/51.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/51.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/52.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/52.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/53.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/53.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/54.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/54.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/55.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/55.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/56.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/56.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/57.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/57.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/58.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/58.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/59.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/59.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/6.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/6.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/60.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/60.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/61.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/61.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/62.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/62.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/63.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/63.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/64.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/64.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/65.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/65.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/66.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/66.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/67.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/67.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/68.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/68.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/69.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/69.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/7.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/7.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/70.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/70.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/71.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/71.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/72.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/72.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/73.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/73.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/74.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/74.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/75.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/75.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/76.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/76.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/77.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/77.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/78.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/78.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/79.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/79.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/8.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/8.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/80.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/80.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/81.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/81.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/82.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/82.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/83.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/83.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/9.js [new file with mode: 0644]
testing/web-platform/tests/server-timing/resources/parsing/9.js.sub.headers [new file with mode: 0644]
testing/web-platform/tests/server-timing/server_timing_header-parsing.html [new file with mode: 0644]
testing/web-platform/tests/server-timing/test_server_timing.html
testing/web-platform/tests/service-workers/service-worker/fetch-event-respond-with-custom-response.https.html [new file with mode: 0644]
testing/web-platform/tests/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html
testing/web-platform/tests/service-workers/service-worker/fetch-event.https.html
testing/web-platform/tests/service-workers/service-worker/resources/fetch-event-respond-with-custom-response-worker.js [new file with mode: 0644]
testing/web-platform/tests/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-iframe.html [deleted file]
testing/web-platform/tests/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-worker.js
testing/web-platform/tests/service-workers/service-worker/resources/fetch-request-no-freshness-headers-iframe.html
testing/web-platform/tests/service-workers/service-worker/resources/fetch-request-no-freshness-headers-script.py [new file with mode: 0644]
testing/web-platform/tests/service-workers/service-worker/resources/pass.txt [copied from testing/web-platform/tests/XMLHttpRequest/resources/pass.txt with 100% similarity]
testing/web-platform/tests/shadow-dom/event-composed-path-with-related-target.html
testing/web-platform/tests/svg/OWNERS
testing/web-platform/tests/svg/extensibility/foreignObject/properties.svg
testing/web-platform/tests/svg/path/closepath/segment-completing-ref.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/closepath/segment-completing.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/distance/pathLength-positive-ref.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/distance/pathLength-positive.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/distance/pathLength-zero-ref.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/distance/pathLength-zero.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/error-handling/bounding.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/error-handling/render-until-error-ref.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/error-handling/render-until-error.svg [new file with mode: 0644]
testing/web-platform/tests/svg/path/interfaces/SVGAnimatedPathData-removed.svg [new file with mode: 0644]
testing/web-platform/tests/svg/types/elements/SVGGeometryElement-rect.svg [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedAngle.html [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedBoolean.html [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedInteger.html [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedLength.html [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedLengthList.html [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedNumber.html [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedNumberList.html [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedPreserveAspectRatio.html [new file with mode: 0644]
testing/web-platform/tests/svg/types/scripted/SVGAnimatedRect.html [new file with mode: 0644]
testing/web-platform/tests/tools/ci/check_stability.py
testing/web-platform/tests/tools/ci/ci_tools_unittest.sh
testing/web-platform/tests/tools/manifest/XMLParser.py
testing/web-platform/tests/tools/manifest/manifest.py
testing/web-platform/tests/tools/runner/report.py
testing/web-platform/tests/tools/sslutils/base.py
testing/web-platform/tests/tools/tox.ini
testing/web-platform/tests/tools/webdriver/webdriver/client.py
testing/web-platform/tests/tools/webdriver/webdriver/protocol.py
testing/web-platform/tests/tools/webdriver/webdriver/servo.py [deleted file]
testing/web-platform/tests/tools/webdriver/webdriver/transport.py
testing/web-platform/tests/tools/wpt/browser.py
testing/web-platform/tests/tools/wpt/install.py
testing/web-platform/tests/tools/wpt/markdown.py
testing/web-platform/tests/tools/wpt/run.py
testing/web-platform/tests/tools/wpt/tests/test_stability.py [new file with mode: 0644]
testing/web-platform/tests/tools/wpt/tests/test_wpt.py
testing/web-platform/tests/tools/wpt/tox.ini
testing/web-platform/tests/tools/wpt/utils.py
testing/web-platform/tests/tools/wpt/virtualenv.py
testing/web-platform/tests/tools/wptrunner/MANIFEST.in
testing/web-platform/tests/tools/wptrunner/README.rst
testing/web-platform/tests/tools/wptrunner/docs/conf.py
testing/web-platform/tests/tools/wptrunner/docs/usage.rst
testing/web-platform/tests/tools/wptrunner/requirements_chrome_android.txt [new file with mode: 0644]
testing/web-platform/tests/tools/wptrunner/setup.py
testing/web-platform/tests/tools/wptrunner/test/test.py
testing/web-platform/tests/tools/wptrunner/tox.ini
testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/__init__.py
testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/b2g_setup/certtest_app.zip [deleted file]
testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/chrome_android.py [new file with mode: 0644]
testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox.py
testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/ie.py
testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/servo.py
testing/web-platform/tests/tools/wptrunner/wptrunner/environment.py
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/base.py
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/executormarionette.py
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/executorselenium.py
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/executorservo.py
testing/web-platform/tests/tools/wptrunner/wptrunner/executors/executorservodriver.py
testing/web-platform/tests/tools/wptrunner/wptrunner/manifestupdate.py
testing/web-platform/tests/tools/wptrunner/wptrunner/metadata.py
testing/web-platform/tests/tools/wptrunner/wptrunner/stability.py
testing/web-platform/tests/tools/wptrunner/wptrunner/testloader.py
testing/web-platform/tests/tools/wptrunner/wptrunner/testrunner.py
testing/web-platform/tests/tools/wptrunner/wptrunner/tests/test_hosts.py
testing/web-platform/tests/tools/wptrunner/wptrunner/update/__init__.py
testing/web-platform/tests/tools/wptrunner/wptrunner/update/sync.py
testing/web-platform/tests/tools/wptrunner/wptrunner/update/tree.py
testing/web-platform/tests/tools/wptrunner/wptrunner/vcs.py
testing/web-platform/tests/tools/wptrunner/wptrunner/webdriver_server.py
testing/web-platform/tests/tools/wptrunner/wptrunner/wptcommandline.py
testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/tests/test_serializer.py
testing/web-platform/tests/tools/wptrunner/wptrunner/wptmanifest/tests/test_tokenizer.py
testing/web-platform/tests/tools/wptrunner/wptrunner/wptrunner.py
testing/web-platform/tests/tools/wptrunner/wptrunner/wpttest.py
testing/web-platform/tests/tools/wptserve/docs/pipes.rst
testing/web-platform/tests/tools/wptserve/tests/functional/test_pipes.py
testing/web-platform/tests/tools/wptserve/wptserve/handlers.py
testing/web-platform/tests/tools/wptserve/wptserve/pipes.py
testing/web-platform/tests/tools/wptserve/wptserve/response.py
testing/web-platform/tests/tools/wptserve/wptserve/server.py
testing/web-platform/tests/tools/wptserve/wptserve/stash.py
testing/web-platform/tests/touch-events/historical.html
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade.sub.https.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/basic-link-no-upgrade.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/basic-link-no-upgrade.sub.html.headers [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/basic-link-upgrade.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/basic-link-upgrade.sub.html.headers [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-link-upgrade.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-link-upgrade.sub.html.headers [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-top-navigation-no-upgrade-1.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-top-navigation-no-upgrade-1.sub.html.headers [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-top-navigation-no-upgrade-2.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-top-navigation-upgrade-1.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-top-navigation-upgrade-1.sub.html.headers [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-top-navigation-upgrade-2.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-top-navigation-upgrade-2.sub.html.headers [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/iframe-top-navigation-upgrade-meta.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/resources/click-on-link.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/resources/dummy.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/resources/navigate-top-frame-upgrade.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/resources/navigate-top-frame-upgrade.sub.html.headers [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/resources/navigate-top-frame.sub.html [new file with mode: 0644]
testing/web-platform/tests/upgrade-insecure-requests/link-upgrade/resources/post-message-to-opener.sub.html [new file with mode: 0644]
testing/web-platform/tests/visual-viewport/viewport-resize-event-on-load-overflowing-page.html
testing/web-platform/tests/webauthn/OWNERS
testing/web-platform/tests/webauthn/createcredential-badargs-rp.https.html [new file with mode: 0644]
testing/web-platform/tests/webauthn/createcredential-passing.https.html [new file with mode: 0644]
testing/web-platform/tests/webauthn/getcredential-passing.https.html [new file with mode: 0644]
testing/web-platform/tests/webauthn/helpers.js
testing/web-platform/tests/webauthn/interfaces.idl
testing/web-platform/tests/webauthn/makecredential-badargs-accountinformation.https.html [deleted file]
testing/web-platform/tests/webauthn/makecredential-badargs-attestationchallenge.https.html [deleted file]
testing/web-platform/tests/webauthn/makecredential-badargs-cryptoparameters.https.html [deleted file]
testing/web-platform/tests/webauthn/securecontext.http.html [new file with mode: 0644]
testing/web-platform/tests/webauthn/securecontext.https.html [new file with mode: 0644]
testing/web-platform/tests/webdriver/tests/execute_async_script/__init__.py [new file with mode: 0644]
testing/web-platform/tests/webdriver/tests/execute_script/__init__.py [new file with mode: 0644]
testing/web-platform/tests/webdriver/tests/sessions/new_session/invalid_capabilities.py
testing/web-platform/tests/webdriver/tests/sessions/new_session/response.py
testing/web-platform/tests/webdriver/tests/sessions/new_session/support/create.py
testing/web-platform/tests/webmessaging/MessageEvent.html
testing/web-platform/tests/webrtc/RTCPeerConnection-setRemoteDescription-replaceTrack.https.html [new file with mode: 0644]
testing/web-platform/tests/webrtc/RTCPeerConnection-track-stats.https.html [new file with mode: 0644]
testing/web-platform/tests/webrtc/RTCSctpTransport-maxMessageSize.html
testing/web-platform/tests/webvtt/api/VTTCue/constructor-exceptions.html [new file with mode: 0644]
testing/web-platform/tests/webvtt/api/VTTRegion/constructor.html
testing/web-platform/tests/webvtt/api/VTTRegion/non-visible-cue-with-region.html [new file with mode: 0644]
testing/web-platform/tests/webvtt/parsing/file-parsing/tests/header-regions.html [new file with mode: 0644]
testing/web-platform/tests/webvtt/parsing/file-parsing/tests/support/header-regions.vtt [new file with mode: 0644]
testing/web-platform/tests/webxr/interfaces.https.html [new file with mode: 0644]
testing/web-platform/tests/workers/SharedWorkerPerformanceNow.html [new file with mode: 0644]
testing/web-platform/tests/workers/WorkerPerformanceNow.html [new file with mode: 0644]
testing/web-platform/tests/workers/support/WorkerSendingPerformanceNow.js [new file with mode: 0644]
testing/web-platform/tests/workers/worker-performance.worker.js
testing/web-platform/tests/worklets/layout-worklet-credentials.https.html [new file with mode: 0644]
testing/web-platform/tests/worklets/layout-worklet-csp.https.html [new file with mode: 0644]
testing/web-platform/tests/worklets/layout-worklet-import.https.html [new file with mode: 0644]
testing/web-platform/tests/worklets/layout-worklet-referrer.https.html [new file with mode: 0644]
testing/web-platform/tests/worklets/layout-worklet-service-worker-interception.https.html [new file with mode: 0644]
testing/web-platform/tests/worklets/resources/worklet-test-utils.js
testing/web-platform/tests/xhr/FormData-append.html [moved from testing/web-platform/tests/XMLHttpRequest/FormData-append.html with 100% similarity]
testing/web-platform/tests/xhr/OWNERS [moved from testing/web-platform/tests/XMLHttpRequest/OWNERS with 100% similarity]
testing/web-platform/tests/xhr/README.md [moved from testing/web-platform/tests/XMLHttpRequest/README.md with 100% similarity]
testing/web-platform/tests/xhr/XMLHttpRequest-withCredentials.any.js [moved from testing/web-platform/tests/XMLHttpRequest/XMLHttpRequest-withCredentials.any.js with 100% similarity]
testing/web-platform/tests/xhr/abort-after-receive.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-after-receive.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-after-send.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-after-send.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-after-stop.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-after-stop.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-after-timeout.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-after-timeout.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-during-done.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-during-done.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-during-headers-received.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-during-headers-received.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-during-loading.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-during-loading.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-during-open.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-during-open.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-during-open.js [moved from testing/web-platform/tests/XMLHttpRequest/abort-during-open.js with 100% similarity]
testing/web-platform/tests/xhr/abort-during-open.worker.js [moved from testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js with 100% similarity]
testing/web-platform/tests/xhr/abort-during-unsent.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-during-unsent.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-during-upload.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-during-upload.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-event-abort.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-event-abort.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-event-listeners.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-event-listeners.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-event-loadend.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-event-loadend.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-event-order.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-event-order.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-upload-event-abort.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-upload-event-abort.htm with 100% similarity]
testing/web-platform/tests/xhr/abort-upload-event-loadend.htm [moved from testing/web-platform/tests/XMLHttpRequest/abort-upload-event-loadend.htm with 100% similarity]
testing/web-platform/tests/xhr/access-control-and-redirects-async-same-origin.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-and-redirects-async.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-and-redirects.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-access-control-origin-header-data-url.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-access-control-origin-header.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-async.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-non-cors-safelisted-method-async.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-non-cors-safelisted-method.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-preflight-cache-invalidation-by-header.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-preflight-cache-invalidation-by-method.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-preflight-cache-timeout.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-preflight-cache.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow-star.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-allow.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-cors-safelisted-request-headers.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-cors-safelisted-response-headers.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-denied.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-get-fail-non-simple.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-non-cors-safelisted-content-type.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-post-success-no-content-type.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-post-with-non-cors-safelisted-content-type.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-basic-preflight-denied.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-async-header-denied.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-async-method-denied.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-async-not-supported.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-credential-async.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-credential-sync.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-headers-async.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-headers-sync.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-request-header-lowercase.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-request-header-sorted.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-request-headers-origin.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-request-invalid-status-301.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-request-invalid-status-400.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-request-invalid-status-501.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-request-must-not-contain-cookie.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-sync-header-denied.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-sync-method-denied.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-preflight-sync-not-supported.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-recursive-failed-request.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-response-with-body-sync.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-response-with-body.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-response-with-exposed-headers.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-sandboxed-iframe-allow-origin-null.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-sandboxed-iframe-allow.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-sandboxed-iframe-denied-without-wildcard.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/access-control-sandboxed-iframe-denied.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/allow-lists-starting-with-comma.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/anonymous-mode-unsupported.htm [moved from testing/web-platform/tests/XMLHttpRequest/anonymous-mode-unsupported.htm with 100% similarity]
testing/web-platform/tests/xhr/data-uri.htm [moved from testing/web-platform/tests/XMLHttpRequest/data-uri.htm with 100% similarity]
testing/web-platform/tests/xhr/event-abort.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-abort.htm with 100% similarity]
testing/web-platform/tests/xhr/event-error-order.sub.html [moved from testing/web-platform/tests/XMLHttpRequest/event-error-order.sub.html with 100% similarity]
testing/web-platform/tests/xhr/event-error.sub.html [moved from testing/web-platform/tests/XMLHttpRequest/event-error.sub.html with 100% similarity]
testing/web-platform/tests/xhr/event-load.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-load.htm with 100% similarity]
testing/web-platform/tests/xhr/event-loadend.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-loadend.htm with 100% similarity]
testing/web-platform/tests/xhr/event-loadstart-upload.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-loadstart-upload.htm with 100% similarity]
testing/web-platform/tests/xhr/event-loadstart.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-loadstart.htm with 100% similarity]
testing/web-platform/tests/xhr/event-progress.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-progress.htm with 100% similarity]
testing/web-platform/tests/xhr/event-readystate-sync-open.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-readystate-sync-open.htm with 100% similarity]
testing/web-platform/tests/xhr/event-readystatechange-loaded.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-readystatechange-loaded.htm with 100% similarity]
testing/web-platform/tests/xhr/event-timeout-order.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-timeout-order.htm with 100% similarity]
testing/web-platform/tests/xhr/event-timeout.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-timeout.htm with 100% similarity]
testing/web-platform/tests/xhr/event-upload-progress-crossorigin.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/event-upload-progress.htm [moved from testing/web-platform/tests/XMLHttpRequest/event-upload-progress.htm with 100% similarity]
testing/web-platform/tests/xhr/firing-events-http-content-length.html [moved from testing/web-platform/tests/XMLHttpRequest/firing-events-http-content-length.html with 100% similarity]
testing/web-platform/tests/xhr/firing-events-http-no-content-length.html [moved from testing/web-platform/tests/XMLHttpRequest/firing-events-http-no-content-length.html with 100% similarity]
testing/web-platform/tests/xhr/folder.txt [moved from testing/web-platform/tests/XMLHttpRequest/folder.txt with 100% similarity]
testing/web-platform/tests/xhr/formdata-blob.htm [moved from testing/web-platform/tests/XMLHttpRequest/formdata-blob.htm with 100% similarity]
testing/web-platform/tests/xhr/formdata-delete.htm [moved from testing/web-platform/tests/XMLHttpRequest/formdata-delete.htm with 100% similarity]
testing/web-platform/tests/xhr/formdata-foreach.html [moved from testing/web-platform/tests/XMLHttpRequest/formdata-foreach.html with 100% similarity]
testing/web-platform/tests/xhr/formdata-get.htm [moved from testing/web-platform/tests/XMLHttpRequest/formdata-get.htm with 100% similarity]
testing/web-platform/tests/xhr/formdata-has.htm [moved from testing/web-platform/tests/XMLHttpRequest/formdata-has.htm with 100% similarity]
testing/web-platform/tests/xhr/formdata-set.htm [moved from testing/web-platform/tests/XMLHttpRequest/formdata-set.htm with 100% similarity]
testing/web-platform/tests/xhr/formdata.htm [moved from testing/web-platform/tests/XMLHttpRequest/formdata.htm with 100% similarity]
testing/web-platform/tests/xhr/getallresponseheaders-cookies.htm [moved from testing/web-platform/tests/XMLHttpRequest/getallresponseheaders-cookies.htm with 100% similarity]
testing/web-platform/tests/xhr/getallresponseheaders-status.htm [moved from testing/web-platform/tests/XMLHttpRequest/getallresponseheaders-status.htm with 100% similarity]
testing/web-platform/tests/xhr/getallresponseheaders.htm [moved from testing/web-platform/tests/XMLHttpRequest/getallresponseheaders.htm with 100% similarity]
testing/web-platform/tests/xhr/getresponseheader-case-insensitive.htm [moved from testing/web-platform/tests/XMLHttpRequest/getresponseheader-case-insensitive.htm with 100% similarity]
testing/web-platform/tests/xhr/getresponseheader-chunked-trailer.htm [moved from testing/web-platform/tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm with 100% similarity]
testing/web-platform/tests/xhr/getresponseheader-cookies-and-more.htm [moved from testing/web-platform/tests/XMLHttpRequest/getresponseheader-cookies-and-more.htm with 100% similarity]
testing/web-platform/tests/xhr/getresponseheader-error-state.htm [moved from testing/web-platform/tests/XMLHttpRequest/getresponseheader-error-state.htm with 100% similarity]
testing/web-platform/tests/xhr/getresponseheader-server-date.htm [moved from testing/web-platform/tests/XMLHttpRequest/getresponseheader-server-date.htm with 100% similarity]
testing/web-platform/tests/xhr/getresponseheader-special-characters.htm [moved from testing/web-platform/tests/XMLHttpRequest/getresponseheader-special-characters.htm with 100% similarity]
testing/web-platform/tests/xhr/getresponseheader-unsent-opened-state.htm [moved from testing/web-platform/tests/XMLHttpRequest/getresponseheader-unsent-opened-state.htm with 100% similarity]
testing/web-platform/tests/xhr/headers-normalize-response.htm [moved from testing/web-platform/tests/XMLHttpRequest/headers-normalize-response.htm with 100% similarity]
testing/web-platform/tests/xhr/historical.html [moved from testing/web-platform/tests/XMLHttpRequest/historical.html with 100% similarity]
testing/web-platform/tests/xhr/interfaces.html [new file with mode: 0644]
testing/web-platform/tests/xhr/loadstart-and-state.html [moved from testing/web-platform/tests/XMLHttpRequest/loadstart-and-state.html with 100% similarity]
testing/web-platform/tests/xhr/no-utf16-json.htm [moved from testing/web-platform/tests/XMLHttpRequest/no-utf16-json.htm with 100% similarity]
testing/web-platform/tests/xhr/open-after-abort.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-after-abort.htm with 100% similarity]
testing/web-platform/tests/xhr/open-after-setrequestheader.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-after-setrequestheader.htm with 100% similarity]
testing/web-platform/tests/xhr/open-during-abort-event.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-during-abort-event.htm with 100% similarity]
testing/web-platform/tests/xhr/open-during-abort-processing.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-during-abort-processing.htm with 100% similarity]
testing/web-platform/tests/xhr/open-during-abort.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-during-abort.htm with 100% similarity]
testing/web-platform/tests/xhr/open-method-bogus.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-method-bogus.htm with 100% similarity]
testing/web-platform/tests/xhr/open-method-case-insensitive.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-method-case-insensitive.htm with 100% similarity]
testing/web-platform/tests/xhr/open-method-case-sensitive.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-method-case-sensitive.htm with 100% similarity]
testing/web-platform/tests/xhr/open-method-insecure.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-method-insecure.htm with 100% similarity]
testing/web-platform/tests/xhr/open-method-responsetype-set-sync.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-method-responsetype-set-sync.htm with 100% similarity]
testing/web-platform/tests/xhr/open-open-send.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-open-send.htm with 100% similarity]
testing/web-platform/tests/xhr/open-open-sync-send.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-open-sync-send.htm with 100% similarity]
testing/web-platform/tests/xhr/open-referer.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-referer.htm with 100% similarity]
testing/web-platform/tests/xhr/open-send-during-abort.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-send-during-abort.htm with 100% similarity]
testing/web-platform/tests/xhr/open-send-open.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-send-open.htm with 100% similarity]
testing/web-platform/tests/xhr/open-sync-open-send.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-sync-open-send.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-about-blank-window.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-about-blank-window.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-base-inserted-after-open.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-base-inserted-after-open.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-base-inserted.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-base-inserted.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-base.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-base.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-encoding.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-encoding.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-fragment.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/open-url-javascript-window-2.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-javascript-window-2.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-javascript-window.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-javascript-window.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-multi-window-2.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-2.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-multi-window-3.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-3.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-multi-window-4.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-4.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-multi-window-5.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-5.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-multi-window-6.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-6.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-multi-window.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-multi-window.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-redirected-worker-origin.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-redirected-worker-origin.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-worker-origin.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-worker-origin.htm with 100% similarity]
testing/web-platform/tests/xhr/open-url-worker-simple.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-url-worker-simple.htm with 100% similarity]
testing/web-platform/tests/xhr/open-user-password-non-same-origin.htm [moved from testing/web-platform/tests/XMLHttpRequest/open-user-password-non-same-origin.htm with 100% similarity]
testing/web-platform/tests/xhr/overridemimetype-blob.html [moved from testing/web-platform/tests/XMLHttpRequest/overridemimetype-blob.html with 100% similarity]
testing/web-platform/tests/xhr/overridemimetype-done-state.htm [moved from testing/web-platform/tests/XMLHttpRequest/overridemimetype-done-state.htm with 100% similarity]
testing/web-platform/tests/xhr/overridemimetype-headers-received-state-force-shiftjis.htm [moved from testing/web-platform/tests/XMLHttpRequest/overridemimetype-headers-received-state-force-shiftjis.htm with 100% similarity]
testing/web-platform/tests/xhr/overridemimetype-invalid-mime-type.htm [moved from testing/web-platform/tests/XMLHttpRequest/overridemimetype-invalid-mime-type.htm with 100% similarity]
testing/web-platform/tests/xhr/overridemimetype-loading-state.htm [moved from testing/web-platform/tests/XMLHttpRequest/overridemimetype-loading-state.htm with 100% similarity]
testing/web-platform/tests/xhr/overridemimetype-open-state-force-utf-8.htm [moved from testing/web-platform/tests/XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm with 100% similarity]
testing/web-platform/tests/xhr/overridemimetype-open-state-force-xml.htm [moved from testing/web-platform/tests/XMLHttpRequest/overridemimetype-open-state-force-xml.htm with 100% similarity]
testing/web-platform/tests/xhr/overridemimetype-unsent-state-force-shiftjis.htm [moved from testing/web-platform/tests/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm with 100% similarity]
testing/web-platform/tests/xhr/preserve-ua-header-on-redirect.htm [moved from testing/web-platform/tests/XMLHttpRequest/preserve-ua-header-on-redirect.htm with 100% similarity]
testing/web-platform/tests/xhr/progress-events-response-data-gzip.htm [moved from testing/web-platform/tests/XMLHttpRequest/progress-events-response-data-gzip.htm with 100% similarity]
testing/web-platform/tests/xhr/progressevent-constructor.html [moved from testing/web-platform/tests/XMLHttpRequest/progressevent-constructor.html with 100% similarity]
testing/web-platform/tests/xhr/progressevent-interface.html [moved from testing/web-platform/tests/XMLHttpRequest/progressevent-interface.html with 100% similarity]
testing/web-platform/tests/xhr/resources/accept-language.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/accept-language.py with 100% similarity]
testing/web-platform/tests/xhr/resources/accept.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/accept.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-allow-lists.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-allow-lists.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-allow-with-body.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-allow-with-body.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-auth-basic.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-auth-basic.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-allow-no-credentials.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow-no-credentials.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-allow-star.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow-star.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-allow.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-cors-safelisted-request-headers.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-cors-safelisted-request-headers.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-denied.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-denied.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-options-not-supported.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-options-not-supported.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache-invalidation.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache-invalidation.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache-timeout.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache-timeout.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-put-allow.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-put-allow.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-basic-whitelist-response-headers.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-whitelist-response-headers.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-cookie.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-cookie.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-origin-header.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-origin-header.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-preflight-denied.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-denied.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-preflight-request-header-lowercase.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-header-lowercase.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-preflight-request-header-sorted.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-header-sorted.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-preflight-request-headers-origin.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-headers-origin.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-preflight-request-invalid-status.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-invalid-status.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-preflight-request-must-not-contain-cookie.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-must-not-contain-cookie.py with 100% similarity]
testing/web-platform/tests/xhr/resources/access-control-sandboxed-iframe.html [moved from testing/web-platform/tests/XMLHttpRequest/resources/access-control-sandboxed-iframe.html with 100% similarity]
testing/web-platform/tests/xhr/resources/auth1/auth.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth1/auth.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth2/auth.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth2/auth.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth2/corsenabled.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth2/corsenabled.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth3/auth.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth3/auth.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth4/auth.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth4/auth.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth5/auth.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth5/auth.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth6/auth.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth6/auth.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth7/corsenabled.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth7/corsenabled.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth8/corsenabled-no-authorize.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth8/corsenabled-no-authorize.py with 100% similarity]
testing/web-platform/tests/xhr/resources/auth9/auth.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/auth9/auth.py with 100% similarity]
testing/web-platform/tests/xhr/resources/authentication.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/authentication.py with 100% similarity]
testing/web-platform/tests/xhr/resources/base.xml [moved from testing/web-platform/tests/XMLHttpRequest/resources/base.xml with 100% similarity]
testing/web-platform/tests/xhr/resources/chunked.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/chunked.py with 100% similarity]
testing/web-platform/tests/xhr/resources/conditional.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/conditional.py with 100% similarity]
testing/web-platform/tests/xhr/resources/content.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/content.py with 100% similarity]
testing/web-platform/tests/xhr/resources/corsenabled.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/corsenabled.py with 100% similarity]
testing/web-platform/tests/xhr/resources/delay.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/delay.py with 100% similarity]
testing/web-platform/tests/xhr/resources/echo-headers.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/echo-headers.py with 100% similarity]
testing/web-platform/tests/xhr/resources/echo-method.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/echo-method.py with 100% similarity]
testing/web-platform/tests/xhr/resources/empty-div-utf8-html.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/empty-div-utf8-html.py with 100% similarity]
testing/web-platform/tests/xhr/resources/folder.txt [moved from testing/web-platform/tests/XMLHttpRequest/resources/folder.txt with 100% similarity]
testing/web-platform/tests/xhr/resources/form.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/form.py with 100% similarity]
testing/web-platform/tests/xhr/resources/gzip.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/gzip.py with 100% similarity]
testing/web-platform/tests/xhr/resources/header-content-length.asis [moved from testing/web-platform/tests/XMLHttpRequest/resources/header-content-length.asis with 100% similarity]
testing/web-platform/tests/xhr/resources/headers-basic.asis [moved from testing/web-platform/tests/XMLHttpRequest/resources/headers-basic.asis with 100% similarity]
testing/web-platform/tests/xhr/resources/headers.asis [moved from testing/web-platform/tests/XMLHttpRequest/resources/headers.asis with 100% similarity]
testing/web-platform/tests/xhr/resources/headers.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/headers.py with 100% similarity]
testing/web-platform/tests/xhr/resources/image.gif [moved from testing/web-platform/tests/XMLHttpRequest/resources/image.gif with 100% similarity]
testing/web-platform/tests/xhr/resources/img-utf8-html.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/img-utf8-html.py with 100% similarity]
testing/web-platform/tests/xhr/resources/img.jpg [moved from testing/web-platform/tests/XMLHttpRequest/resources/img.jpg with 100% similarity]
testing/web-platform/tests/xhr/resources/infinite-redirects.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/infinite-redirects.py with 100% similarity]
testing/web-platform/tests/xhr/resources/init.htm [moved from testing/web-platform/tests/XMLHttpRequest/resources/init.htm with 100% similarity]
testing/web-platform/tests/xhr/resources/inspect-headers.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/inspect-headers.py with 100% similarity]
testing/web-platform/tests/xhr/resources/invalid-utf8-html.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/invalid-utf8-html.py with 100% similarity]
testing/web-platform/tests/xhr/resources/last-modified.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/last-modified.py with 100% similarity]
testing/web-platform/tests/xhr/resources/no-custom-header-on-preflight.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/no-custom-header-on-preflight.py with 100% similarity]
testing/web-platform/tests/xhr/resources/nocors/folder.txt [moved from testing/web-platform/tests/XMLHttpRequest/resources/nocors/folder.txt with 100% similarity]
testing/web-platform/tests/xhr/resources/parse-headers.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/parse-headers.py with 100% similarity]
testing/web-platform/tests/xhr/resources/pass.txt [moved from testing/web-platform/tests/XMLHttpRequest/resources/pass.txt with 100% similarity]
testing/web-platform/tests/xhr/resources/redirect-cors.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/redirect-cors.py with 100% similarity]
testing/web-platform/tests/xhr/resources/redirect.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/redirect.py with 100% similarity]
testing/web-platform/tests/xhr/resources/requri.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/requri.py with 100% similarity]
testing/web-platform/tests/xhr/resources/reset-token.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/reset-token.py with 100% similarity]
testing/web-platform/tests/xhr/resources/responseType-document-in-worker.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/responseType-document-in-worker.js with 100% similarity]
testing/web-platform/tests/xhr/resources/responseXML-unavailable-in-worker.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/responseXML-unavailable-in-worker.js with 100% similarity]
testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-1.htm [moved from testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-1.htm with 100% similarity]
testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-2.htm [moved from testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-2.htm with 100% similarity]
testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-helper.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-helper.js with 100% similarity]
testing/web-platform/tests/xhr/resources/shift-jis-html.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/shift-jis-html.py with 100% similarity]
testing/web-platform/tests/xhr/resources/status.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/status.py with 100% similarity]
testing/web-platform/tests/xhr/resources/trickle.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/trickle.py with 100% similarity]
testing/web-platform/tests/xhr/resources/upload.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/upload.py with 100% similarity]
testing/web-platform/tests/xhr/resources/utf16-bom.json [moved from testing/web-platform/tests/XMLHttpRequest/resources/utf16-bom.json with 100% similarity]
testing/web-platform/tests/xhr/resources/utf16.txt [moved from testing/web-platform/tests/XMLHttpRequest/resources/utf16.txt with 100% similarity]
testing/web-platform/tests/xhr/resources/well-formed.xml [moved from testing/web-platform/tests/XMLHttpRequest/resources/well-formed.xml with 100% similarity]
testing/web-platform/tests/xhr/resources/win-1252-html.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/win-1252-html.py with 100% similarity]
testing/web-platform/tests/xhr/resources/win-1252-xml.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/win-1252-xml.py with 100% similarity]
testing/web-platform/tests/xhr/resources/workerxhr-origin-referrer.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/workerxhr-origin-referrer.js with 100% similarity]
testing/web-platform/tests/xhr/resources/workerxhr-simple.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/workerxhr-simple.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-event-order.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-event-order.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-aborted.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-aborted.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-abortedonmain.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-abortedonmain.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-overrides.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-overrides.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-overridesexpires.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-overridesexpires.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-runner.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-runner.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-simple.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-synconmain.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-synconmain.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-synconworker.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-synconworker.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-twice.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-twice.js with 100% similarity]
testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout.js [moved from testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout.js with 100% similarity]
testing/web-platform/tests/xhr/resources/zlib.py [moved from testing/web-platform/tests/XMLHttpRequest/resources/zlib.py with 100% similarity]
testing/web-platform/tests/xhr/response-data-arraybuffer.htm [moved from testing/web-platform/tests/XMLHttpRequest/response-data-arraybuffer.htm with 100% similarity]
testing/web-platform/tests/xhr/response-data-blob.htm [moved from testing/web-platform/tests/XMLHttpRequest/response-data-blob.htm with 100% similarity]
testing/web-platform/tests/xhr/response-data-deflate.htm [moved from testing/web-platform/tests/XMLHttpRequest/response-data-deflate.htm with 100% similarity]
testing/web-platform/tests/xhr/response-data-gzip.htm [moved from testing/web-platform/tests/XMLHttpRequest/response-data-gzip.htm with 100% similarity]
testing/web-platform/tests/xhr/response-data-progress.htm [moved from testing/web-platform/tests/XMLHttpRequest/response-data-progress.htm with 100% similarity]
testing/web-platform/tests/xhr/response-invalid-responsetype.htm [moved from testing/web-platform/tests/XMLHttpRequest/response-invalid-responsetype.htm with 100% similarity]
testing/web-platform/tests/xhr/response-json.htm [moved from testing/web-platform/tests/XMLHttpRequest/response-json.htm with 100% similarity]
testing/web-platform/tests/xhr/response-method.htm [moved from testing/web-platform/tests/XMLHttpRequest/response-method.htm with 100% similarity]
testing/web-platform/tests/xhr/responseText-status.html [moved from testing/web-platform/tests/XMLHttpRequest/responseText-status.html with 100% similarity]
testing/web-platform/tests/xhr/responseType-document-in-worker.html [moved from testing/web-platform/tests/XMLHttpRequest/responseType-document-in-worker.html with 100% similarity]
testing/web-platform/tests/xhr/responseXML-unavailable-in-worker.html [moved from testing/web-platform/tests/XMLHttpRequest/responseXML-unavailable-in-worker.html with 100% similarity]
testing/web-platform/tests/xhr/responsedocument-decoding.htm [moved from testing/web-platform/tests/XMLHttpRequest/responsedocument-decoding.htm with 100% similarity]
testing/web-platform/tests/xhr/responsetext-decoding.htm [moved from testing/web-platform/tests/XMLHttpRequest/responsetext-decoding.htm with 100% similarity]
testing/web-platform/tests/xhr/responsetype.html [moved from testing/web-platform/tests/XMLHttpRequest/responsetype.html with 100% similarity]
testing/web-platform/tests/xhr/responseurl.html [moved from testing/web-platform/tests/XMLHttpRequest/responseurl.html with 100% similarity]
testing/web-platform/tests/xhr/responsexml-basic.htm [moved from testing/web-platform/tests/XMLHttpRequest/responsexml-basic.htm with 100% similarity]
testing/web-platform/tests/xhr/responsexml-document-properties.htm [moved from testing/web-platform/tests/XMLHttpRequest/responsexml-document-properties.htm with 100% similarity]
testing/web-platform/tests/xhr/responsexml-get-twice.htm [moved from testing/web-platform/tests/XMLHttpRequest/responsexml-get-twice.htm with 100% similarity]
testing/web-platform/tests/xhr/responsexml-media-type.htm [moved from testing/web-platform/tests/XMLHttpRequest/responsexml-media-type.htm with 100% similarity]
testing/web-platform/tests/xhr/responsexml-non-document-types.htm [moved from testing/web-platform/tests/XMLHttpRequest/responsexml-non-document-types.htm with 100% similarity]
testing/web-platform/tests/xhr/responsexml-non-well-formed.htm [moved from testing/web-platform/tests/XMLHttpRequest/responsexml-non-well-formed.htm with 100% similarity]
testing/web-platform/tests/xhr/security-consideration.sub.html [new file with mode: 0644]
testing/web-platform/tests/xhr/send-accept-language.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-accept-language.htm with 100% similarity]
testing/web-platform/tests/xhr/send-accept.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-accept.htm with 100% similarity]
testing/web-platform/tests/xhr/send-after-setting-document-domain.htm [new file with mode: 0644]
testing/web-platform/tests/xhr/send-authentication-basic-cors-not-enabled.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-cors-not-enabled.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-basic-cors.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-cors.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-basic-repeat-no-args.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-repeat-no-args.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader-and-arguments.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader-existing-session.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader-existing-session.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-basic.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-basic.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-competing-names-passwords.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-competing-names-passwords.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-cors-basic-setrequestheader.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-cors-basic-setrequestheader.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-cors-setrequestheader-no-cred.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-cors-setrequestheader-no-cred.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-existing-session-manual.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-existing-session-manual.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-prompt-2-manual.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-prompt-2-manual.htm with 100% similarity]
testing/web-platform/tests/xhr/send-authentication-prompt-manual.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-authentication-prompt-manual.htm with 100% similarity]
testing/web-platform/tests/xhr/send-blob-with-no-mime-type.html [moved from testing/web-platform/tests/XMLHttpRequest/send-blob-with-no-mime-type.html with 100% similarity]
testing/web-platform/tests/xhr/send-conditional-cors.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-conditional-cors.htm with 100% similarity]
testing/web-platform/tests/xhr/send-conditional.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-conditional.htm with 100% similarity]
testing/web-platform/tests/xhr/send-content-type-charset.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-content-type-charset.htm with 100% similarity]
testing/web-platform/tests/xhr/send-content-type-string.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-content-type-string.htm with 100% similarity]
testing/web-platform/tests/xhr/send-data-arraybuffer.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-data-arraybuffer.htm with 100% similarity]
testing/web-platform/tests/xhr/send-data-arraybufferview.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-data-arraybufferview.htm with 100% similarity]
testing/web-platform/tests/xhr/send-data-blob.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-data-blob.htm with 100% similarity]
testing/web-platform/tests/xhr/send-data-es-object.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-data-es-object.htm with 100% similarity]
testing/web-platform/tests/xhr/send-data-formdata.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-data-formdata.htm with 100% similarity]
testing/web-platform/tests/xhr/send-data-unexpected-tostring.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-data-unexpected-tostring.htm with 100% similarity]
testing/web-platform/tests/xhr/send-entity-body-basic.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-entity-body-basic.htm with 100% similarity]
testing/web-platform/tests/xhr/send-entity-body-document-bogus.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-entity-body-document-bogus.htm with 100% similarity]
testing/web-platform/tests/xhr/send-entity-body-document.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-entity-body-document.htm with 100% similarity]
testing/web-platform/tests/xhr/send-entity-body-empty.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-entity-body-empty.htm with 100% similarity]
testing/web-platform/tests/xhr/send-entity-body-get-head-async.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-entity-body-get-head-async.htm with 100% similarity]
testing/web-platform/tests/xhr/send-entity-body-get-head.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-entity-body-get-head.htm with 100% similarity]
testing/web-platform/tests/xhr/send-entity-body-none.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-entity-body-none.htm with 100% similarity]
testing/web-platform/tests/xhr/send-network-error-async-events.sub.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-network-error-async-events.sub.htm with 100% similarity]
testing/web-platform/tests/xhr/send-network-error-sync-events.sub.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-network-error-sync-events.sub.htm with 100% similarity]
testing/web-platform/tests/xhr/send-no-response-event-loadend.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-no-response-event-loadend.htm with 100% similarity]
testing/web-platform/tests/xhr/send-no-response-event-loadstart.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-no-response-event-loadstart.htm with 100% similarity]
testing/web-platform/tests/xhr/send-no-response-event-order.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-no-response-event-order.htm with 100% similarity]
testing/web-platform/tests/xhr/send-non-same-origin.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-non-same-origin.htm with 100% similarity]
testing/web-platform/tests/xhr/send-receive-utf16.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-receive-utf16.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect-bogus-sync.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect-bogus-sync.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect-bogus.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect-bogus.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect-infinite-sync.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect-infinite-sync.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect-infinite.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect-infinite.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect-no-location.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect-no-location.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect-post-upload.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect-post-upload.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect-to-cors.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect-to-cors.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect-to-non-cors.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect-to-non-cors.htm with 100% similarity]
testing/web-platform/tests/xhr/send-redirect.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-redirect.htm with 100% similarity]
testing/web-platform/tests/xhr/send-response-event-order.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-response-event-order.htm with 100% similarity]
testing/web-platform/tests/xhr/send-response-upload-event-loadend.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-loadend.htm with 100% similarity]
testing/web-platform/tests/xhr/send-response-upload-event-loadstart.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-loadstart.htm with 100% similarity]
testing/web-platform/tests/xhr/send-response-upload-event-progress.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-progress.htm with 100% similarity]
testing/web-platform/tests/xhr/send-send.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-send.htm with 100% similarity]
testing/web-platform/tests/xhr/send-send.js [moved from testing/web-platform/tests/XMLHttpRequest/send-send.js with 100% similarity]
testing/web-platform/tests/xhr/send-send.worker.js [moved from testing/web-platform/tests/XMLHttpRequest/send-send.worker.js with 100% similarity]
testing/web-platform/tests/xhr/send-sync-blocks-async.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-sync-blocks-async.htm with 100% similarity]
testing/web-platform/tests/xhr/send-sync-no-response-event-load.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-load.htm with 100% similarity]
testing/web-platform/tests/xhr/send-sync-no-response-event-loadend.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-loadend.htm with 100% similarity]
testing/web-platform/tests/xhr/send-sync-no-response-event-order.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-order.htm with 100% similarity]
testing/web-platform/tests/xhr/send-sync-response-event-order.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-sync-response-event-order.htm with 100% similarity]
testing/web-platform/tests/xhr/send-sync-timeout.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-sync-timeout.htm with 100% similarity]
testing/web-platform/tests/xhr/send-timeout-events.htm [moved from testing/web-platform/tests/XMLHttpRequest/send-timeout-events.htm with 100% similarity]
testing/web-platform/tests/xhr/send-usp.any.js [moved from testing/web-platform/tests/XMLHttpRequest/send-usp.any.js with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-after-send.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-after-send.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-allow-empty-value.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-allow-empty-value.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-allow-whitespace-in-value.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-allow-whitespace-in-value.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-before-open.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-before-open.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-bogus-name.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-bogus-name.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-bogus-value.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-bogus-value.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-case-insensitive.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-case-insensitive.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-content-type.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-content-type.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-header-allowed.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-header-allowed.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-header-forbidden.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-header-forbidden.htm with 100% similarity]
testing/web-platform/tests/xhr/setrequestheader-open-setrequestheader.htm [moved from testing/web-platform/tests/XMLHttpRequest/setrequestheader-open-setrequestheader.htm with 100% similarity]
testing/web-platform/tests/xhr/status-async.htm [moved from testing/web-platform/tests/XMLHttpRequest/status-async.htm with 100% similarity]
testing/web-platform/tests/xhr/status-basic.htm [moved from testing/web-platform/tests/XMLHttpRequest/status-basic.htm with 100% similarity]
testing/web-platform/tests/xhr/status-error.htm [moved from testing/web-platform/tests/XMLHttpRequest/status-error.htm with 100% similarity]
testing/web-platform/tests/xhr/template-element.html [moved from testing/web-platform/tests/XMLHttpRequest/template-element.html with 100% similarity]
testing/web-platform/tests/xhr/timeout-cors-async.htm [moved from testing/web-platform/tests/XMLHttpRequest/timeout-cors-async.htm with 100% similarity]
testing/web-platform/tests/xhr/timeout-multiple-fetches.html [new file with mode: 0644]
testing/web-platform/tests/xhr/timeout-sync.htm [moved from testing/web-platform/tests/XMLHttpRequest/timeout-sync.htm with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-basic.htm [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-basic.htm with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-eventtarget.htm [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-eventtarget.htm with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-network-error-sync.htm [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-network-error-sync.htm with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-network-error.htm [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-network-error.htm with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-sync-block-defer-scripts-subframe.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-sync-block-defer-scripts.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-sync-block-scripts.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-sync-default-feature-policy.sub.html [new file with mode: 0644]
testing/web-platform/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader-subframe.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-subframe.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-aborted.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-aborted.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-abortedonmain.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-overrides.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-overrides.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-overridesexpires.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-reused.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-reused.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-simple.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-simple.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-synconmain.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-twice.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-twice.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-aborted.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-overrides.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-overridesexpires.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-simple.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-synconworker.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-twice.html [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html with 100% similarity]
testing/web-platform/tests/xhr/xmlhttprequest-unsent.htm [moved from testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-unsent.htm with 100% similarity]