Pass | iframe-same-origin-allowfullscreen | Asserts runPass | 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) |
|
Pass | iframe-cross-origin-allowfullscreen | Asserts runPass | 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) |
|
Pass | iframe-noload-noallowfullscreen | Asserts runPass | 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 |
|
Pass | iframe-noload-allowfullscreen | Asserts runPass | assert_true(true, "Fullscreen should be enabled with allowfullscreen attribute")
at /html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html:92:7 |
|