mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
Before, `about: srcdoc` was only handled when loading `<iframe>` contents in the same `ScriptThread` as the parent. This is not always the case though with sandboxed `<iframe>`s. This change makes it so that both code paths properly handle `about: srcdoc`. Testing: This causes around 12 new WPT passes. Fixes: #36529. Fixes: #27791. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>