mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
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:
parent
7cd975268c
commit
c3f38c6cb8
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue