1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 16:58:28 +00:00

Issue #1118 - Part 6: Fix various tests that are no longer correct.

The behavior change of document.open() requires these tests to be
changed to account for the new spec behavior.
This commit is contained in:
wolfbeast
2019-12-22 23:48:40 +01:00
committed by Roy Tam
parent fc5d61608c
commit b753aec164
17 changed files with 71 additions and 205 deletions
@@ -25,7 +25,7 @@
function afterNavigationTest()
{
isSecurityState("broken", "security still broken after navigation");
isSecurityState("secure", "when we navigate back, we're loading our secure page again and not loading an insecure script, so our security state is secure");
finish();
}