Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent TIMEOUT in /webmessaging/with-ports/018.html, /webmessaging/without-ports/018.html #24485
Labels
Comments
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tests post a message to an iframe that has a JS url, and apparently the message is never received. I suspect the problem is somewhere in the navigation of the frame, as opposed to the messaging.
It could also be that the origin check fails, because those iframe do not share the origin of their creator as they should? I think this was noted either at #22888 or #22879