repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git]
/
security
/
manager
/
ssl
/
tests
/
mochitest
/
mixedcontent
/
bug329869.js
blob
053084a7dab1a3fe1070a9c74389d3567ee86eac
1
/* import-globals-from mixedContentTest.js */
2
"use strict";
3
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();