Source code
Revision control
Copy as Markdown
Other Tools
[Document-write-appending-line-feed.html]
[document.write() with String arguments only.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[document.write() with TrustedHTML for all but one argument.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[document.writeln() with String arguments only.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[document.writeln() with TrustedHTML for all but one argument.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]