ladybird/Userland
ronak69 6c3ecf6a34 LibWeb/CSS: Tweak in CSSRGB::to_color() to avoid floating point errors
Example of the difference:

    50 * 2.55      --> 127.4999 --> round towards +∞ --> 127
    50 * 255 / 100 --> 127.5000 --> round towards +∞ --> 128

Now, 9 failing WPT tests in /css/css-color/ pass.
2024-10-22 14:18:17 +01:00
..
Libraries LibWeb/CSS: Tweak in CSSRGB::to_color() to avoid floating point errors 2024-10-22 14:18:17 +01:00
Services WebContent: Parse the type hint in WebDriver's New Window endpoint 2024-10-21 13:15:11 -04:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00