Skip to content

Commit 1dad118

Browse files
authored
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 jquerygh-4584
1 parent 9b9ed46 commit 1dad118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/manipulation.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2851,7 +2851,7 @@ testIframe(
28512851

28522852
// Support: Edge <=18+
28532853
// Edge doesn't support nonce in non-inline scripts.
2854-
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
2854+
// See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
28552855
QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ]
28562856
);
28572857

@@ -2871,7 +2871,7 @@ testIframe(
28712871

28722872
// Support: Edge <=18+
28732873
// Edge doesn't support nonce in non-inline scripts.
2874-
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
2874+
// See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
28752875
QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ]
28762876
);
28772877

@@ -2891,6 +2891,6 @@ testIframe(
28912891

28922892
// Support: Edge <=18+
28932893
// Edge doesn't support nonce in non-inline scripts.
2894-
// See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
2894+
// See https://web.archive.org/web/20171203124125/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13246371/
28952895
QUnit[ /\bedge\//i.test( navigator.userAgent ) ? "skip" : "test" ]
28962896
);

0 commit comments

Comments
 (0)