mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +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
Notes:
sideshowbarker
2024-07-17 23:02:37 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: c3f38c6cb8
Pull-request: https://github.com/SerenityOS/serenity/pull/20742
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