Source code
Revision control
Copy as Markdown
Other Tools
[sethtml-xml-document.html]
[Testcase #0 with xmlDoc.setHTML("Hello!")]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Testcase #1 with xmlDoc.setHTML("<br>")]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Testcase #2 with xmlDoc.setHTML("<p>Hi</p>")]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Testcase #3 with xmlDoc.setHTML("<iframe></iframe><p>text</p>")]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]