Tests/LibWeb: Adjust "clip-abspos-children" ref-test to actually pass

Fixed the "clip-abspos-children" test which previously passed due to
black backgrounds on CI blending with the test's black borders.
This commit is contained in:
Aliaksandr Kalenik 2023-08-24 14:24:09 +02:00 committed by Andreas Kling
parent 7cd975268c
commit c3f38c6cb8
Notes: sideshowbarker 2024-07-17 23:02:37 +09:00
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,10 @@
<!DOCTYPE html><style type="text/css">
* {
background-color: white;
}
body {
border: 1px solid black;
outline: 1px solid black;
}
.outer {
position: absolute;

View File

@ -1,6 +1,10 @@
<!DOCTYPE html><style type="text/css">
* {
background-color: white;
}
body {
border: 1px solid black;
outline: 1px solid black;
}
.outer {
position: absolute;