Skip to content

Commit

Permalink
Docs: Update links to EdgeHTML issues to go through Web Archive
Browse files Browse the repository at this point in the history
With Microsoft going Chromium with Edge, its old EdgeHTML issues were all
removed. :(

Closes gh-4584
  • Loading branch information
mgol committed Jan 7, 2020
1 parent 9b9ed46 commit 1dad118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/manipulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
);

Expand All @@ -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" ]
);

Expand All @@ -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" ]
);

0 comments on commit 1dad118

Please sign in to comment.