ladybird/Tests/LibWeb/Ref/expected/css/transparent-borders-ref.html
Sam Atkins c7166527ce LibWeb/Painting: Keep alpha for inset/outset border colors
Also return the original color when needed, instead of reconstructing it
from HSV.
2025-07-02 15:11:04 +02:00

17 lines
406 B
HTML

<!DOCTYPE html>
<link rel="match" href="../../expected/css/transparent-borders-ref.html" />
<style>
.example {
width: 40px;
height: 40px;
background: orange;
margin-bottom: 10px;
}
</style>
<div class="example"></div>
<div class="example"></div>
<div class="example"></div>
<div class="example"></div>
<div class="example"></div>
<div class="example"></div>
<div class="example"></div>