Files
ladybird/Tests/LibWeb/Ref/reference/change-opacity-ref.html
Aliaksandr Kalenik 1036e104ef LibWeb: Remove cache for Paintable::is_visible()
...because it depends on computed values that could be changed without
rebuilding paintable tree.
2024-03-25 14:17:30 +01:00

10 lines
155 B
HTML

<!DOCTYPE html>
<style>
#box {
width: 100px;
height: 100px;
background-color: greenyellow;
}
</style>
<div id="box"></div>