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:
parent
d77986f01c
commit
6a66a05809
7 changed files with 171 additions and 170 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html><style>
|
||||
* {
|
||||
border: 1px solid black !important;
|
||||
border: 10px solid black !important;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue