Post messaging partially broken for <iframe>-embedded PDF. |
||
Issue description
Post messaging partially broken for <iframe>-embedded PDF.
What steps will reproduce the problem?
(1) Load a page with and <iframe> which shows a page with <embed>-ed PDF.
(2) Listen to window.omessage inside OOPIF (e.g., log to console).
(3) Post something to PDF: document.querySelector('embed').postMessage({});.
What is the expected result?
The PDF should reply with {type: "documentLoaded", load_state: "success"}.
What happens instead?
The PDF does not reply.
,
Aug 1
|
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Nov 22 2017Status: Untriaged (was: Available)