This tests that an iframe in sandbox with 'allow-top-navigation-by-user-activation' can navigate the top level page, if it is trigged by a user gesture.

Click on the button in the iframe and it should navigate the top page.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassThe sandboxed iframe should post a message saying the top navigation was blocked when no user gesture.
Asserts run
Pass
assert_equals("BLOCKED", "BLOCKED", "The message should say 'BLOCKED'.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation_by_user_activation-manual.html:13:13)