Pass | assert_false(false, "Document inside cross-origin iframe without allow attribute should not have feature enabled")
at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allow.html:34:9) |
Pass | assert_false(false, "Feature should be denied when correct allow attribute is added, before reload")
at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allow.html:38:9) |
Pass | assert_true(true, "Feature should be allowed when correct allow attribute is added, after reload")
at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allow.html:41:9) |
Pass | assert_true(true, "Feature should be allowed when allow attribute is removed, before reload")
at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allow.html:45:9) |
Pass | assert_false(false, "Feature should be denied when allow attribute is removed, after reload")
at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allow.html:48:9) |
Pass | assert_false(false, "Feature should be denied with incorrect allow attribute")
at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allow.html:52:9) |
Pass | assert_true(true, "Feature should be allowed with complex allow attribute")
at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-allow.html:56:9) |