Files
ladybird/Tests/LibWeb/Ref/expected/paintable-visibility-after-opacity-change-from-zero-ref.html
2025-08-27 08:48:01 +02:00

16 lines
272 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#foo {
opacity: 0.5;
background-color: red;
height: 100px;
}
</style>
</head>
<body>
<div id="foo"></div>
</body>
</html>