Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, resetting the srcdoc attribute on an iframe in chromium fails to clear the current content. The existing test fails since it doesn't synchronize with the page's onload event to confirm the srcdoc content was there before clearing the attribute and checking that the content is cleared too. This CL fixes both the behavior and the test, and converts the test to be a WPT test. Bug: 1233143 Change-Id: I006ee39e4525c7cd015f1c2483c429a93cdd0ca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3400984 Reviewed-by: Mason Freed <masonf@chromium.org> Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: James Maclean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/main@{#961469}
- Loading branch information