summaryrefslogtreecommitdiff
path: root/LibHTML/Frame.cpp
AgeCommit message (Collapse)Author
2019-06-16LibHTML: Add a Frame class, start fleshing out recursive layout.Andreas Kling
Layout is initiated from Frame::layout(). It makes the document's layout node as wide as the frame, and then we'll take it from there.