mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 12:37:40 +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;
|
continue;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
dbgln("FIXME: Unimplement calc() expansion in StyleComputer");
|
dbgln("FIXME: Unimplemented calc() expansion: {}", calc_value->to_string());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue