Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passiframe-same-origin-allowfullscreen
Asserts run
Pass
assert_true(true, "Top level document has fullscreen enabled flag set")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:30:5)
Pass
assert_true(true, "Document inside same-origin iframe without allowfullscreen attribute should still have fullscreen enabled flag set")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:32:7)
Passiframe-cross-origin-allowfullscreen
Asserts run
Pass
assert_false(false, "Document inside cross-origin iframe without allowfullscreen attribute should not have fullscreen enabled flag set")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:47:9)
Pass
assert_false(false, "Fullscreen should be denied when allowfullscreen attribute is added, before reload")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:51:9)
Pass
assert_true(true, "Fullscreen should be allowed when allowfullscreen attribute is added, after reload")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:54:9)
Pass
assert_true(true, "Fullscreen should be allowed when allowfullscreen attribute is removed, before reload")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:58:9)
Pass
assert_false(false, "Fullscreen should be denied when allowfullscreen attribute is removed, after reload")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:61:9)
Passiframe-noload-noallowfullscreen
Asserts run
Pass
assert_true(true, "Fullscreen should still be enabled in same-origin document without allowfullscreen attribute")
    at  /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:84:7
Passiframe-noload-allowfullscreen
Asserts run
Pass
assert_true(true, "Fullscreen should be enabled with allowfullscreen attribute")
    at  /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:92:7