mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:18:11 +00:00
LibWeb: Print unimplemented calc() expressions in the debug log
This commit is contained in:
parent
9ff01723ba
commit
062b8e5957
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ bool StyleComputer::expand_unresolved_values(DOM::Element& element, StringView p
|
|||
continue;
|
||||
}
|
||||
default:
|
||||
dbgln("FIXME: Unimplement calc() expansion in StyleComputer");
|
||||
dbgln("FIXME: Unimplemented calc() expansion: {}", calc_value->to_string());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue