Docs: Update links to EdgeHTML issues to go through Web Archive

With Microsoft going Chromium with Edge, its old EdgeHTML issues were all
removed. :(

The commit also reformats one manipulation unit test to use tabs instead
of spaces for indentation.

(partially cherry-picked from 1dad1185e0)

Closes gh-4584
This commit is contained in:
Michał Gołębiowski-Owczarek 2020-01-07 23:45:41 +01:00 committed by Michał Gołębiowski-Owczarek
parent f0d5ec62c3
commit d72faced11

View File

@ -2887,7 +2887,7 @@ testIframe(
// Support: Edge 18+, iOS 7-9 only, Android 4.0-4.4 only // Support: Edge 18+, iOS 7-9 only, Android 4.0-4.4 only
// Edge doesn't support nonce in non-inline scripts. // Edge doesn't support nonce in non-inline scripts.
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/ // See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
// Old iOS & Android Browser versions support script-src but not nonce, making this test // Old iOS & Android Browser versions support script-src but not nonce, making this test
// impossible to run. Browsers not supporting CSP at all are not a problem as they'll skip // impossible to run. Browsers not supporting CSP at all are not a problem as they'll skip
// script-src restrictions completely. // script-src restrictions completely.
@ -2910,7 +2910,7 @@ testIframe(
// Support: Edge 18+, iOS 7-9 only, Android 4.0-4.4 only // Support: Edge 18+, iOS 7-9 only, Android 4.0-4.4 only
// Edge doesn't support nonce in non-inline scripts. // Edge doesn't support nonce in non-inline scripts.
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/ // See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
// Old iOS & Android Browser versions support script-src but not nonce, making this test // Old iOS & Android Browser versions support script-src but not nonce, making this test
// impossible to run. Browsers not supporting CSP at all are not a problem as they'll skip // impossible to run. Browsers not supporting CSP at all are not a problem as they'll skip
// script-src restrictions completely. // script-src restrictions completely.
@ -2933,7 +2933,7 @@ testIframe(
// Support: Edge 18+, iOS 7-9 only, Android 4.0-4.4 only // Support: Edge 18+, iOS 7-9 only, Android 4.0-4.4 only
// Edge doesn't support nonce in non-inline scripts. // Edge doesn't support nonce in non-inline scripts.
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/ // See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
// Old iOS & Android Browser versions support script-src but not nonce, making this test // Old iOS & Android Browser versions support script-src but not nonce, making this test
// impossible to run. Browsers not supporting CSP at all are not a problem as they'll skip // impossible to run. Browsers not supporting CSP at all are not a problem as they'll skip
// script-src restrictions completely. // script-src restrictions completely.