Files
servo/components/script/dom/servoparser
atbrakhi 9882024c18 devtools: Fix devtools source content being empty for small documents (#41983)
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>
2026-01-18 14:16:44 +00:00
..