serenity/Tests/LibWeb/Ref/clip-abspos-children-ref.html
Aliaksandr Kalenik c3f38c6cb8 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.
2023-08-24 15:48:34 +02:00

16 lines
311 B
HTML

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