Re: [presentation-api-tests] [presentation-api] Add tests to check a newly created receiving browsing context (#5046)

@tidoust Many thanks for reviewing this "heavy" test! ;)

I re-considered an overall mechanism for importing receiving side's test results. Now a controlling side runs  simpler codes which include a single `promise_test`. Also, this test shows explicit messages on a receiving side  (including `<iframe>`) during steps to check modal dialogs.

On the other hand, this test does not check a value returned by `confirm` and `prompt` yet, since they return `false` and `null` in both cases that a user chooses "cancel" and that the dialog is suppressed because of the sandboxed modals flag.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5046#issuecomment-285319273

Received on Thursday, 9 March 2017 10:50:29 UTC