mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb: Respect width and height attributes of <iframe>
We have to respect the width and height attributes of <iframe> elements the same way as <img> elements.
This commit is contained in:
committed by
Andreas Kling
parent
8589f1115e
commit
6a7c560849
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/6a7c560849 Pull-request: https://github.com/SerenityOS/serenity/pull/15532 Reviewed-by: https://github.com/linusg
@@ -23,6 +23,8 @@ public:
|
||||
|
||||
void set_current_navigation_was_lazy_loaded(bool value) { m_current_navigation_was_lazy_loaded = value; }
|
||||
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
|
||||
private:
|
||||
HTMLIFrameElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user