ladybird/Userland
Karol Kosek ffa7da0ca5 LibWeb: Handle CSS "ch" length unit (mostly)
This isn't 100% spec complaint, as it should use glyph_height()
depending on what the value of the writing-mode is, but we haven't
implemented it yet, so I think it'll be good enough for now.

This can be tested in https://wpt.live/css/css-values/ch-unit-008.html
Other css-unit tests fail as:
- 001 shows an issue related to a renderer (looks to me like you can't
  pass a width and height property to a span -- adding `display: block`
  to it passes the test),
- 002-004 and 009-012 use mentioned writing-mode,
- 016-017 loads custom fonts, which we also don't support (yet).
2021-08-25 17:55:53 +02:00
..
Applets Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
Applications Browser: Use OutOfProcessWebView for the Browser JavaScript console 2021-08-24 16:59:11 +02:00
Demos Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00
DevTools HackStudio: Update the tree view cursor on editor change and 'Save as' 2021-08-25 17:42:54 +02:00
DynamicLoader LibC+DynamicLoader: Prevent GCC from removing null checks 2021-08-12 21:10:44 +02:00
Games Games: Make cpath appear once in the pledge promises 2021-08-22 23:39:41 +02:00
Libraries LibWeb: Handle CSS "ch" length unit (mostly) 2021-08-25 17:55:53 +02:00
Services WebServer: Add 'Content-Type' header for error responses 2021-08-24 22:01:34 +02:00
Shell Shell: Use String::join for the command in timing report 2021-08-23 22:46:41 +02:00
Utilities Utilities: Add -d option to gzip 2021-08-22 16:51:18 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00