abcdefghijkl

Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Passdocument.write with html assigned via policy (successful transformation).
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /trusted-types/Document-write.html:12:5)
Passdocument.writeln with html assigned via policy (successful transformation).
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /trusted-types/Document-write.html:20:5)
Passdocument.write(TrustedHTML, TrustedHTML)
Asserts run
Pass
assert_equals("abcdefghijkl", "abcdefghijkl")
    at Test.<anonymous> ( /trusted-types/Document-write.html:29:5)
Passdocument.writeln(TrustedHTML, TrustedHTML)
Asserts run
Pass
assert_equals("abcdefghijkl", "abcdefghijkl")
    at Test.<anonymous> ( /trusted-types/Document-write.html:38:5)
Passdocument.write(TrustedHTML, String)
Asserts run
Pass
assert_equals("abcdefghijkl", "abcdefghijkl")
    at Test.<anonymous> ( /trusted-types/Document-write.html:47:5)
Passdocument.writeln(TrustedHTML, String)
Asserts run
Pass
assert_equals("abcdefghijkl", "abcdefghijkl")
    at Test.<anonymous> ( /trusted-types/Document-write.html:56:5)
Passdocument.write(String, String)
Asserts run
Pass
assert_equals("abcdefghijkl", "abcdefghijkl")
    at Test.<anonymous> ( /trusted-types/Document-write.html:64:5)
Passdocument.writeln(String, String)
Asserts run
Pass
assert_equals("abcdefghijkl", "abcdefghijkl")
    at Test.<anonymous> ( /trusted-types/Document-write.html:72:5)