1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:47:44 +00:00

LibWeb: Adjust 4 abspos tests to highlight errors

The tests still pass, but opening the files in Ladybird and Safari or
Firefox shows clearly where the layouting in Ladybird is incorrect
for some absolute positioned elements. The previous 1px border was
subtly hiding some issues.
This commit is contained in:
Sebastian Zaha 2023-07-07 16:29:40 +02:00 committed by Andreas Kling
parent d77986f01c
commit 6a66a05809
7 changed files with 171 additions and 170 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE html><style>
* {
border: 1px solid black !important;
border: 10px solid black !important;
}
body {
display: flex;