1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 02:17:36 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
dcfc357860 LibWeb: Add a FrameHostElement for frame/iframe common functionality
A FrameHostElement is an HTML element (<frame> or <iframe>) that may
have a content frame that participates in the frame tree.

This basically just moves code from <iframe> to a separate base class
so we can share it with <frame> once we implement <frame>.
2021-04-03 11:57:32 +02:00