ladybird/Tests/LibWeb/Ref/expected/box-shadow-with-overflow-hidden-ref.html

11 lines
266 B
HTML
Raw Normal View History

<!DOCTYPE html>
<link rel="match" href="../expected/box-shadow-with-overflow-hidden-ref.html" />
<!DOCTYPE html><style>
.box {
background-color: black;
width: 100px;
height: 100px;
box-shadow: 12px 12px 2px 1px red;
}
</style><div class="box"></div>