Pass | Verify navigator.clipboard behavior in detached frames | Asserts runPass | assert_not_equals(object "[object Clipboard]", null, "parent frame's clipboard should exist with iframe attached")
at Test.<anonymous> ( /clipboard-apis/detached-iframe/clipboard-on-detached-iframe.https.html:15:3) | Pass | assert_not_equals(object "[object Clipboard]", null, "attached child iframe's clipboard should exist")
at Test.<anonymous> ( /clipboard-apis/detached-iframe/clipboard-on-detached-iframe.https.html:17:3) | Pass | assert_not_equals(object "[object Clipboard]", null, "parent frame's clipboard should exist with iframe detached")
at Test.<anonymous> ( /clipboard-apis/detached-iframe/clipboard-on-detached-iframe.https.html:21:3) | Pass | assert_not_equals(object "[object Clipboard]", null, "detached child iframe's clipboard should still exist")
at Test.<anonymous> ( /clipboard-apis/detached-iframe/clipboard-on-detached-iframe.https.html:23:3) |
|