mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Stub out Element.currentCSSZoom
This commit is contained in:
@@ -992,6 +992,13 @@ int Element::client_height() const
|
||||
return paintable_box()->absolute_padding_box_rect().height().to_int();
|
||||
}
|
||||
|
||||
// https://drafts.csswg.org/cssom-view/#dom-element-currentcsszoom
|
||||
double Element::current_css_zoom() const
|
||||
{
|
||||
dbgln("FIXME: Implement Element::current_css_zoom()");
|
||||
return 1.0;
|
||||
}
|
||||
|
||||
void Element::inserted()
|
||||
{
|
||||
Base::inserted();
|
||||
|
||||
Reference in New Issue
Block a user