Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git] / security / manager / ssl / tests / mochitest / mixedcontent / bug329869.js
blob053084a7dab1a3fe1070a9c74389d3567ee86eac
1 /* import-globals-from mixedContentTest.js */
2 "use strict";
4 document.open();
5 document.write("This is insecure XSS script " + document.cookie);
6 isSecurityState(
7   "broken",
8   "security broken after document write from unsecure script"
9 );
10 finish();