Test: MHTML document loaded inside a data-URL parent.
In an MHTML document, blink::DocumentLoader::archive_ is transmitted from parent to children. data-URL aren't loaded from the MHTML archive. In this case, does it means children of data-URL aren't able to be loaded from the MHTML archive? Hopefully, it is currently working. They are able to load from the MHTML document, because |archive_| continue to be transmitted. This CL adds a test to ensure this continue to work in the future. Bug: None. Change-Id: Icb51dc48691112cf9e45dfe8cb81d389544a0c41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635669 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#665876}
Showing
Please register or sign in to comment