Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Pass<iframe> has a 'csp' attibute which is an empty string if undefined.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /content-security-policy/embedded-enforcement/iframe-csp-attribute.html:11:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /content-security-policy/embedded-enforcement/iframe-csp-attribute.html:12:9)
Pass
assert_equals("string", "string")
    at Test.<anonymous> ( /content-security-policy/embedded-enforcement/iframe-csp-attribute.html:13:9)
Pass<iframe>'s csp attribute is always a string.
Asserts run
Pass
assert_equals("123456", "123456")
    at Test.<anonymous> ( /content-security-policy/embedded-enforcement/iframe-csp-attribute.html:19:9)
Pass<iframe>'s 'csp content attribute reflects the IDL attribute.
Asserts run
Pass
assert_equals("value", "value")
    at Test.<anonymous> ( /content-security-policy/embedded-enforcement/iframe-csp-attribute.html:25:9)
Pass<iframe>'s IDL attribute reflects the DOM attribute.
Asserts run
Pass
assert_equals("value", "value")
    at Test.<anonymous> ( /content-security-policy/embedded-enforcement/iframe-csp-attribute.html:31:9)