mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03: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: https://github.com/SerenityOS/serenity/commit/c3f38c6cb8 Pull-request: https://github.com/SerenityOS/serenity/pull/20742
@ -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…
Reference in New Issue
Block a user