diff options
author | Moonchild <moonchild@palemoon.org> | 2019-12-28 10:14:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-28 10:14:29 +0000 |
commit | 7fc476b904c0d78b9a8802da44a969a2b1c7125d (patch) | |
tree | 9716965ca2d9d03446fc9290d37e5ef42f80558e /security | |
parent | 04a6e809aefceba5aa02a101b554c2eda72046d6 (diff) | |
parent | f4361ba98f09e94981c6453a1c634caa855915ba (diff) | |
download | uxp-7fc476b904c0d78b9a8802da44a969a2b1c7125d.tar.gz |
Merge pull request #1335 from MoonchildProductions/document_open
Align document.open() with the overhauled specification
Diffstat (limited to 'security')
-rw-r--r-- | security/manager/ssl/tests/mochitest/mixedcontent/test_bug329869.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/manager/ssl/tests/mochitest/mixedcontent/test_bug329869.html b/security/manager/ssl/tests/mochitest/mixedcontent/test_bug329869.html index 3b8fae25ed..596b656282 100644 --- a/security/manager/ssl/tests/mochitest/mixedcontent/test_bug329869.html +++ b/security/manager/ssl/tests/mochitest/mixedcontent/test_bug329869.html @@ -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(); } |