diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-01-07 23:45:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 23:45:41 +0100 |
commit | 1dad1185e0b2ca2a13bf411558eda75fb2d4da88 (patch) | |
tree | 97dbec8850d8d58d467e756da1446b7ec6aea6ce | |
parent | 9b9ed469b43e9fa6e2c752444470ae4c87d03d57 (diff) | |
download | jquery-1dad1185e0b2ca2a13bf411558eda75fb2d4da88.tar.gz jquery-1dad1185e0b2ca2a13bf411558eda75fb2d4da88.zip |
Docs: Update links to EdgeHTML issues to go through Web Archive
With Microsoft going Chromium with Edge, its old EdgeHTML issues were all
removed. :(
Closes gh-4584
-rw-r--r-- | test/unit/manipulation.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index d920c46c1..fa944bceb 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -2851,7 +2851,7 @@ testIframe( // Support: Edge <=18+ // 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/ QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ] ); @@ -2871,7 +2871,7 @@ testIframe( // Support: Edge <=18+ // 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/ QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ] ); @@ -2891,6 +2891,6 @@ testIframe( // Support: Edge <=18+ // 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/ QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ] ); |