Files
rust_browser/tests/goldens/fixtures/282-iframe-style-isolation.html
Zachary D. Rowitsch 9d86a5c2cf Implement iframe static rendering with code review fixes (§4.8.5)
Add iframe support: srcdoc/src content fetching, independent pipeline
rendering, style isolation, dimension attributes, and UA stylesheet
defaults. Includes code review fixes for recursion guard, dimension
capping, alpha compositing, spec-compliant u32 parsing, base URL
correctness, font loading, and golden test infrastructure that exercises
the full iframe rendering pipeline.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 01:13:02 -04:00

4 lines
126 B
HTML

<style>p { color: blue; font-size: 24px; }</style>
<p>Parent paragraph</p>
<iframe srcdoc="<p>Iframe paragraph</p>"></iframe>