mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
When the network decoder's `finish()` returns decoded content in `parse_sync`, it was being added to the parsing input but not captured for devtools. This ensures the content is also captured for the devtools Sources panel. Testing: We have tests for this in devtools_tests.py. They were failing before this change. I ran locally and it passed now. With this all DevTools tests are passing! Signed-off-by: atbrakhi <atbrakhi@igalia.com>