blob: d411641a46f0a7159d6f2bc0690e7d99f2f05a4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[escaping.html]
[template.innerHTML]
expected: FAIL
[document.implementation.createHTMLDocument and innerHTML]
expected: FAIL
[document.implementation.createHTMLDocument and createContextualFragment]
expected: FAIL
[document.implementation.createHTMLDocument and document.write]
expected:
if (os == "mac") and not debug: ["PASS", "FAIL"]
[XMLHttpRequest]
expected:
if (os == "mac") and not debug: ["PASS", "FAIL"]
[DOMParser.parseFromString]
expected:
if (os == "mac") and not debug: ["PASS", "FAIL"]
|