LibWeb: Add pc CSS unit

This commit is contained in:
Luke 2020-10-05 16:18:07 +01:00 committed by Andreas Kling
commit 043b31ad9a
Notes: sideshowbarker 2024-07-19 02:02:02 +09:00
3 changed files with 16 additions and 5 deletions

View file

@ -74,6 +74,8 @@ const char* Length::unit_name() const
return "mm";
case Type::Q:
return "Q";
case Type::Pc:
return "pc";
case Type::Ex:
return "ex";
case Type::Em: