Commit Graph

293 Commits

Author SHA1 Message Date
moz-wptsync-bot
2ba85d6be8 Bug 1439449 [wpt PR 9575]- Update wpt metadata, a=testonly
wpt-pr: 9575
wpt-type: metadata
2018-03-31 22:24:18 +01:00
James Graham
720a74c0cd Bug 1449215 - Remove XUL from mozilla/dom wpt test, r=bz
An upstream change had the sideffect that we can no longer create XUL
elements in web-platform-tests. This was the only test using that
ability so rather than revert the change, remove the XUL usage from
the test.

MozReview-Commit-ID: 1SkpLs8QNJl
2018-03-27 18:50:21 +01:00
vinoth
627b9d2350 Bug 1433617 - Cache control headers added to png image. r=ckerschb
--HG--
extra : amend_source : 4a30050800fc5b70e03297d8f241177787a8ffeb
2018-03-25 10:44:59 +02:00
Lars T Hansen
d59c98ae5f Bug 1412238 - port jit-test changes to wpt. r=me CLOSED TREE
--HG--
extra : amend_source : ef160b8921947461fc0877215b291e5667bbc2c3
2018-03-23 13:04:30 +01:00
Andrea Marchesini
5601dfb95d Bug 1446285 - WPT should use toString() and not toSource(), r=smaug 2018-03-16 12:05:43 +01:00
shindli
9bfc016707 Merge inbound to mozilla-central. a=merge 2018-03-15 12:15:17 +02:00
Brian Grinstead
8c4db27eb0 Bug 1445772 - Don't worry about binding console methods to the console object r=jryans
This isn't needed since Console is an interface and not an object

MozReview-Commit-ID: ZoIo2TS9QL

--HG--
extra : rebase_source : 7ccb86dd4290e5d7ac829cab6dcf2f9548d89f11
2018-03-14 14:33:47 -07:00
Boris Zbarsky
5f08375086 Bug 1444909 part 3. Add testing for what mutation observers happen when doing DOMTokenList.replace. r=qdot
MozReview-Commit-ID: AL1rU7AQlFb
2018-03-14 16:08:58 -04:00
Boris Zbarsky
c35649f885 Bug 1444909 part 2. Change DOMTokenList.replace() to return a boolean and pull in the corresponding web platform test updates. r=qdot
The wpt changes come from https://github.com/w3c/web-platform-tests/pull/9920
and are needed to keep Element-classlist.html passing.

The change to testing/web-platform/mozilla/tests/dom/classList.html is pulling
those changes into our weird forked version of that test...

MozReview-Commit-ID: CvQlBRuieUY
2018-03-14 16:08:58 -04:00
Boris Zbarsky
4ce54d196a Bug 1443652 part 2. Add a bunch of web platform tests for load and error events on stylesheet links. r=bholley
MozReview-Commit-ID: 1lieHmpuRtH
2018-03-07 16:06:48 -05:00
Masayuki Nakano
9d71742b36 Bug 662591 - HTMLEditor should set caret to start of first editable text node or before first editable inline node r=m_kato
Currently, HTMLEditor doesn't initialize caret position when it gets focus by
itself in most cases.  Only when it's in designMode, it may move caret to the
first visible (not checking CSS actually).

In most cases, caret position is adjusted when EditorBase::InitializeSelection()
calls Selection::SetAncestorLimiter().  If selected range is outside of
new limiter, it moves caret to start of the new limiter.  However, this is
really different behavior from the other browsers.  The other browsers try
to move caret to the first editable text node or before the first editable
content such as <img>, <input>, etc.

This difference causes a serious incompatible issue with Draft.js.  It doesn't
initialize caret position when it gets focus but it assumes that caret is
always set to before <br> element if there is no other content.

So, let's try to behave as what other browsers do as far as possible.

This patch makes editor behave as:
* if selection is already in the editing host except start of the editing host,
  does nothing.
* if there is non-editable element before any editable node, move caret to
  start of the editing host.
* if there is editable text node or element node which cannot have a text node,
  move its start or before it.
* if there is no editable nodes which can contain text nodes, move caret to
  start of the editing host.

Note that before applying this patch, in designMode, BeginningOfDocument() used
document element instead of <body> element.  Therefore, it may set odd position
if <head> element has some text nodes with <script> or <style>.  However,
this doesn't make sense and for making more consistent behavior between
designMode and contenteditable, this patch makes it use editing host (it's
<body> element if it's in designMode).

MozReview-Commit-ID: 5neYoTMq6Cc

--HG--
extra : rebase_source : c4d06b6864a221d7cd2833a007d73f7d67821e95
2018-03-02 14:20:25 +09:00
Andreas Tolfsen
5553f78cda Bug 1433422 - Fix interaction.moveCaretToEnd element conditions. r=automatedtester
Bug 1432864 introduced a regression where the element conditions
for moving the caret to the end of the textual input were wrong.
Apparently if conditions are hard.

MozReview-Commit-ID: KlRv6sCroXW

--HG--
extra : rebase_source : d649bc2c63d616f77bf7cebdb72875047a57b502
2018-01-26 15:38:14 +00:00
Phil Ringnalda
694908be0b Backed out 8 changesets (bug 1433190, bug 1433144) for OS X wpt reftest whac-a-mole bustage and too-frequent other intermittents
CLOSED TREE

Backed out changeset 2c4021e0030e (bug 1433144)
Backed out changeset 65684ab350d7 (bug 1433144)
Backed out changeset 2489cec5b5ec (bug 1433144)
Backed out changeset 415be6173cea (bug 1433144)
Backed out changeset 92b0b096e583 (bug 1433190)
Backed out changeset 0f46e5112d43 (bug 1433144)
Backed out changeset 9d792e9c09c0 (bug 1433144)
Backed out changeset b6fab3e4a408 (bug 1433144)

--HG--
rename : testing/web-platform/meta/xhr/__dir__.ini => testing/web-platform/meta/XMLHttpRequest/__dir__.ini
rename : testing/web-platform/meta/xhr/abort-after-stop.htm.ini => testing/web-platform/meta/XMLHttpRequest/abort-after-stop.htm.ini
rename : testing/web-platform/meta/xhr/access-control-basic-cors-safelisted-request-headers.htm.ini => testing/web-platform/meta/XMLHttpRequest/access-control-basic-cors-safelisted-request-headers.htm.ini
rename : testing/web-platform/meta/xhr/access-control-preflight-credential-async.htm.ini => testing/web-platform/meta/XMLHttpRequest/access-control-preflight-credential-async.htm.ini
rename : testing/web-platform/meta/xhr/access-control-preflight-credential-sync.htm.ini => testing/web-platform/meta/XMLHttpRequest/access-control-preflight-credential-sync.htm.ini
rename : testing/web-platform/meta/xhr/data-uri.htm.ini => testing/web-platform/meta/XMLHttpRequest/data-uri.htm.ini
rename : testing/web-platform/meta/xhr/event-upload-progress-crossorigin.htm.ini => testing/web-platform/meta/XMLHttpRequest/event-upload-progress-crossorigin.htm.ini
rename : testing/web-platform/meta/xhr/historical.html.ini => testing/web-platform/meta/XMLHttpRequest/historical.html.ini
rename : testing/web-platform/meta/xhr/open-during-abort-processing.htm.ini => testing/web-platform/meta/XMLHttpRequest/open-during-abort-processing.htm.ini
rename : testing/web-platform/meta/xhr/open-url-multi-window-4.htm.ini => testing/web-platform/meta/XMLHttpRequest/open-url-multi-window-4.htm.ini
rename : testing/web-platform/meta/xhr/open-url-multi-window-6.htm.ini => testing/web-platform/meta/XMLHttpRequest/open-url-multi-window-6.htm.ini
rename : testing/web-platform/meta/xhr/overridemimetype-blob.html.ini => testing/web-platform/meta/XMLHttpRequest/overridemimetype-blob.html.ini
rename : testing/web-platform/meta/xhr/responsetext-decoding.htm.ini => testing/web-platform/meta/XMLHttpRequest/responsetext-decoding.htm.ini
rename : testing/web-platform/meta/xhr/responsexml-document-properties.htm.ini => testing/web-platform/meta/XMLHttpRequest/responsexml-document-properties.htm.ini
rename : testing/web-platform/meta/xhr/send-authentication-basic.htm.ini => testing/web-platform/meta/XMLHttpRequest/send-authentication-basic.htm.ini
rename : testing/web-platform/meta/xhr/send-receive-utf16.htm.ini => testing/web-platform/meta/XMLHttpRequest/send-receive-utf16.htm.ini
rename : testing/web-platform/meta/xhr/send-redirect-to-cors.htm.ini => testing/web-platform/meta/XMLHttpRequest/send-redirect-to-cors.htm.ini
rename : testing/web-platform/meta/xhr/send-response-event-order.htm.ini => testing/web-platform/meta/XMLHttpRequest/send-response-event-order.htm.ini
rename : testing/web-platform/meta/xhr/send-response-upload-event-progress.htm.ini => testing/web-platform/meta/XMLHttpRequest/send-response-upload-event-progress.htm.ini
rename : testing/web-platform/meta/xhr/send-sync-blocks-async.htm.ini => testing/web-platform/meta/XMLHttpRequest/send-sync-blocks-async.htm.ini
rename : testing/web-platform/meta/xhr/setrequestheader-allow-empty-value.htm.ini => testing/web-platform/meta/XMLHttpRequest/setrequestheader-allow-empty-value.htm.ini
rename : testing/web-platform/meta/xhr/setrequestheader-allow-whitespace-in-value.htm.ini => testing/web-platform/meta/XMLHttpRequest/setrequestheader-allow-whitespace-in-value.htm.ini
rename : testing/web-platform/meta/xhr/setrequestheader-content-type.htm.ini => testing/web-platform/meta/XMLHttpRequest/setrequestheader-content-type.htm.ini
rename : testing/web-platform/meta/xhr/xmlhttprequest-sync-default-feature-policy.sub.html.ini => testing/web-platform/meta/XMLHttpRequest/xmlhttprequest-sync-default-feature-policy.sub.html.ini
rename : testing/web-platform/meta/xhr/xmlhttprequest-timeout-overridesexpires.html.ini => testing/web-platform/meta/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html.ini
rename : testing/web-platform/meta/quirks/line-height-calculation.html.ini => testing/web-platform/meta/quirks-mode/line-height-calculation.html.ini
rename : testing/web-platform/meta/quirks/percentage-height-calculation.html.ini => testing/web-platform/meta/quirks-mode/percentage-height-calculation.html.ini
rename : testing/web-platform/meta/quirks/table-cell-width-calculation.html.ini => testing/web-platform/meta/quirks-mode/table-cell-width-calculation.html.ini
rename : testing/web-platform/tests/interfaces/WebCryptoAPI.idl => testing/web-platform/tests/WebCryptoAPI/WebCryptoAPI.idl
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/digest/digest.https.worker.js => testing/web-platform/tests/WebCryptoAPI/digest/digest.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/rsa.https.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/ec_importKey.https.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/ec_importKey.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/rsa_importKey.https.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/rsa_importKey.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/symmetric_importKey.https.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/symmetric_importKey.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/ecdsa.https.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/ecdsa.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/hmac.https.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/hmac.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pkcs.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker.js => testing/web-platform/tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.js
rename : testing/web-platform/tests/xhr/FormData-append.html => testing/web-platform/tests/XMLHttpRequest/FormData-append.html
rename : testing/web-platform/tests/xhr/OWNERS => testing/web-platform/tests/XMLHttpRequest/OWNERS
rename : testing/web-platform/tests/xhr/README.md => testing/web-platform/tests/XMLHttpRequest/README.md
rename : testing/web-platform/tests/xhr/XMLHttpRequest-withCredentials.any.js => testing/web-platform/tests/XMLHttpRequest/XMLHttpRequest-withCredentials.any.js
rename : testing/web-platform/tests/xhr/abort-after-receive.htm => testing/web-platform/tests/XMLHttpRequest/abort-after-receive.htm
rename : testing/web-platform/tests/xhr/abort-after-send.htm => testing/web-platform/tests/XMLHttpRequest/abort-after-send.htm
rename : testing/web-platform/tests/xhr/abort-after-stop.htm => testing/web-platform/tests/XMLHttpRequest/abort-after-stop.htm
rename : testing/web-platform/tests/xhr/abort-after-timeout.htm => testing/web-platform/tests/XMLHttpRequest/abort-after-timeout.htm
rename : testing/web-platform/tests/xhr/abort-during-done.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-done.htm
rename : testing/web-platform/tests/xhr/abort-during-headers-received.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-headers-received.htm
rename : testing/web-platform/tests/xhr/abort-during-loading.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-loading.htm
rename : testing/web-platform/tests/xhr/abort-during-open.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-open.htm
rename : testing/web-platform/tests/xhr/abort-during-open.js => testing/web-platform/tests/XMLHttpRequest/abort-during-open.js
rename : testing/web-platform/tests/xhr/abort-during-open.worker.js => testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js
rename : testing/web-platform/tests/xhr/abort-during-unsent.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-unsent.htm
rename : testing/web-platform/tests/xhr/abort-during-upload.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-upload.htm
rename : testing/web-platform/tests/xhr/abort-event-abort.htm => testing/web-platform/tests/XMLHttpRequest/abort-event-abort.htm
rename : testing/web-platform/tests/xhr/abort-event-listeners.htm => testing/web-platform/tests/XMLHttpRequest/abort-event-listeners.htm
rename : testing/web-platform/tests/xhr/abort-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/abort-event-loadend.htm
rename : testing/web-platform/tests/xhr/abort-event-order.htm => testing/web-platform/tests/XMLHttpRequest/abort-event-order.htm
rename : testing/web-platform/tests/xhr/abort-upload-event-abort.htm => testing/web-platform/tests/XMLHttpRequest/abort-upload-event-abort.htm
rename : testing/web-platform/tests/xhr/abort-upload-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/abort-upload-event-loadend.htm
rename : testing/web-platform/tests/xhr/anonymous-mode-unsupported.htm => testing/web-platform/tests/XMLHttpRequest/anonymous-mode-unsupported.htm
rename : testing/web-platform/tests/xhr/data-uri.htm => testing/web-platform/tests/XMLHttpRequest/data-uri.htm
rename : testing/web-platform/tests/xhr/event-abort.htm => testing/web-platform/tests/XMLHttpRequest/event-abort.htm
rename : testing/web-platform/tests/xhr/event-error-order.sub.html => testing/web-platform/tests/XMLHttpRequest/event-error-order.sub.html
rename : testing/web-platform/tests/xhr/event-error.sub.html => testing/web-platform/tests/XMLHttpRequest/event-error.sub.html
rename : testing/web-platform/tests/xhr/event-load.htm => testing/web-platform/tests/XMLHttpRequest/event-load.htm
rename : testing/web-platform/tests/xhr/event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/event-loadend.htm
rename : testing/web-platform/tests/xhr/event-loadstart-upload.htm => testing/web-platform/tests/XMLHttpRequest/event-loadstart-upload.htm
rename : testing/web-platform/tests/xhr/event-loadstart.htm => testing/web-platform/tests/XMLHttpRequest/event-loadstart.htm
rename : testing/web-platform/tests/xhr/event-progress.htm => testing/web-platform/tests/XMLHttpRequest/event-progress.htm
rename : testing/web-platform/tests/xhr/event-readystate-sync-open.htm => testing/web-platform/tests/XMLHttpRequest/event-readystate-sync-open.htm
rename : testing/web-platform/tests/xhr/event-readystatechange-loaded.htm => testing/web-platform/tests/XMLHttpRequest/event-readystatechange-loaded.htm
rename : testing/web-platform/tests/xhr/event-timeout-order.htm => testing/web-platform/tests/XMLHttpRequest/event-timeout-order.htm
rename : testing/web-platform/tests/xhr/event-timeout.htm => testing/web-platform/tests/XMLHttpRequest/event-timeout.htm
rename : testing/web-platform/tests/xhr/event-upload-progress.htm => testing/web-platform/tests/XMLHttpRequest/event-upload-progress.htm
rename : testing/web-platform/tests/xhr/firing-events-http-content-length.html => testing/web-platform/tests/XMLHttpRequest/firing-events-http-content-length.html
rename : testing/web-platform/tests/xhr/firing-events-http-no-content-length.html => testing/web-platform/tests/XMLHttpRequest/firing-events-http-no-content-length.html
rename : testing/web-platform/tests/xhr/folder.txt => testing/web-platform/tests/XMLHttpRequest/folder.txt
rename : testing/web-platform/tests/xhr/formdata-blob.htm => testing/web-platform/tests/XMLHttpRequest/formdata-blob.htm
rename : testing/web-platform/tests/xhr/formdata-delete.htm => testing/web-platform/tests/XMLHttpRequest/formdata-delete.htm
rename : testing/web-platform/tests/xhr/formdata-foreach.html => testing/web-platform/tests/XMLHttpRequest/formdata-foreach.html
rename : testing/web-platform/tests/xhr/formdata-get.htm => testing/web-platform/tests/XMLHttpRequest/formdata-get.htm
rename : testing/web-platform/tests/xhr/formdata-has.htm => testing/web-platform/tests/XMLHttpRequest/formdata-has.htm
rename : testing/web-platform/tests/xhr/formdata-set.htm => testing/web-platform/tests/XMLHttpRequest/formdata-set.htm
rename : testing/web-platform/tests/xhr/formdata.htm => testing/web-platform/tests/XMLHttpRequest/formdata.htm
rename : testing/web-platform/tests/xhr/getallresponseheaders-cookies.htm => testing/web-platform/tests/XMLHttpRequest/getallresponseheaders-cookies.htm
rename : testing/web-platform/tests/xhr/getallresponseheaders-status.htm => testing/web-platform/tests/XMLHttpRequest/getallresponseheaders-status.htm
rename : testing/web-platform/tests/xhr/getallresponseheaders.htm => testing/web-platform/tests/XMLHttpRequest/getallresponseheaders.htm
rename : testing/web-platform/tests/xhr/getresponseheader-case-insensitive.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-case-insensitive.htm
rename : testing/web-platform/tests/xhr/getresponseheader-chunked-trailer.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm
rename : testing/web-platform/tests/xhr/getresponseheader-cookies-and-more.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-cookies-and-more.htm
rename : testing/web-platform/tests/xhr/getresponseheader-error-state.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-error-state.htm
rename : testing/web-platform/tests/xhr/getresponseheader-server-date.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-server-date.htm
rename : testing/web-platform/tests/xhr/getresponseheader-special-characters.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-special-characters.htm
rename : testing/web-platform/tests/xhr/getresponseheader-unsent-opened-state.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-unsent-opened-state.htm
rename : testing/web-platform/tests/xhr/headers-normalize-response.htm => testing/web-platform/tests/XMLHttpRequest/headers-normalize-response.htm
rename : testing/web-platform/tests/xhr/historical.html => testing/web-platform/tests/XMLHttpRequest/historical.html
rename : testing/web-platform/tests/xhr/loadstart-and-state.html => testing/web-platform/tests/XMLHttpRequest/loadstart-and-state.html
rename : testing/web-platform/tests/xhr/no-utf16-json.htm => testing/web-platform/tests/XMLHttpRequest/no-utf16-json.htm
rename : testing/web-platform/tests/xhr/open-after-abort.htm => testing/web-platform/tests/XMLHttpRequest/open-after-abort.htm
rename : testing/web-platform/tests/xhr/open-after-setrequestheader.htm => testing/web-platform/tests/XMLHttpRequest/open-after-setrequestheader.htm
rename : testing/web-platform/tests/xhr/open-during-abort-event.htm => testing/web-platform/tests/XMLHttpRequest/open-during-abort-event.htm
rename : testing/web-platform/tests/xhr/open-during-abort-processing.htm => testing/web-platform/tests/XMLHttpRequest/open-during-abort-processing.htm
rename : testing/web-platform/tests/xhr/open-during-abort.htm => testing/web-platform/tests/XMLHttpRequest/open-during-abort.htm
rename : testing/web-platform/tests/xhr/open-method-bogus.htm => testing/web-platform/tests/XMLHttpRequest/open-method-bogus.htm
rename : testing/web-platform/tests/xhr/open-method-case-insensitive.htm => testing/web-platform/tests/XMLHttpRequest/open-method-case-insensitive.htm
rename : testing/web-platform/tests/xhr/open-method-case-sensitive.htm => testing/web-platform/tests/XMLHttpRequest/open-method-case-sensitive.htm
rename : testing/web-platform/tests/xhr/open-method-insecure.htm => testing/web-platform/tests/XMLHttpRequest/open-method-insecure.htm
rename : testing/web-platform/tests/xhr/open-method-responsetype-set-sync.htm => testing/web-platform/tests/XMLHttpRequest/open-method-responsetype-set-sync.htm
rename : testing/web-platform/tests/xhr/open-open-send.htm => testing/web-platform/tests/XMLHttpRequest/open-open-send.htm
rename : testing/web-platform/tests/xhr/open-open-sync-send.htm => testing/web-platform/tests/XMLHttpRequest/open-open-sync-send.htm
rename : testing/web-platform/tests/xhr/open-referer.htm => testing/web-platform/tests/XMLHttpRequest/open-referer.htm
rename : testing/web-platform/tests/xhr/open-send-during-abort.htm => testing/web-platform/tests/XMLHttpRequest/open-send-during-abort.htm
rename : testing/web-platform/tests/xhr/open-send-open.htm => testing/web-platform/tests/XMLHttpRequest/open-send-open.htm
rename : testing/web-platform/tests/xhr/open-sync-open-send.htm => testing/web-platform/tests/XMLHttpRequest/open-sync-open-send.htm
rename : testing/web-platform/tests/xhr/open-url-about-blank-window.htm => testing/web-platform/tests/XMLHttpRequest/open-url-about-blank-window.htm
rename : testing/web-platform/tests/xhr/open-url-base-inserted-after-open.htm => testing/web-platform/tests/XMLHttpRequest/open-url-base-inserted-after-open.htm
rename : testing/web-platform/tests/xhr/open-url-base-inserted.htm => testing/web-platform/tests/XMLHttpRequest/open-url-base-inserted.htm
rename : testing/web-platform/tests/xhr/open-url-base.htm => testing/web-platform/tests/XMLHttpRequest/open-url-base.htm
rename : testing/web-platform/tests/xhr/open-url-encoding.htm => testing/web-platform/tests/XMLHttpRequest/open-url-encoding.htm
rename : testing/web-platform/tests/xhr/open-url-javascript-window-2.htm => testing/web-platform/tests/XMLHttpRequest/open-url-javascript-window-2.htm
rename : testing/web-platform/tests/xhr/open-url-javascript-window.htm => testing/web-platform/tests/XMLHttpRequest/open-url-javascript-window.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-2.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-2.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-3.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-3.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-4.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-4.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-5.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-5.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-6.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-6.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window.htm
rename : testing/web-platform/tests/xhr/open-url-redirected-worker-origin.htm => testing/web-platform/tests/XMLHttpRequest/open-url-redirected-worker-origin.htm
rename : testing/web-platform/tests/xhr/open-url-worker-origin.htm => testing/web-platform/tests/XMLHttpRequest/open-url-worker-origin.htm
rename : testing/web-platform/tests/xhr/open-url-worker-simple.htm => testing/web-platform/tests/XMLHttpRequest/open-url-worker-simple.htm
rename : testing/web-platform/tests/xhr/open-user-password-non-same-origin.htm => testing/web-platform/tests/XMLHttpRequest/open-user-password-non-same-origin.htm
rename : testing/web-platform/tests/xhr/overridemimetype-blob.html => testing/web-platform/tests/XMLHttpRequest/overridemimetype-blob.html
rename : testing/web-platform/tests/xhr/overridemimetype-done-state.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-done-state.htm
rename : testing/web-platform/tests/xhr/overridemimetype-headers-received-state-force-shiftjis.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-headers-received-state-force-shiftjis.htm
rename : testing/web-platform/tests/xhr/overridemimetype-invalid-mime-type.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-invalid-mime-type.htm
rename : testing/web-platform/tests/xhr/overridemimetype-loading-state.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-loading-state.htm
rename : testing/web-platform/tests/xhr/overridemimetype-open-state-force-utf-8.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm
rename : testing/web-platform/tests/xhr/overridemimetype-open-state-force-xml.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-open-state-force-xml.htm
rename : testing/web-platform/tests/xhr/overridemimetype-unsent-state-force-shiftjis.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm
rename : testing/web-platform/tests/xhr/preserve-ua-header-on-redirect.htm => testing/web-platform/tests/XMLHttpRequest/preserve-ua-header-on-redirect.htm
rename : testing/web-platform/tests/xhr/progress-events-response-data-gzip.htm => testing/web-platform/tests/XMLHttpRequest/progress-events-response-data-gzip.htm
rename : testing/web-platform/tests/xhr/progressevent-constructor.html => testing/web-platform/tests/XMLHttpRequest/progressevent-constructor.html
rename : testing/web-platform/tests/xhr/progressevent-interface.html => testing/web-platform/tests/XMLHttpRequest/progressevent-interface.html
rename : testing/web-platform/tests/xhr/resources/accept-language.py => testing/web-platform/tests/XMLHttpRequest/resources/accept-language.py
rename : testing/web-platform/tests/xhr/resources/accept.py => testing/web-platform/tests/XMLHttpRequest/resources/accept.py
rename : testing/web-platform/tests/xhr/resources/access-control-allow-lists.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-allow-lists.py
rename : testing/web-platform/tests/xhr/resources/access-control-allow-with-body.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-allow-with-body.py
rename : testing/web-platform/tests/xhr/resources/access-control-auth-basic.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-auth-basic.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-allow-no-credentials.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow-no-credentials.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-allow-star.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow-star.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-allow.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-cors-safelisted-request-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-cors-safelisted-request-headers.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-denied.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-denied.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-options-not-supported.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-options-not-supported.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache-invalidation.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache-invalidation.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache-timeout.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache-timeout.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-put-allow.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-put-allow.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-whitelist-response-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-whitelist-response-headers.py
rename : testing/web-platform/tests/xhr/resources/access-control-cookie.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-cookie.py
rename : testing/web-platform/tests/xhr/resources/access-control-origin-header.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-origin-header.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-denied.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-denied.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-header-lowercase.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-header-lowercase.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-header-sorted.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-header-sorted.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-headers-origin.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-headers-origin.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-invalid-status.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-invalid-status.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-must-not-contain-cookie.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-must-not-contain-cookie.py
rename : testing/web-platform/tests/xhr/resources/access-control-sandboxed-iframe.html => testing/web-platform/tests/XMLHttpRequest/resources/access-control-sandboxed-iframe.html
rename : testing/web-platform/tests/xhr/resources/auth1/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth1/auth.py
rename : testing/web-platform/tests/xhr/resources/auth2/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth2/auth.py
rename : testing/web-platform/tests/xhr/resources/auth2/corsenabled.py => testing/web-platform/tests/XMLHttpRequest/resources/auth2/corsenabled.py
rename : testing/web-platform/tests/xhr/resources/auth3/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth3/auth.py
rename : testing/web-platform/tests/xhr/resources/auth4/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth4/auth.py
rename : testing/web-platform/tests/xhr/resources/auth5/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth5/auth.py
rename : testing/web-platform/tests/xhr/resources/auth6/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth6/auth.py
rename : testing/web-platform/tests/xhr/resources/auth7/corsenabled.py => testing/web-platform/tests/XMLHttpRequest/resources/auth7/corsenabled.py
rename : testing/web-platform/tests/xhr/resources/auth8/corsenabled-no-authorize.py => testing/web-platform/tests/XMLHttpRequest/resources/auth8/corsenabled-no-authorize.py
rename : testing/web-platform/tests/xhr/resources/auth9/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth9/auth.py
rename : testing/web-platform/tests/xhr/resources/authentication.py => testing/web-platform/tests/XMLHttpRequest/resources/authentication.py
rename : testing/web-platform/tests/xhr/resources/base.xml => testing/web-platform/tests/XMLHttpRequest/resources/base.xml
rename : testing/web-platform/tests/xhr/resources/chunked.py => testing/web-platform/tests/XMLHttpRequest/resources/chunked.py
rename : testing/web-platform/tests/xhr/resources/conditional.py => testing/web-platform/tests/XMLHttpRequest/resources/conditional.py
rename : testing/web-platform/tests/xhr/resources/content.py => testing/web-platform/tests/XMLHttpRequest/resources/content.py
rename : testing/web-platform/tests/xhr/resources/corsenabled.py => testing/web-platform/tests/XMLHttpRequest/resources/corsenabled.py
rename : testing/web-platform/tests/xhr/resources/delay.py => testing/web-platform/tests/XMLHttpRequest/resources/delay.py
rename : testing/web-platform/tests/xhr/resources/echo-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/echo-headers.py
rename : testing/web-platform/tests/xhr/resources/echo-method.py => testing/web-platform/tests/XMLHttpRequest/resources/echo-method.py
rename : testing/web-platform/tests/xhr/resources/empty-div-utf8-html.py => testing/web-platform/tests/XMLHttpRequest/resources/empty-div-utf8-html.py
rename : testing/web-platform/tests/xhr/resources/folder.txt => testing/web-platform/tests/XMLHttpRequest/resources/folder.txt
rename : testing/web-platform/tests/xhr/resources/form.py => testing/web-platform/tests/XMLHttpRequest/resources/form.py
rename : testing/web-platform/tests/xhr/resources/gzip.py => testing/web-platform/tests/XMLHttpRequest/resources/gzip.py
rename : testing/web-platform/tests/xhr/resources/header-content-length.asis => testing/web-platform/tests/XMLHttpRequest/resources/header-content-length.asis
rename : testing/web-platform/tests/xhr/resources/headers-basic.asis => testing/web-platform/tests/XMLHttpRequest/resources/headers-basic.asis
rename : testing/web-platform/tests/xhr/resources/headers.asis => testing/web-platform/tests/XMLHttpRequest/resources/headers.asis
rename : testing/web-platform/tests/xhr/resources/headers.py => testing/web-platform/tests/XMLHttpRequest/resources/headers.py
rename : testing/web-platform/tests/xhr/resources/image.gif => testing/web-platform/tests/XMLHttpRequest/resources/image.gif
rename : testing/web-platform/tests/xhr/resources/img-utf8-html.py => testing/web-platform/tests/XMLHttpRequest/resources/img-utf8-html.py
rename : testing/web-platform/tests/xhr/resources/img.jpg => testing/web-platform/tests/XMLHttpRequest/resources/img.jpg
rename : testing/web-platform/tests/xhr/resources/infinite-redirects.py => testing/web-platform/tests/XMLHttpRequest/resources/infinite-redirects.py
rename : testing/web-platform/tests/xhr/resources/init.htm => testing/web-platform/tests/XMLHttpRequest/resources/init.htm
rename : testing/web-platform/tests/xhr/resources/inspect-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/inspect-headers.py
rename : testing/web-platform/tests/xhr/resources/invalid-utf8-html.py => testing/web-platform/tests/XMLHttpRequest/resources/invalid-utf8-html.py
rename : testing/web-platform/tests/xhr/resources/last-modified.py => testing/web-platform/tests/XMLHttpRequest/resources/last-modified.py
rename : testing/web-platform/tests/xhr/resources/no-custom-header-on-preflight.py => testing/web-platform/tests/XMLHttpRequest/resources/no-custom-header-on-preflight.py
rename : testing/web-platform/tests/xhr/resources/nocors/folder.txt => testing/web-platform/tests/XMLHttpRequest/resources/nocors/folder.txt
rename : testing/web-platform/tests/xhr/resources/parse-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/parse-headers.py
rename : testing/web-platform/tests/xhr/resources/pass.txt => testing/web-platform/tests/XMLHttpRequest/resources/pass.txt
rename : testing/web-platform/tests/xhr/resources/redirect-cors.py => testing/web-platform/tests/XMLHttpRequest/resources/redirect-cors.py
rename : testing/web-platform/tests/xhr/resources/redirect.py => testing/web-platform/tests/XMLHttpRequest/resources/redirect.py
rename : testing/web-platform/tests/xhr/resources/requri.py => testing/web-platform/tests/XMLHttpRequest/resources/requri.py
rename : testing/web-platform/tests/xhr/resources/reset-token.py => testing/web-platform/tests/XMLHttpRequest/resources/reset-token.py
rename : testing/web-platform/tests/xhr/resources/responseType-document-in-worker.js => testing/web-platform/tests/XMLHttpRequest/resources/responseType-document-in-worker.js
rename : testing/web-platform/tests/xhr/resources/responseXML-unavailable-in-worker.js => testing/web-platform/tests/XMLHttpRequest/resources/responseXML-unavailable-in-worker.js
rename : testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-1.htm => testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-1.htm
rename : testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-2.htm => testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-2.htm
rename : testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-helper.js => testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-helper.js
rename : testing/web-platform/tests/xhr/resources/shift-jis-html.py => testing/web-platform/tests/XMLHttpRequest/resources/shift-jis-html.py
rename : testing/web-platform/tests/xhr/resources/status.py => testing/web-platform/tests/XMLHttpRequest/resources/status.py
rename : testing/web-platform/tests/xhr/resources/trickle.py => testing/web-platform/tests/XMLHttpRequest/resources/trickle.py
rename : testing/web-platform/tests/xhr/resources/upload.py => testing/web-platform/tests/XMLHttpRequest/resources/upload.py
rename : testing/web-platform/tests/xhr/resources/utf16-bom.json => testing/web-platform/tests/XMLHttpRequest/resources/utf16-bom.json
rename : testing/web-platform/tests/xhr/resources/utf16.txt => testing/web-platform/tests/XMLHttpRequest/resources/utf16.txt
rename : testing/web-platform/tests/xhr/resources/well-formed.xml => testing/web-platform/tests/XMLHttpRequest/resources/well-formed.xml
rename : testing/web-platform/tests/xhr/resources/win-1252-html.py => testing/web-platform/tests/XMLHttpRequest/resources/win-1252-html.py
rename : testing/web-platform/tests/xhr/resources/win-1252-xml.py => testing/web-platform/tests/XMLHttpRequest/resources/win-1252-xml.py
rename : testing/web-platform/tests/xhr/resources/workerxhr-origin-referrer.js => testing/web-platform/tests/XMLHttpRequest/resources/workerxhr-origin-referrer.js
rename : testing/web-platform/tests/xhr/resources/workerxhr-simple.js => testing/web-platform/tests/XMLHttpRequest/resources/workerxhr-simple.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-event-order.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-event-order.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-aborted.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-aborted.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-abortedonmain.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-abortedonmain.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-overrides.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-overrides.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-overridesexpires.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-overridesexpires.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-runner.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-runner.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-simple.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-synconmain.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-synconmain.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-synconworker.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-synconworker.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-twice.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-twice.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout.js
rename : testing/web-platform/tests/xhr/resources/zlib.py => testing/web-platform/tests/XMLHttpRequest/resources/zlib.py
rename : testing/web-platform/tests/xhr/response-data-arraybuffer.htm => testing/web-platform/tests/XMLHttpRequest/response-data-arraybuffer.htm
rename : testing/web-platform/tests/xhr/response-data-blob.htm => testing/web-platform/tests/XMLHttpRequest/response-data-blob.htm
rename : testing/web-platform/tests/xhr/response-data-deflate.htm => testing/web-platform/tests/XMLHttpRequest/response-data-deflate.htm
rename : testing/web-platform/tests/xhr/response-data-gzip.htm => testing/web-platform/tests/XMLHttpRequest/response-data-gzip.htm
rename : testing/web-platform/tests/xhr/response-data-progress.htm => testing/web-platform/tests/XMLHttpRequest/response-data-progress.htm
rename : testing/web-platform/tests/xhr/response-invalid-responsetype.htm => testing/web-platform/tests/XMLHttpRequest/response-invalid-responsetype.htm
rename : testing/web-platform/tests/xhr/response-json.htm => testing/web-platform/tests/XMLHttpRequest/response-json.htm
rename : testing/web-platform/tests/xhr/response-method.htm => testing/web-platform/tests/XMLHttpRequest/response-method.htm
rename : testing/web-platform/tests/xhr/responseText-status.html => testing/web-platform/tests/XMLHttpRequest/responseText-status.html
rename : testing/web-platform/tests/xhr/responseType-document-in-worker.html => testing/web-platform/tests/XMLHttpRequest/responseType-document-in-worker.html
rename : testing/web-platform/tests/xhr/responseXML-unavailable-in-worker.html => testing/web-platform/tests/XMLHttpRequest/responseXML-unavailable-in-worker.html
rename : testing/web-platform/tests/xhr/responsedocument-decoding.htm => testing/web-platform/tests/XMLHttpRequest/responsedocument-decoding.htm
rename : testing/web-platform/tests/xhr/responsetext-decoding.htm => testing/web-platform/tests/XMLHttpRequest/responsetext-decoding.htm
rename : testing/web-platform/tests/xhr/responsetype.html => testing/web-platform/tests/XMLHttpRequest/responsetype.html
rename : testing/web-platform/tests/xhr/responseurl.html => testing/web-platform/tests/XMLHttpRequest/responseurl.html
rename : testing/web-platform/tests/xhr/responsexml-basic.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-basic.htm
rename : testing/web-platform/tests/xhr/responsexml-document-properties.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-document-properties.htm
rename : testing/web-platform/tests/xhr/responsexml-get-twice.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-get-twice.htm
rename : testing/web-platform/tests/xhr/responsexml-media-type.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-media-type.htm
rename : testing/web-platform/tests/xhr/responsexml-non-document-types.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-non-document-types.htm
rename : testing/web-platform/tests/xhr/responsexml-non-well-formed.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-non-well-formed.htm
rename : testing/web-platform/tests/xhr/send-accept-language.htm => testing/web-platform/tests/XMLHttpRequest/send-accept-language.htm
rename : testing/web-platform/tests/xhr/send-accept.htm => testing/web-platform/tests/XMLHttpRequest/send-accept.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-cors-not-enabled.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-cors-not-enabled.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-cors.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-cors.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-repeat-no-args.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-repeat-no-args.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader-and-arguments.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader-existing-session.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader-existing-session.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic.htm
rename : testing/web-platform/tests/xhr/send-authentication-competing-names-passwords.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-competing-names-passwords.htm
rename : testing/web-platform/tests/xhr/send-authentication-cors-basic-setrequestheader.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-cors-basic-setrequestheader.htm
rename : testing/web-platform/tests/xhr/send-authentication-cors-setrequestheader-no-cred.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-cors-setrequestheader-no-cred.htm
rename : testing/web-platform/tests/xhr/send-authentication-existing-session-manual.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-existing-session-manual.htm
rename : testing/web-platform/tests/xhr/send-authentication-prompt-2-manual.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-prompt-2-manual.htm
rename : testing/web-platform/tests/xhr/send-authentication-prompt-manual.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-prompt-manual.htm
rename : testing/web-platform/tests/xhr/send-blob-with-no-mime-type.html => testing/web-platform/tests/XMLHttpRequest/send-blob-with-no-mime-type.html
rename : testing/web-platform/tests/xhr/send-conditional-cors.htm => testing/web-platform/tests/XMLHttpRequest/send-conditional-cors.htm
rename : testing/web-platform/tests/xhr/send-conditional.htm => testing/web-platform/tests/XMLHttpRequest/send-conditional.htm
rename : testing/web-platform/tests/xhr/send-content-type-charset.htm => testing/web-platform/tests/XMLHttpRequest/send-content-type-charset.htm
rename : testing/web-platform/tests/xhr/send-content-type-string.htm => testing/web-platform/tests/XMLHttpRequest/send-content-type-string.htm
rename : testing/web-platform/tests/xhr/send-data-arraybuffer.htm => testing/web-platform/tests/XMLHttpRequest/send-data-arraybuffer.htm
rename : testing/web-platform/tests/xhr/send-data-arraybufferview.htm => testing/web-platform/tests/XMLHttpRequest/send-data-arraybufferview.htm
rename : testing/web-platform/tests/xhr/send-data-blob.htm => testing/web-platform/tests/XMLHttpRequest/send-data-blob.htm
rename : testing/web-platform/tests/xhr/send-data-es-object.htm => testing/web-platform/tests/XMLHttpRequest/send-data-es-object.htm
rename : testing/web-platform/tests/xhr/send-data-formdata.htm => testing/web-platform/tests/XMLHttpRequest/send-data-formdata.htm
rename : testing/web-platform/tests/xhr/send-data-unexpected-tostring.htm => testing/web-platform/tests/XMLHttpRequest/send-data-unexpected-tostring.htm
rename : testing/web-platform/tests/xhr/send-entity-body-basic.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-basic.htm
rename : testing/web-platform/tests/xhr/send-entity-body-document-bogus.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-document-bogus.htm
rename : testing/web-platform/tests/xhr/send-entity-body-document.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-document.htm
rename : testing/web-platform/tests/xhr/send-entity-body-empty.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-empty.htm
rename : testing/web-platform/tests/xhr/send-entity-body-get-head-async.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-get-head-async.htm
rename : testing/web-platform/tests/xhr/send-entity-body-get-head.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-get-head.htm
rename : testing/web-platform/tests/xhr/send-entity-body-none.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-none.htm
rename : testing/web-platform/tests/xhr/send-network-error-async-events.sub.htm => testing/web-platform/tests/XMLHttpRequest/send-network-error-async-events.sub.htm
rename : testing/web-platform/tests/xhr/send-network-error-sync-events.sub.htm => testing/web-platform/tests/XMLHttpRequest/send-network-error-sync-events.sub.htm
rename : testing/web-platform/tests/xhr/send-no-response-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/send-no-response-event-loadend.htm
rename : testing/web-platform/tests/xhr/send-no-response-event-loadstart.htm => testing/web-platform/tests/XMLHttpRequest/send-no-response-event-loadstart.htm
rename : testing/web-platform/tests/xhr/send-no-response-event-order.htm => testing/web-platform/tests/XMLHttpRequest/send-no-response-event-order.htm
rename : testing/web-platform/tests/xhr/send-non-same-origin.htm => testing/web-platform/tests/XMLHttpRequest/send-non-same-origin.htm
rename : testing/web-platform/tests/xhr/send-receive-utf16.htm => testing/web-platform/tests/XMLHttpRequest/send-receive-utf16.htm
rename : testing/web-platform/tests/xhr/send-redirect-bogus-sync.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-bogus-sync.htm
rename : testing/web-platform/tests/xhr/send-redirect-bogus.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-bogus.htm
rename : testing/web-platform/tests/xhr/send-redirect-infinite-sync.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-infinite-sync.htm
rename : testing/web-platform/tests/xhr/send-redirect-infinite.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-infinite.htm
rename : testing/web-platform/tests/xhr/send-redirect-no-location.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-no-location.htm
rename : testing/web-platform/tests/xhr/send-redirect-post-upload.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-post-upload.htm
rename : testing/web-platform/tests/xhr/send-redirect-to-cors.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-to-cors.htm
rename : testing/web-platform/tests/xhr/send-redirect-to-non-cors.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-to-non-cors.htm
rename : testing/web-platform/tests/xhr/send-redirect.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect.htm
rename : testing/web-platform/tests/xhr/send-response-event-order.htm => testing/web-platform/tests/XMLHttpRequest/send-response-event-order.htm
rename : testing/web-platform/tests/xhr/send-response-upload-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-loadend.htm
rename : testing/web-platform/tests/xhr/send-response-upload-event-loadstart.htm => testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-loadstart.htm
rename : testing/web-platform/tests/xhr/send-response-upload-event-progress.htm => testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-progress.htm
rename : testing/web-platform/tests/xhr/send-send.htm => testing/web-platform/tests/XMLHttpRequest/send-send.htm
rename : testing/web-platform/tests/xhr/send-send.js => testing/web-platform/tests/XMLHttpRequest/send-send.js
rename : testing/web-platform/tests/xhr/send-send.worker.js => testing/web-platform/tests/XMLHttpRequest/send-send.worker.js
rename : testing/web-platform/tests/xhr/send-sync-blocks-async.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-blocks-async.htm
rename : testing/web-platform/tests/xhr/send-sync-no-response-event-load.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-load.htm
rename : testing/web-platform/tests/xhr/send-sync-no-response-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-loadend.htm
rename : testing/web-platform/tests/xhr/send-sync-no-response-event-order.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-order.htm
rename : testing/web-platform/tests/xhr/send-sync-response-event-order.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-response-event-order.htm
rename : testing/web-platform/tests/xhr/send-sync-timeout.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-timeout.htm
rename : testing/web-platform/tests/xhr/send-timeout-events.htm => testing/web-platform/tests/XMLHttpRequest/send-timeout-events.htm
rename : testing/web-platform/tests/xhr/send-usp.any.js => testing/web-platform/tests/XMLHttpRequest/send-usp.any.js
rename : testing/web-platform/tests/xhr/setrequestheader-after-send.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-after-send.htm
rename : testing/web-platform/tests/xhr/setrequestheader-allow-empty-value.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-allow-empty-value.htm
rename : testing/web-platform/tests/xhr/setrequestheader-allow-whitespace-in-value.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-allow-whitespace-in-value.htm
rename : testing/web-platform/tests/xhr/setrequestheader-before-open.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-before-open.htm
rename : testing/web-platform/tests/xhr/setrequestheader-bogus-name.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-bogus-name.htm
rename : testing/web-platform/tests/xhr/setrequestheader-bogus-value.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-bogus-value.htm
rename : testing/web-platform/tests/xhr/setrequestheader-case-insensitive.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-case-insensitive.htm
rename : testing/web-platform/tests/xhr/setrequestheader-content-type.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-content-type.htm
rename : testing/web-platform/tests/xhr/setrequestheader-header-allowed.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-header-allowed.htm
rename : testing/web-platform/tests/xhr/setrequestheader-header-forbidden.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-header-forbidden.htm
rename : testing/web-platform/tests/xhr/setrequestheader-open-setrequestheader.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-open-setrequestheader.htm
rename : testing/web-platform/tests/xhr/status-async.htm => testing/web-platform/tests/XMLHttpRequest/status-async.htm
rename : testing/web-platform/tests/xhr/status-basic.htm => testing/web-platform/tests/XMLHttpRequest/status-basic.htm
rename : testing/web-platform/tests/xhr/status-error.htm => testing/web-platform/tests/XMLHttpRequest/status-error.htm
rename : testing/web-platform/tests/xhr/template-element.html => testing/web-platform/tests/XMLHttpRequest/template-element.html
rename : testing/web-platform/tests/xhr/timeout-cors-async.htm => testing/web-platform/tests/XMLHttpRequest/timeout-cors-async.htm
rename : testing/web-platform/tests/xhr/timeout-sync.htm => testing/web-platform/tests/XMLHttpRequest/timeout-sync.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-basic.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-basic.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-eventtarget.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-eventtarget.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-network-error-sync.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-network-error-sync.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-network-error.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-network-error.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-block-defer-scripts-subframe.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-block-defer-scripts.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-block-scripts.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader-subframe.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-subframe.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-aborted.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-aborted.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-abortedonmain.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-overrides.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-overrides.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-overridesexpires.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-reused.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-reused.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-simple.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-simple.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-synconmain.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-twice.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-twice.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-aborted.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-overrides.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-overridesexpires.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-simple.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-synconworker.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-twice.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-unsent.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-unsent.htm
rename : testing/web-platform/tests/quirks/active-and-hover-manual.html => testing/web-platform/tests/quirks-mode/active-and-hover-manual.html
rename : testing/web-platform/tests/quirks/blocks-ignore-line-height.html => testing/web-platform/tests/quirks-mode/blocks-ignore-line-height.html
rename : testing/web-platform/tests/quirks/classname-query-after-sibling-adoption.html => testing/web-platform/tests/quirks-mode/classname-query-after-sibling-adoption.html
rename : testing/web-platform/tests/quirks/hashless-hex-color.html => testing/web-platform/tests/quirks-mode/hashless-hex-color.html
rename : testing/web-platform/tests/quirks/historical/list-item-bullet-size-ref.html => testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size-ref.html
rename : testing/web-platform/tests/quirks/historical/list-item-bullet-size.html => testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size.html
rename : testing/web-platform/tests/quirks/line-height-calculation.html => testing/web-platform/tests/quirks-mode/line-height-calculation.html
rename : testing/web-platform/tests/quirks/percentage-height-calculation.html => testing/web-platform/tests/quirks-mode/percentage-height-calculation.html
rename : testing/web-platform/tests/quirks/supports.html => testing/web-platform/tests/quirks-mode/supports.html
rename : testing/web-platform/tests/quirks/table-cell-nowrap-minimum-width-calculation.html => testing/web-platform/tests/quirks-mode/table-cell-nowrap-minimum-width-calculation.html
rename : testing/web-platform/tests/quirks/table-cell-width-calculation.html => testing/web-platform/tests/quirks-mode/table-cell-width-calculation.html
rename : testing/web-platform/tests/quirks/unitless-length.html => testing/web-platform/tests/quirks-mode/unitless-length.html
2018-01-27 00:30:30 -08:00
James Graham
6c439b25d7 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
2018-01-26 11:52:56 +00:00
Dorel Luca
35276d96fb Backed out changeset e9407b04cde1 (bug 1433144) for build bustage on test_orphan_file_patterns on a CLOSED TREE
--HG--
rename : testing/web-platform/tests/interfaces/WebCryptoAPI.idl => testing/web-platform/tests/WebCryptoAPI/WebCryptoAPI.idl
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.js => testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/digest/digest.https.worker.js => testing/web-platform/tests/WebCryptoAPI/digest/digest.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/rsa.https.worker.js => testing/web-platform/tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/ec_importKey.https.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/ec_importKey.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/rsa_importKey.https.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/rsa_importKey.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/import_export/symmetric_importKey.https.worker.js => testing/web-platform/tests/WebCryptoAPI/import_export/symmetric_importKey.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/ecdsa.https.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/ecdsa.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/hmac.https.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/hmac.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pkcs.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker.js => testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js
rename : testing/web-platform/tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker.js => testing/web-platform/tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.js
rename : testing/web-platform/tests/xhr/FormData-append.html => testing/web-platform/tests/XMLHttpRequest/FormData-append.html
rename : testing/web-platform/tests/xhr/OWNERS => testing/web-platform/tests/XMLHttpRequest/OWNERS
rename : testing/web-platform/tests/xhr/README.md => testing/web-platform/tests/XMLHttpRequest/README.md
rename : testing/web-platform/tests/xhr/XMLHttpRequest-withCredentials.any.js => testing/web-platform/tests/XMLHttpRequest/XMLHttpRequest-withCredentials.any.js
rename : testing/web-platform/tests/xhr/abort-after-receive.htm => testing/web-platform/tests/XMLHttpRequest/abort-after-receive.htm
rename : testing/web-platform/tests/xhr/abort-after-send.htm => testing/web-platform/tests/XMLHttpRequest/abort-after-send.htm
rename : testing/web-platform/tests/xhr/abort-after-stop.htm => testing/web-platform/tests/XMLHttpRequest/abort-after-stop.htm
rename : testing/web-platform/tests/xhr/abort-after-timeout.htm => testing/web-platform/tests/XMLHttpRequest/abort-after-timeout.htm
rename : testing/web-platform/tests/xhr/abort-during-done.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-done.htm
rename : testing/web-platform/tests/xhr/abort-during-headers-received.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-headers-received.htm
rename : testing/web-platform/tests/xhr/abort-during-loading.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-loading.htm
rename : testing/web-platform/tests/xhr/abort-during-open.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-open.htm
rename : testing/web-platform/tests/xhr/abort-during-open.js => testing/web-platform/tests/XMLHttpRequest/abort-during-open.js
rename : testing/web-platform/tests/xhr/abort-during-open.worker.js => testing/web-platform/tests/XMLHttpRequest/abort-during-open.worker.js
rename : testing/web-platform/tests/xhr/abort-during-unsent.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-unsent.htm
rename : testing/web-platform/tests/xhr/abort-during-upload.htm => testing/web-platform/tests/XMLHttpRequest/abort-during-upload.htm
rename : testing/web-platform/tests/xhr/abort-event-abort.htm => testing/web-platform/tests/XMLHttpRequest/abort-event-abort.htm
rename : testing/web-platform/tests/xhr/abort-event-listeners.htm => testing/web-platform/tests/XMLHttpRequest/abort-event-listeners.htm
rename : testing/web-platform/tests/xhr/abort-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/abort-event-loadend.htm
rename : testing/web-platform/tests/xhr/abort-event-order.htm => testing/web-platform/tests/XMLHttpRequest/abort-event-order.htm
rename : testing/web-platform/tests/xhr/abort-upload-event-abort.htm => testing/web-platform/tests/XMLHttpRequest/abort-upload-event-abort.htm
rename : testing/web-platform/tests/xhr/abort-upload-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/abort-upload-event-loadend.htm
rename : testing/web-platform/tests/xhr/anonymous-mode-unsupported.htm => testing/web-platform/tests/XMLHttpRequest/anonymous-mode-unsupported.htm
rename : testing/web-platform/tests/xhr/data-uri.htm => testing/web-platform/tests/XMLHttpRequest/data-uri.htm
rename : testing/web-platform/tests/xhr/event-abort.htm => testing/web-platform/tests/XMLHttpRequest/event-abort.htm
rename : testing/web-platform/tests/xhr/event-error-order.sub.html => testing/web-platform/tests/XMLHttpRequest/event-error-order.sub.html
rename : testing/web-platform/tests/xhr/event-error.sub.html => testing/web-platform/tests/XMLHttpRequest/event-error.sub.html
rename : testing/web-platform/tests/xhr/event-load.htm => testing/web-platform/tests/XMLHttpRequest/event-load.htm
rename : testing/web-platform/tests/xhr/event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/event-loadend.htm
rename : testing/web-platform/tests/xhr/event-loadstart-upload.htm => testing/web-platform/tests/XMLHttpRequest/event-loadstart-upload.htm
rename : testing/web-platform/tests/xhr/event-loadstart.htm => testing/web-platform/tests/XMLHttpRequest/event-loadstart.htm
rename : testing/web-platform/tests/xhr/event-progress.htm => testing/web-platform/tests/XMLHttpRequest/event-progress.htm
rename : testing/web-platform/tests/xhr/event-readystate-sync-open.htm => testing/web-platform/tests/XMLHttpRequest/event-readystate-sync-open.htm
rename : testing/web-platform/tests/xhr/event-readystatechange-loaded.htm => testing/web-platform/tests/XMLHttpRequest/event-readystatechange-loaded.htm
rename : testing/web-platform/tests/xhr/event-timeout-order.htm => testing/web-platform/tests/XMLHttpRequest/event-timeout-order.htm
rename : testing/web-platform/tests/xhr/event-timeout.htm => testing/web-platform/tests/XMLHttpRequest/event-timeout.htm
rename : testing/web-platform/tests/xhr/event-upload-progress.htm => testing/web-platform/tests/XMLHttpRequest/event-upload-progress.htm
rename : testing/web-platform/tests/xhr/firing-events-http-content-length.html => testing/web-platform/tests/XMLHttpRequest/firing-events-http-content-length.html
rename : testing/web-platform/tests/xhr/firing-events-http-no-content-length.html => testing/web-platform/tests/XMLHttpRequest/firing-events-http-no-content-length.html
rename : testing/web-platform/tests/xhr/folder.txt => testing/web-platform/tests/XMLHttpRequest/folder.txt
rename : testing/web-platform/tests/xhr/formdata-blob.htm => testing/web-platform/tests/XMLHttpRequest/formdata-blob.htm
rename : testing/web-platform/tests/xhr/formdata-delete.htm => testing/web-platform/tests/XMLHttpRequest/formdata-delete.htm
rename : testing/web-platform/tests/xhr/formdata-foreach.html => testing/web-platform/tests/XMLHttpRequest/formdata-foreach.html
rename : testing/web-platform/tests/xhr/formdata-get.htm => testing/web-platform/tests/XMLHttpRequest/formdata-get.htm
rename : testing/web-platform/tests/xhr/formdata-has.htm => testing/web-platform/tests/XMLHttpRequest/formdata-has.htm
rename : testing/web-platform/tests/xhr/formdata-set.htm => testing/web-platform/tests/XMLHttpRequest/formdata-set.htm
rename : testing/web-platform/tests/xhr/formdata.htm => testing/web-platform/tests/XMLHttpRequest/formdata.htm
rename : testing/web-platform/tests/xhr/getallresponseheaders-cookies.htm => testing/web-platform/tests/XMLHttpRequest/getallresponseheaders-cookies.htm
rename : testing/web-platform/tests/xhr/getallresponseheaders-status.htm => testing/web-platform/tests/XMLHttpRequest/getallresponseheaders-status.htm
rename : testing/web-platform/tests/xhr/getallresponseheaders.htm => testing/web-platform/tests/XMLHttpRequest/getallresponseheaders.htm
rename : testing/web-platform/tests/xhr/getresponseheader-case-insensitive.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-case-insensitive.htm
rename : testing/web-platform/tests/xhr/getresponseheader-chunked-trailer.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm
rename : testing/web-platform/tests/xhr/getresponseheader-cookies-and-more.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-cookies-and-more.htm
rename : testing/web-platform/tests/xhr/getresponseheader-error-state.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-error-state.htm
rename : testing/web-platform/tests/xhr/getresponseheader-server-date.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-server-date.htm
rename : testing/web-platform/tests/xhr/getresponseheader-special-characters.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-special-characters.htm
rename : testing/web-platform/tests/xhr/getresponseheader-unsent-opened-state.htm => testing/web-platform/tests/XMLHttpRequest/getresponseheader-unsent-opened-state.htm
rename : testing/web-platform/tests/xhr/headers-normalize-response.htm => testing/web-platform/tests/XMLHttpRequest/headers-normalize-response.htm
rename : testing/web-platform/tests/xhr/historical.html => testing/web-platform/tests/XMLHttpRequest/historical.html
rename : testing/web-platform/tests/xhr/loadstart-and-state.html => testing/web-platform/tests/XMLHttpRequest/loadstart-and-state.html
rename : testing/web-platform/tests/xhr/no-utf16-json.htm => testing/web-platform/tests/XMLHttpRequest/no-utf16-json.htm
rename : testing/web-platform/tests/xhr/open-after-abort.htm => testing/web-platform/tests/XMLHttpRequest/open-after-abort.htm
rename : testing/web-platform/tests/xhr/open-after-setrequestheader.htm => testing/web-platform/tests/XMLHttpRequest/open-after-setrequestheader.htm
rename : testing/web-platform/tests/xhr/open-during-abort-event.htm => testing/web-platform/tests/XMLHttpRequest/open-during-abort-event.htm
rename : testing/web-platform/tests/xhr/open-during-abort-processing.htm => testing/web-platform/tests/XMLHttpRequest/open-during-abort-processing.htm
rename : testing/web-platform/tests/xhr/open-during-abort.htm => testing/web-platform/tests/XMLHttpRequest/open-during-abort.htm
rename : testing/web-platform/tests/xhr/open-method-bogus.htm => testing/web-platform/tests/XMLHttpRequest/open-method-bogus.htm
rename : testing/web-platform/tests/xhr/open-method-case-insensitive.htm => testing/web-platform/tests/XMLHttpRequest/open-method-case-insensitive.htm
rename : testing/web-platform/tests/xhr/open-method-case-sensitive.htm => testing/web-platform/tests/XMLHttpRequest/open-method-case-sensitive.htm
rename : testing/web-platform/tests/xhr/open-method-insecure.htm => testing/web-platform/tests/XMLHttpRequest/open-method-insecure.htm
rename : testing/web-platform/tests/xhr/open-method-responsetype-set-sync.htm => testing/web-platform/tests/XMLHttpRequest/open-method-responsetype-set-sync.htm
rename : testing/web-platform/tests/xhr/open-open-send.htm => testing/web-platform/tests/XMLHttpRequest/open-open-send.htm
rename : testing/web-platform/tests/xhr/open-open-sync-send.htm => testing/web-platform/tests/XMLHttpRequest/open-open-sync-send.htm
rename : testing/web-platform/tests/xhr/open-referer.htm => testing/web-platform/tests/XMLHttpRequest/open-referer.htm
rename : testing/web-platform/tests/xhr/open-send-during-abort.htm => testing/web-platform/tests/XMLHttpRequest/open-send-during-abort.htm
rename : testing/web-platform/tests/xhr/open-send-open.htm => testing/web-platform/tests/XMLHttpRequest/open-send-open.htm
rename : testing/web-platform/tests/xhr/open-sync-open-send.htm => testing/web-platform/tests/XMLHttpRequest/open-sync-open-send.htm
rename : testing/web-platform/tests/xhr/open-url-about-blank-window.htm => testing/web-platform/tests/XMLHttpRequest/open-url-about-blank-window.htm
rename : testing/web-platform/tests/xhr/open-url-base-inserted-after-open.htm => testing/web-platform/tests/XMLHttpRequest/open-url-base-inserted-after-open.htm
rename : testing/web-platform/tests/xhr/open-url-base-inserted.htm => testing/web-platform/tests/XMLHttpRequest/open-url-base-inserted.htm
rename : testing/web-platform/tests/xhr/open-url-base.htm => testing/web-platform/tests/XMLHttpRequest/open-url-base.htm
rename : testing/web-platform/tests/xhr/open-url-encoding.htm => testing/web-platform/tests/XMLHttpRequest/open-url-encoding.htm
rename : testing/web-platform/tests/xhr/open-url-javascript-window-2.htm => testing/web-platform/tests/XMLHttpRequest/open-url-javascript-window-2.htm
rename : testing/web-platform/tests/xhr/open-url-javascript-window.htm => testing/web-platform/tests/XMLHttpRequest/open-url-javascript-window.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-2.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-2.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-3.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-3.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-4.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-4.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-5.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-5.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window-6.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window-6.htm
rename : testing/web-platform/tests/xhr/open-url-multi-window.htm => testing/web-platform/tests/XMLHttpRequest/open-url-multi-window.htm
rename : testing/web-platform/tests/xhr/open-url-redirected-worker-origin.htm => testing/web-platform/tests/XMLHttpRequest/open-url-redirected-worker-origin.htm
rename : testing/web-platform/tests/xhr/open-url-worker-origin.htm => testing/web-platform/tests/XMLHttpRequest/open-url-worker-origin.htm
rename : testing/web-platform/tests/xhr/open-url-worker-simple.htm => testing/web-platform/tests/XMLHttpRequest/open-url-worker-simple.htm
rename : testing/web-platform/tests/xhr/open-user-password-non-same-origin.htm => testing/web-platform/tests/XMLHttpRequest/open-user-password-non-same-origin.htm
rename : testing/web-platform/tests/xhr/overridemimetype-blob.html => testing/web-platform/tests/XMLHttpRequest/overridemimetype-blob.html
rename : testing/web-platform/tests/xhr/overridemimetype-done-state.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-done-state.htm
rename : testing/web-platform/tests/xhr/overridemimetype-headers-received-state-force-shiftjis.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-headers-received-state-force-shiftjis.htm
rename : testing/web-platform/tests/xhr/overridemimetype-invalid-mime-type.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-invalid-mime-type.htm
rename : testing/web-platform/tests/xhr/overridemimetype-loading-state.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-loading-state.htm
rename : testing/web-platform/tests/xhr/overridemimetype-open-state-force-utf-8.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm
rename : testing/web-platform/tests/xhr/overridemimetype-open-state-force-xml.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-open-state-force-xml.htm
rename : testing/web-platform/tests/xhr/overridemimetype-unsent-state-force-shiftjis.htm => testing/web-platform/tests/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm
rename : testing/web-platform/tests/xhr/preserve-ua-header-on-redirect.htm => testing/web-platform/tests/XMLHttpRequest/preserve-ua-header-on-redirect.htm
rename : testing/web-platform/tests/xhr/progress-events-response-data-gzip.htm => testing/web-platform/tests/XMLHttpRequest/progress-events-response-data-gzip.htm
rename : testing/web-platform/tests/xhr/progressevent-constructor.html => testing/web-platform/tests/XMLHttpRequest/progressevent-constructor.html
rename : testing/web-platform/tests/xhr/progressevent-interface.html => testing/web-platform/tests/XMLHttpRequest/progressevent-interface.html
rename : testing/web-platform/tests/xhr/resources/accept-language.py => testing/web-platform/tests/XMLHttpRequest/resources/accept-language.py
rename : testing/web-platform/tests/xhr/resources/accept.py => testing/web-platform/tests/XMLHttpRequest/resources/accept.py
rename : testing/web-platform/tests/xhr/resources/access-control-allow-lists.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-allow-lists.py
rename : testing/web-platform/tests/xhr/resources/access-control-allow-with-body.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-allow-with-body.py
rename : testing/web-platform/tests/xhr/resources/access-control-auth-basic.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-auth-basic.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-allow-no-credentials.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow-no-credentials.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-allow-star.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow-star.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-allow.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-allow.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-cors-safelisted-request-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-cors-safelisted-request-headers.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-denied.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-denied.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-options-not-supported.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-options-not-supported.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache-invalidation.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache-invalidation.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache-timeout.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache-timeout.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-preflight-cache.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-preflight-cache.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-put-allow.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-put-allow.py
rename : testing/web-platform/tests/xhr/resources/access-control-basic-whitelist-response-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-basic-whitelist-response-headers.py
rename : testing/web-platform/tests/xhr/resources/access-control-cookie.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-cookie.py
rename : testing/web-platform/tests/xhr/resources/access-control-origin-header.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-origin-header.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-denied.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-denied.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-header-lowercase.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-header-lowercase.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-header-sorted.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-header-sorted.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-headers-origin.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-headers-origin.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-invalid-status.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-invalid-status.py
rename : testing/web-platform/tests/xhr/resources/access-control-preflight-request-must-not-contain-cookie.py => testing/web-platform/tests/XMLHttpRequest/resources/access-control-preflight-request-must-not-contain-cookie.py
rename : testing/web-platform/tests/xhr/resources/access-control-sandboxed-iframe.html => testing/web-platform/tests/XMLHttpRequest/resources/access-control-sandboxed-iframe.html
rename : testing/web-platform/tests/xhr/resources/auth1/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth1/auth.py
rename : testing/web-platform/tests/xhr/resources/auth2/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth2/auth.py
rename : testing/web-platform/tests/xhr/resources/auth2/corsenabled.py => testing/web-platform/tests/XMLHttpRequest/resources/auth2/corsenabled.py
rename : testing/web-platform/tests/xhr/resources/auth3/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth3/auth.py
rename : testing/web-platform/tests/xhr/resources/auth4/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth4/auth.py
rename : testing/web-platform/tests/xhr/resources/auth5/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth5/auth.py
rename : testing/web-platform/tests/xhr/resources/auth6/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth6/auth.py
rename : testing/web-platform/tests/xhr/resources/auth7/corsenabled.py => testing/web-platform/tests/XMLHttpRequest/resources/auth7/corsenabled.py
rename : testing/web-platform/tests/xhr/resources/auth8/corsenabled-no-authorize.py => testing/web-platform/tests/XMLHttpRequest/resources/auth8/corsenabled-no-authorize.py
rename : testing/web-platform/tests/xhr/resources/auth9/auth.py => testing/web-platform/tests/XMLHttpRequest/resources/auth9/auth.py
rename : testing/web-platform/tests/xhr/resources/authentication.py => testing/web-platform/tests/XMLHttpRequest/resources/authentication.py
rename : testing/web-platform/tests/xhr/resources/base.xml => testing/web-platform/tests/XMLHttpRequest/resources/base.xml
rename : testing/web-platform/tests/xhr/resources/chunked.py => testing/web-platform/tests/XMLHttpRequest/resources/chunked.py
rename : testing/web-platform/tests/xhr/resources/conditional.py => testing/web-platform/tests/XMLHttpRequest/resources/conditional.py
rename : testing/web-platform/tests/xhr/resources/content.py => testing/web-platform/tests/XMLHttpRequest/resources/content.py
rename : testing/web-platform/tests/xhr/resources/corsenabled.py => testing/web-platform/tests/XMLHttpRequest/resources/corsenabled.py
rename : testing/web-platform/tests/xhr/resources/delay.py => testing/web-platform/tests/XMLHttpRequest/resources/delay.py
rename : testing/web-platform/tests/xhr/resources/echo-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/echo-headers.py
rename : testing/web-platform/tests/xhr/resources/echo-method.py => testing/web-platform/tests/XMLHttpRequest/resources/echo-method.py
rename : testing/web-platform/tests/xhr/resources/empty-div-utf8-html.py => testing/web-platform/tests/XMLHttpRequest/resources/empty-div-utf8-html.py
rename : testing/web-platform/tests/xhr/resources/folder.txt => testing/web-platform/tests/XMLHttpRequest/resources/folder.txt
rename : testing/web-platform/tests/xhr/resources/form.py => testing/web-platform/tests/XMLHttpRequest/resources/form.py
rename : testing/web-platform/tests/xhr/resources/gzip.py => testing/web-platform/tests/XMLHttpRequest/resources/gzip.py
rename : testing/web-platform/tests/xhr/resources/header-content-length.asis => testing/web-platform/tests/XMLHttpRequest/resources/header-content-length.asis
rename : testing/web-platform/tests/xhr/resources/headers-basic.asis => testing/web-platform/tests/XMLHttpRequest/resources/headers-basic.asis
rename : testing/web-platform/tests/xhr/resources/headers.asis => testing/web-platform/tests/XMLHttpRequest/resources/headers.asis
rename : testing/web-platform/tests/xhr/resources/headers.py => testing/web-platform/tests/XMLHttpRequest/resources/headers.py
rename : testing/web-platform/tests/xhr/resources/image.gif => testing/web-platform/tests/XMLHttpRequest/resources/image.gif
rename : testing/web-platform/tests/xhr/resources/img-utf8-html.py => testing/web-platform/tests/XMLHttpRequest/resources/img-utf8-html.py
rename : testing/web-platform/tests/xhr/resources/img.jpg => testing/web-platform/tests/XMLHttpRequest/resources/img.jpg
rename : testing/web-platform/tests/xhr/resources/infinite-redirects.py => testing/web-platform/tests/XMLHttpRequest/resources/infinite-redirects.py
rename : testing/web-platform/tests/xhr/resources/init.htm => testing/web-platform/tests/XMLHttpRequest/resources/init.htm
rename : testing/web-platform/tests/xhr/resources/inspect-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/inspect-headers.py
rename : testing/web-platform/tests/xhr/resources/invalid-utf8-html.py => testing/web-platform/tests/XMLHttpRequest/resources/invalid-utf8-html.py
rename : testing/web-platform/tests/xhr/resources/last-modified.py => testing/web-platform/tests/XMLHttpRequest/resources/last-modified.py
rename : testing/web-platform/tests/xhr/resources/no-custom-header-on-preflight.py => testing/web-platform/tests/XMLHttpRequest/resources/no-custom-header-on-preflight.py
rename : testing/web-platform/tests/xhr/resources/nocors/folder.txt => testing/web-platform/tests/XMLHttpRequest/resources/nocors/folder.txt
rename : testing/web-platform/tests/xhr/resources/parse-headers.py => testing/web-platform/tests/XMLHttpRequest/resources/parse-headers.py
rename : testing/web-platform/tests/xhr/resources/pass.txt => testing/web-platform/tests/XMLHttpRequest/resources/pass.txt
rename : testing/web-platform/tests/xhr/resources/redirect-cors.py => testing/web-platform/tests/XMLHttpRequest/resources/redirect-cors.py
rename : testing/web-platform/tests/xhr/resources/redirect.py => testing/web-platform/tests/XMLHttpRequest/resources/redirect.py
rename : testing/web-platform/tests/xhr/resources/requri.py => testing/web-platform/tests/XMLHttpRequest/resources/requri.py
rename : testing/web-platform/tests/xhr/resources/reset-token.py => testing/web-platform/tests/XMLHttpRequest/resources/reset-token.py
rename : testing/web-platform/tests/xhr/resources/responseType-document-in-worker.js => testing/web-platform/tests/XMLHttpRequest/resources/responseType-document-in-worker.js
rename : testing/web-platform/tests/xhr/resources/responseXML-unavailable-in-worker.js => testing/web-platform/tests/XMLHttpRequest/resources/responseXML-unavailable-in-worker.js
rename : testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-1.htm => testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-1.htm
rename : testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-2.htm => testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-2.htm
rename : testing/web-platform/tests/xhr/resources/send-after-setting-document-domain-window-helper.js => testing/web-platform/tests/XMLHttpRequest/resources/send-after-setting-document-domain-window-helper.js
rename : testing/web-platform/tests/xhr/resources/shift-jis-html.py => testing/web-platform/tests/XMLHttpRequest/resources/shift-jis-html.py
rename : testing/web-platform/tests/xhr/resources/status.py => testing/web-platform/tests/XMLHttpRequest/resources/status.py
rename : testing/web-platform/tests/xhr/resources/trickle.py => testing/web-platform/tests/XMLHttpRequest/resources/trickle.py
rename : testing/web-platform/tests/xhr/resources/upload.py => testing/web-platform/tests/XMLHttpRequest/resources/upload.py
rename : testing/web-platform/tests/xhr/resources/utf16-bom.json => testing/web-platform/tests/XMLHttpRequest/resources/utf16-bom.json
rename : testing/web-platform/tests/xhr/resources/utf16.txt => testing/web-platform/tests/XMLHttpRequest/resources/utf16.txt
rename : testing/web-platform/tests/xhr/resources/well-formed.xml => testing/web-platform/tests/XMLHttpRequest/resources/well-formed.xml
rename : testing/web-platform/tests/xhr/resources/win-1252-html.py => testing/web-platform/tests/XMLHttpRequest/resources/win-1252-html.py
rename : testing/web-platform/tests/xhr/resources/win-1252-xml.py => testing/web-platform/tests/XMLHttpRequest/resources/win-1252-xml.py
rename : testing/web-platform/tests/xhr/resources/workerxhr-origin-referrer.js => testing/web-platform/tests/XMLHttpRequest/resources/workerxhr-origin-referrer.js
rename : testing/web-platform/tests/xhr/resources/workerxhr-simple.js => testing/web-platform/tests/XMLHttpRequest/resources/workerxhr-simple.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-event-order.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-event-order.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-aborted.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-aborted.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-abortedonmain.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-abortedonmain.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-overrides.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-overrides.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-overridesexpires.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-overridesexpires.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-runner.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-runner.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-simple.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-simple.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-synconmain.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-synconmain.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-synconworker.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-synconworker.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout-twice.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout-twice.js
rename : testing/web-platform/tests/xhr/resources/xmlhttprequest-timeout.js => testing/web-platform/tests/XMLHttpRequest/resources/xmlhttprequest-timeout.js
rename : testing/web-platform/tests/xhr/resources/zlib.py => testing/web-platform/tests/XMLHttpRequest/resources/zlib.py
rename : testing/web-platform/tests/xhr/response-data-arraybuffer.htm => testing/web-platform/tests/XMLHttpRequest/response-data-arraybuffer.htm
rename : testing/web-platform/tests/xhr/response-data-blob.htm => testing/web-platform/tests/XMLHttpRequest/response-data-blob.htm
rename : testing/web-platform/tests/xhr/response-data-deflate.htm => testing/web-platform/tests/XMLHttpRequest/response-data-deflate.htm
rename : testing/web-platform/tests/xhr/response-data-gzip.htm => testing/web-platform/tests/XMLHttpRequest/response-data-gzip.htm
rename : testing/web-platform/tests/xhr/response-data-progress.htm => testing/web-platform/tests/XMLHttpRequest/response-data-progress.htm
rename : testing/web-platform/tests/xhr/response-invalid-responsetype.htm => testing/web-platform/tests/XMLHttpRequest/response-invalid-responsetype.htm
rename : testing/web-platform/tests/xhr/response-json.htm => testing/web-platform/tests/XMLHttpRequest/response-json.htm
rename : testing/web-platform/tests/xhr/response-method.htm => testing/web-platform/tests/XMLHttpRequest/response-method.htm
rename : testing/web-platform/tests/xhr/responseText-status.html => testing/web-platform/tests/XMLHttpRequest/responseText-status.html
rename : testing/web-platform/tests/xhr/responseType-document-in-worker.html => testing/web-platform/tests/XMLHttpRequest/responseType-document-in-worker.html
rename : testing/web-platform/tests/xhr/responseXML-unavailable-in-worker.html => testing/web-platform/tests/XMLHttpRequest/responseXML-unavailable-in-worker.html
rename : testing/web-platform/tests/xhr/responsedocument-decoding.htm => testing/web-platform/tests/XMLHttpRequest/responsedocument-decoding.htm
rename : testing/web-platform/tests/xhr/responsetext-decoding.htm => testing/web-platform/tests/XMLHttpRequest/responsetext-decoding.htm
rename : testing/web-platform/tests/xhr/responsetype.html => testing/web-platform/tests/XMLHttpRequest/responsetype.html
rename : testing/web-platform/tests/xhr/responseurl.html => testing/web-platform/tests/XMLHttpRequest/responseurl.html
rename : testing/web-platform/tests/xhr/responsexml-basic.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-basic.htm
rename : testing/web-platform/tests/xhr/responsexml-document-properties.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-document-properties.htm
rename : testing/web-platform/tests/xhr/responsexml-get-twice.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-get-twice.htm
rename : testing/web-platform/tests/xhr/responsexml-media-type.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-media-type.htm
rename : testing/web-platform/tests/xhr/responsexml-non-document-types.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-non-document-types.htm
rename : testing/web-platform/tests/xhr/responsexml-non-well-formed.htm => testing/web-platform/tests/XMLHttpRequest/responsexml-non-well-formed.htm
rename : testing/web-platform/tests/xhr/send-accept-language.htm => testing/web-platform/tests/XMLHttpRequest/send-accept-language.htm
rename : testing/web-platform/tests/xhr/send-accept.htm => testing/web-platform/tests/XMLHttpRequest/send-accept.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-cors-not-enabled.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-cors-not-enabled.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-cors.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-cors.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-repeat-no-args.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-repeat-no-args.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader-and-arguments.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader-existing-session.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader-existing-session.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic-setrequestheader.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic-setrequestheader.htm
rename : testing/web-platform/tests/xhr/send-authentication-basic.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-basic.htm
rename : testing/web-platform/tests/xhr/send-authentication-competing-names-passwords.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-competing-names-passwords.htm
rename : testing/web-platform/tests/xhr/send-authentication-cors-basic-setrequestheader.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-cors-basic-setrequestheader.htm
rename : testing/web-platform/tests/xhr/send-authentication-cors-setrequestheader-no-cred.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-cors-setrequestheader-no-cred.htm
rename : testing/web-platform/tests/xhr/send-authentication-existing-session-manual.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-existing-session-manual.htm
rename : testing/web-platform/tests/xhr/send-authentication-prompt-2-manual.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-prompt-2-manual.htm
rename : testing/web-platform/tests/xhr/send-authentication-prompt-manual.htm => testing/web-platform/tests/XMLHttpRequest/send-authentication-prompt-manual.htm
rename : testing/web-platform/tests/xhr/send-blob-with-no-mime-type.html => testing/web-platform/tests/XMLHttpRequest/send-blob-with-no-mime-type.html
rename : testing/web-platform/tests/xhr/send-conditional-cors.htm => testing/web-platform/tests/XMLHttpRequest/send-conditional-cors.htm
rename : testing/web-platform/tests/xhr/send-conditional.htm => testing/web-platform/tests/XMLHttpRequest/send-conditional.htm
rename : testing/web-platform/tests/xhr/send-content-type-charset.htm => testing/web-platform/tests/XMLHttpRequest/send-content-type-charset.htm
rename : testing/web-platform/tests/xhr/send-content-type-string.htm => testing/web-platform/tests/XMLHttpRequest/send-content-type-string.htm
rename : testing/web-platform/tests/xhr/send-data-arraybuffer.htm => testing/web-platform/tests/XMLHttpRequest/send-data-arraybuffer.htm
rename : testing/web-platform/tests/xhr/send-data-arraybufferview.htm => testing/web-platform/tests/XMLHttpRequest/send-data-arraybufferview.htm
rename : testing/web-platform/tests/xhr/send-data-blob.htm => testing/web-platform/tests/XMLHttpRequest/send-data-blob.htm
rename : testing/web-platform/tests/xhr/send-data-es-object.htm => testing/web-platform/tests/XMLHttpRequest/send-data-es-object.htm
rename : testing/web-platform/tests/xhr/send-data-formdata.htm => testing/web-platform/tests/XMLHttpRequest/send-data-formdata.htm
rename : testing/web-platform/tests/xhr/send-data-unexpected-tostring.htm => testing/web-platform/tests/XMLHttpRequest/send-data-unexpected-tostring.htm
rename : testing/web-platform/tests/xhr/send-entity-body-basic.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-basic.htm
rename : testing/web-platform/tests/xhr/send-entity-body-document-bogus.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-document-bogus.htm
rename : testing/web-platform/tests/xhr/send-entity-body-document.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-document.htm
rename : testing/web-platform/tests/xhr/send-entity-body-empty.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-empty.htm
rename : testing/web-platform/tests/xhr/send-entity-body-get-head-async.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-get-head-async.htm
rename : testing/web-platform/tests/xhr/send-entity-body-get-head.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-get-head.htm
rename : testing/web-platform/tests/xhr/send-entity-body-none.htm => testing/web-platform/tests/XMLHttpRequest/send-entity-body-none.htm
rename : testing/web-platform/tests/xhr/send-network-error-async-events.sub.htm => testing/web-platform/tests/XMLHttpRequest/send-network-error-async-events.sub.htm
rename : testing/web-platform/tests/xhr/send-network-error-sync-events.sub.htm => testing/web-platform/tests/XMLHttpRequest/send-network-error-sync-events.sub.htm
rename : testing/web-platform/tests/xhr/send-no-response-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/send-no-response-event-loadend.htm
rename : testing/web-platform/tests/xhr/send-no-response-event-loadstart.htm => testing/web-platform/tests/XMLHttpRequest/send-no-response-event-loadstart.htm
rename : testing/web-platform/tests/xhr/send-no-response-event-order.htm => testing/web-platform/tests/XMLHttpRequest/send-no-response-event-order.htm
rename : testing/web-platform/tests/xhr/send-non-same-origin.htm => testing/web-platform/tests/XMLHttpRequest/send-non-same-origin.htm
rename : testing/web-platform/tests/xhr/send-receive-utf16.htm => testing/web-platform/tests/XMLHttpRequest/send-receive-utf16.htm
rename : testing/web-platform/tests/xhr/send-redirect-bogus-sync.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-bogus-sync.htm
rename : testing/web-platform/tests/xhr/send-redirect-bogus.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-bogus.htm
rename : testing/web-platform/tests/xhr/send-redirect-infinite-sync.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-infinite-sync.htm
rename : testing/web-platform/tests/xhr/send-redirect-infinite.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-infinite.htm
rename : testing/web-platform/tests/xhr/send-redirect-no-location.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-no-location.htm
rename : testing/web-platform/tests/xhr/send-redirect-post-upload.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-post-upload.htm
rename : testing/web-platform/tests/xhr/send-redirect-to-cors.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-to-cors.htm
rename : testing/web-platform/tests/xhr/send-redirect-to-non-cors.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect-to-non-cors.htm
rename : testing/web-platform/tests/xhr/send-redirect.htm => testing/web-platform/tests/XMLHttpRequest/send-redirect.htm
rename : testing/web-platform/tests/xhr/send-response-event-order.htm => testing/web-platform/tests/XMLHttpRequest/send-response-event-order.htm
rename : testing/web-platform/tests/xhr/send-response-upload-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-loadend.htm
rename : testing/web-platform/tests/xhr/send-response-upload-event-loadstart.htm => testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-loadstart.htm
rename : testing/web-platform/tests/xhr/send-response-upload-event-progress.htm => testing/web-platform/tests/XMLHttpRequest/send-response-upload-event-progress.htm
rename : testing/web-platform/tests/xhr/send-send.htm => testing/web-platform/tests/XMLHttpRequest/send-send.htm
rename : testing/web-platform/tests/xhr/send-send.js => testing/web-platform/tests/XMLHttpRequest/send-send.js
rename : testing/web-platform/tests/xhr/send-send.worker.js => testing/web-platform/tests/XMLHttpRequest/send-send.worker.js
rename : testing/web-platform/tests/xhr/send-sync-blocks-async.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-blocks-async.htm
rename : testing/web-platform/tests/xhr/send-sync-no-response-event-load.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-load.htm
rename : testing/web-platform/tests/xhr/send-sync-no-response-event-loadend.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-loadend.htm
rename : testing/web-platform/tests/xhr/send-sync-no-response-event-order.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-no-response-event-order.htm
rename : testing/web-platform/tests/xhr/send-sync-response-event-order.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-response-event-order.htm
rename : testing/web-platform/tests/xhr/send-sync-timeout.htm => testing/web-platform/tests/XMLHttpRequest/send-sync-timeout.htm
rename : testing/web-platform/tests/xhr/send-timeout-events.htm => testing/web-platform/tests/XMLHttpRequest/send-timeout-events.htm
rename : testing/web-platform/tests/xhr/send-usp.any.js => testing/web-platform/tests/XMLHttpRequest/send-usp.any.js
rename : testing/web-platform/tests/xhr/setrequestheader-after-send.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-after-send.htm
rename : testing/web-platform/tests/xhr/setrequestheader-allow-empty-value.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-allow-empty-value.htm
rename : testing/web-platform/tests/xhr/setrequestheader-allow-whitespace-in-value.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-allow-whitespace-in-value.htm
rename : testing/web-platform/tests/xhr/setrequestheader-before-open.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-before-open.htm
rename : testing/web-platform/tests/xhr/setrequestheader-bogus-name.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-bogus-name.htm
rename : testing/web-platform/tests/xhr/setrequestheader-bogus-value.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-bogus-value.htm
rename : testing/web-platform/tests/xhr/setrequestheader-case-insensitive.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-case-insensitive.htm
rename : testing/web-platform/tests/xhr/setrequestheader-content-type.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-content-type.htm
rename : testing/web-platform/tests/xhr/setrequestheader-header-allowed.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-header-allowed.htm
rename : testing/web-platform/tests/xhr/setrequestheader-header-forbidden.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-header-forbidden.htm
rename : testing/web-platform/tests/xhr/setrequestheader-open-setrequestheader.htm => testing/web-platform/tests/XMLHttpRequest/setrequestheader-open-setrequestheader.htm
rename : testing/web-platform/tests/xhr/status-async.htm => testing/web-platform/tests/XMLHttpRequest/status-async.htm
rename : testing/web-platform/tests/xhr/status-basic.htm => testing/web-platform/tests/XMLHttpRequest/status-basic.htm
rename : testing/web-platform/tests/xhr/status-error.htm => testing/web-platform/tests/XMLHttpRequest/status-error.htm
rename : testing/web-platform/tests/xhr/template-element.html => testing/web-platform/tests/XMLHttpRequest/template-element.html
rename : testing/web-platform/tests/xhr/timeout-cors-async.htm => testing/web-platform/tests/XMLHttpRequest/timeout-cors-async.htm
rename : testing/web-platform/tests/xhr/timeout-sync.htm => testing/web-platform/tests/XMLHttpRequest/timeout-sync.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-basic.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-basic.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-eventtarget.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-eventtarget.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-network-error-sync.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-network-error-sync.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-network-error.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-network-error.htm
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-block-defer-scripts-subframe.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-block-defer-scripts.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-block-scripts.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader-subframe.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-subframe.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-aborted.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-aborted.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-abortedonmain.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-overrides.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-overrides.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-overridesexpires.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-reused.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-reused.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-simple.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-simple.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-synconmain.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-twice.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-twice.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-aborted.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-overrides.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-overridesexpires.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-simple.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-synconworker.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-timeout-worker-twice.html => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html
rename : testing/web-platform/tests/xhr/xmlhttprequest-unsent.htm => testing/web-platform/tests/XMLHttpRequest/xmlhttprequest-unsent.htm
rename : testing/web-platform/tests/quirks/active-and-hover-manual.html => testing/web-platform/tests/quirks-mode/active-and-hover-manual.html
rename : testing/web-platform/tests/quirks/blocks-ignore-line-height.html => testing/web-platform/tests/quirks-mode/blocks-ignore-line-height.html
rename : testing/web-platform/tests/quirks/classname-query-after-sibling-adoption.html => testing/web-platform/tests/quirks-mode/classname-query-after-sibling-adoption.html
rename : testing/web-platform/tests/quirks/hashless-hex-color.html => testing/web-platform/tests/quirks-mode/hashless-hex-color.html
rename : testing/web-platform/tests/quirks/historical/list-item-bullet-size-ref.html => testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size-ref.html
rename : testing/web-platform/tests/quirks/historical/list-item-bullet-size.html => testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size.html
rename : testing/web-platform/tests/quirks/line-height-calculation.html => testing/web-platform/tests/quirks-mode/line-height-calculation.html
rename : testing/web-platform/tests/quirks/percentage-height-calculation.html => testing/web-platform/tests/quirks-mode/percentage-height-calculation.html
rename : testing/web-platform/tests/quirks/supports.html => testing/web-platform/tests/quirks-mode/supports.html
rename : testing/web-platform/tests/quirks/table-cell-nowrap-minimum-width-calculation.html => testing/web-platform/tests/quirks-mode/table-cell-nowrap-minimum-width-calculation.html
rename : testing/web-platform/tests/quirks/table-cell-width-calculation.html => testing/web-platform/tests/quirks-mode/table-cell-width-calculation.html
rename : testing/web-platform/tests/quirks/unitless-length.html => testing/web-platform/tests/quirks-mode/unitless-length.html
2018-01-25 23:47:48 +02:00
James Graham
c5596cae4d 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
2018-01-25 18:56:05 +00:00
Lars T Hansen
3d9e46b95b Bug 1412238 - Implement WebAssembly.Global for immutables. r=luke
--HG--
extra : rebase_source : 95f927424504041f5e08cce8f233f2cbbc1a641f
2018-01-10 14:44:35 +01:00
James Graham
229e8d466e Bug 1410245 - Update wpt metadata, a=testonly
MozReview-Commit-ID: FjugaXdTO9N
2017-10-25 10:48:22 +01:00
Attila Craciun
a986dce33a Backed out changeset bbe1dd22db0b (bug 1410245) 2017-10-20 15:37:04 +03:00
James Graham
320de29654 Bug 1410245 - Update wpt metadata, a=testonly
MozReview-Commit-ID: FjugaXdTO9N
2017-10-20 11:07:53 +01:00
Sebastian Hengst
8a081b7f3f Backed out changeset ce0951d543c9 (bug 1410245) 2017-10-20 00:48:27 +02:00
James Graham
899e8ef5d8 Bug 1410245 - Update wpt metadata, a=testonly
MozReview-Commit-ID: FjugaXdTO9N
2017-10-19 22:23:21 +01:00
Henri Sivonen
2061eb8fbe Bug 1405568 - Return false from nsHtml5String::LowerCaseStartsWithASCII when this string is shorter than the literal. r=smaug
MozReview-Commit-ID: AfPZ3nnOGQu

--HG--
extra : rebase_source : df5bd4fa2629dcc0433bdad68125b7c768a18744
2017-10-09 10:43:48 +03:00
Andreas Farre
66345bc361 Bug 1378402 - Add tests for budget throttling. r=bkelly 2017-10-06 01:08:00 -04:00
Jon Coppeard
bbf830a646 Bug 1395896 - Record module dependency before starting fetch so that error handling works correctly r=bkelly 2017-09-06 09:07:09 +01:00
Jon Coppeard
1e5b564a33 Bug 1362098 - Add tests for module error reporting r=bkelly 2017-08-23 17:24:38 +01:00
Jon Coppeard
97ccdf1de8 Bug 1358882 - Add a circular module import test r=smaug 2017-08-23 10:51:40 +01:00
Jon Coppeard
4ccabf8cae Bug 1388728 - Improve module loader mochitests and re-enable failing WPT tests r=bkelly 2017-08-22 10:43:27 +01:00
Christoph Kerschbaumer
8c2c44531e Bug 1377557 - follow up: Update manifest.json. r=me 2017-07-06 12:21:51 +02:00
Masayuki Nakano
ef6bac5b7b Bug 1377752 - part1: Add automated test for checking scroll position and focused document when setting selection into a contenteditable element in an iframe element r=smaug
When an iframe doesn't have focus, moving selection into a contenteditable element in it shouldn't cause moving focus to the document, moving focus to the editable element nor scrolling to the editor but the editor should become active element.

When an iframe has focus, moving selection into a contenteditable element in it should cause moving focus to the editor and scroll it into the view.

MozReview-Commit-ID: 1ZDPj6UotLn

--HG--
extra : rebase_source : c407e41f7f6ad771d25a5085786b94dd1bd99792
2017-07-05 22:21:43 +09:00
James Graham
6689a4283f Bug 1369109 - Ensure conftest.py files are not considered as tests, r=maja_zf
MozReview-Commit-ID: IfBZsTZTSPQ

--HG--
extra : rebase_source : 224fca601228502b8a5be8d989747a1e5eab60ad
2017-06-05 16:41:23 +01:00
Masayuki Nakano
e7a81b2984 Bug 1367460 Shouldn't make focused editing host blurred when moving selection with Selection API r=smaug
Chromium doesn't make focused editing host blurred when a Selection API method call moves selection to a non-editable node.  Let's follow same behavior for compatibility with both Chromium and Gecko 54.

MozReview-Commit-ID: HXmYX18HVA5

--HG--
extra : rebase_source : 61a380b9f08abc1049d72cc3dd0c4d262f9eaff9
2017-05-30 18:07:22 +09:00
Mantaroh Yoshinaga
fbe6893725 Bug 1363246 - Add w-p-t of font stretch's addition/accumulation. r=birtles
MozReview-Commit-ID: 8mA2HZkH55f

--HG--
extra : rebase_source : 7b71118c214cadc4798ff988541bd7e2b889a66e
2017-05-25 10:14:46 +09:00
Luke Wagner
74351152aa Bug 1366382 - Baldr: update webplatformtests with jsapi.js test changes on CLOSED TREE (r=red)
MozReview-Commit-ID: C2f2C7JvL1d

--HG--
extra : rebase_source : 0172ade6e6b1b8487098a394ff38d9d0f51ecfda
2017-05-24 11:24:34 -05:00
Phil Ringnalda
6953743b8d Bug 1366518 - Set javascript.options.asyncstack for testing/web-platform/mozilla/meta/wasm/jsapi.js.html since parts of it only work when that pref is true, r=bbouvier
MozReview-Commit-ID: 6hqPySjjSjk
2017-05-20 20:22:10 -07:00
Hiroyuki Ikezoe
5e7afc6f95 Bug 1364795 - Update web-platform tests meta data. r=hiro
There are some files that corresponding meta data have not been updated.

MozReview-Commit-ID: 8uJ7jCLhJt2

--HG--
extra : rebase_source : 0288da865013ef1818b8b4c3323d415e2f1da1d1
2017-05-15 10:14:48 +09:00
André Bargull
f21754e0f3 Bug 1317383 - Part 5: Update expected results for wpt typedarray and wasm tests. r=bbouvier
--HG--
extra : rebase_source : 47be2308322e996fa8bef359d5f1b523fac9801e
2017-05-02 14:21:04 -07:00
Sebastian Hengst
d94e350008 Backed out changeset d40e448b1a33 and 195d6bc4e2ca (bug 1358882) for asserting and failing in wpt circular-module-import-with-syntax-error.html. r=backout 2017-05-02 21:18:02 +02:00
Jon Coppeard
639071303d Bug 1358882 - Check for failed instantiation when starting to fetch module dependencies r=smaug 2017-05-02 18:01:51 +01:00
Jeremy Chen
29e85ccbca Bug 1359786 - update MANIFEST for web-platform-tests. r=hiro DONTBUILD (test-only)
MozReview-Commit-ID: 8zAizjwsMLN
2017-05-01 00:36:06 +08:00
Wes Kocher
9528ad9a03 Merge m-c to inbound, a=merge
MozReview-Commit-ID: DaH1djmEY5A
2017-04-27 13:29:07 -07:00
Jeremy Chen
97e8b7fffc Bug 1354437 - enable border-spacing interpolation test. r=hiro
So far, we don't have a type to test anamations of a pair of length.
Since border-spacing consists two absolute lengths, we shall add this
new type.

MozReview-Commit-ID: Bo8VMWPLDHc

--HG--
extra : rebase_source : 26439e622fac5806465e971b84a111c9e01ffe1e
2017-04-27 17:26:31 +08:00
Aryeh Gregor
5bc9092ee8 Bug 1359780 - Always remove duplicates/whitespace in DOMTokenList methods r=masayuki
Previously, replace() and toggle() would not always remove duplicates
and whitespace from the DOM attribute in the case where they were no-ops
(replacing a nonexistent token, force-toggling a token to its current
state).  Now they do.  This matches the behavior of add() and remove(),
and also replace() in one case (replacing an existing token with
itself).

This follows a spec change: https://github.com/whatwg/dom/pull/444

MozReview-Commit-ID: 7lDEQxOGxPV

--HG--
extra : rebase_source : 842ff24c46681649affcedcba2623128fc6f5a7b
2017-04-26 15:13:44 +03:00
Olli Pettay
edb4c7f19f Backout bug 1359780 because it causes bug 1360230, r=backout
--HG--
extra : rebase_source : 019b76e46c55697d54b50677b704f2af44e3a786
2017-04-27 20:50:21 +03:00
Aryeh Gregor
30a8dae775 Bug 869788 - Normalize DOMTokenList for whitespace/dupes; r=smaug
Some bits taken from a patch by Cameron McCormack.  This follows a
change to the DOM spec that has already been implemented by WebKit.

We do no checks for duplicates on initial attribute parsing, only when
the DOMTokenList is accessed.  We re-check for duplicates on every
DOMTokenList access, but optimized with a bloom filter, so it should be
fast.  It would be possible to add a flag to check if we've already
removed duplicates from the atom list, but it would require the
nsAttrValue to talk to the nsDOMTokenList somehow, and a spare bit would
be needed in nsAttrValue, and it would only help cases where
DOMTokenList is repeatedly accessed without the content attribute being
modified in between (e.g., .length) where the token list is extremely
long.

This patch assumes that no one other than nsDOMTokenList cares if
duplicates are removed from the nsAttrValue's atom array.  If anything
does, they will see inconsistent behavior depending on whether
nsDOMTokenList has removed duplicates yet.  Since we don't want to
check for duplicates on parse for performance reasons, the correct fix
is to update the code elsewhere to also remove duplicates.

MozReview-Commit-ID: 97KRVhPGwm8

--HG--
extra : rebase_source : 59fc76e26ea2055eb46fa6380c198c7a1e88ca61
2016-04-11 18:01:14 +03:00
James Graham
1a54030e40 Bug 1357844 - Split MathML entity test into multiple files, r=annevk
This was timing out and causing OOM on some platforms, so instead use
one doctype per test.

MozReview-Commit-ID: 7M2FCJVPElK
2017-04-20 10:58:41 +01:00
Aryeh Gregor
8e0f5d06e6 Bug 1354066 - Expand classList testing and port to wpt; r=mystor
Because it tests some Gecko-specific things as well, I'm making two
copies, as advised by bz and jgraham.  One is to be submitted upstream,
and a second one has local changes.  This means most of the test is run
twice.

This overwrites the preexisting Element-classlist.html test upstream.  I
think I took the useful bits out of it (particularly replace() testing),
but there are some things that it had that I didn't think were
necessary, including: things that belong in idlharness; .className
testing; testing .contains() and stringification and hasAttribute() and
such after add/remove/etc. (instead of just testing getAttribute()); CSS
class selector matching.

MozReview-Commit-ID: JxPK7OyVLXa

--HG--
rename : dom/base/test/test_classList.html => testing/web-platform/mozilla/tests/dom/classList.html
extra : rebase_source : 31c63fd709a7385e0ed7f4f4ea960f5ccff6e187
2017-04-18 21:25:14 +03:00
Kate McKinley
1ceb5067b9 Bug 1325680 - Re-enable HSTS priming on web-platform tests. r=test-only
MozReview-Commit-ID: 7jdCyq2VVkZ

--HG--
extra : rebase_source : 016377b0b5285b6111169b13164bb5efa57e158c
2017-04-06 14:44:00 -04:00
Aryeh Gregor
c442eea5f2 Bug 1297414 - Support execCommand("defaultParagraphSeparator"); r=masayuki
Later commits will add the actual functionality.

MozReview-Commit-ID: 6Ac9V6MjZpa
2017-04-04 13:47:28 +03:00
Boris Zbarsky
eda24647b8 Bug 1348119. Move the test for setRangeText setting the dirty value flag into upstream wpt. r=smaug
MozReview-Commit-ID: 6yF42plMkAE

--HG--
rename : testing/web-platform/mozilla/tests/html/semantics/forms/textfieldselection/selection-value-interactions.html => testing/web-platform/tests/html/semantics/forms/textfieldselection/selection-value-interactions.html
2017-03-16 17:51:51 -04:00