1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling 24d5a9d7df LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box
The padding-top and padding-bottom properties are relative to the
*width* of the containing block, not the height.

It's funny how we keep making this same mistake again and again. :^)
2023-03-10 13:38:34 +01:00
..
expected LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box 2023-03-10 13:38:34 +01:00
input LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box 2023-03-10 13:38:34 +01:00
layout_test.sh CI: Move running LibWeb layout tests to Azure 2023-02-01 14:04:44 +00:00