1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 15:37:35 +00:00
serenity/Base/home/anon/www/iframe-subframe.html
Andreas Kling 422bbe98a5 LibWeb: Start adding support for the <iframe> element! :^)
This patch introduces a bunch of things:

- Subframes (Web::Frame::create_subframe())
- HTMLIFrameElement (loads and owns the hosted Web::Frame)
- LayoutFrame (layout and rendering of the hosted frame)

There's still a huge number of things missing, like scrolling, overflow
handling, event handling, scripting, etc. But we can make a little
iframe in a document and it actually renders another document there.
I think that's pretty cool! :^)
2020-06-05 23:36:02 +02:00

2 lines
47 B
HTML

This is inside the frame!
<img src=90s-bg.png>