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 upAdd iframe flags to Document #21938
Open
Add iframe flags to Document #21938
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From this comment: https://github.com/servo/servo/pull/21882/files#r224384370
In the Document.open steps, we should set the
mute iframe loadflag ififrame load in progressis set. Some information on the flags: https://html.spec.whatwg.org/multipage/iframe-embed-object.html#iframe-load-in-progressSimilar issue: #15985