Tests/LibWeb: Correct typo in "overflow: visible"

The test happened to pass anyway because `visible` is the default value.
This commit is contained in:
Sam Atkins 2024-09-02 11:41:34 +01:00 committed by Andreas Kling
parent 55aad12fe3
commit 9f9ec45a31
Notes: github-actions[bot] 2024-09-02 11:10:10 +00:00

View file

@ -11,7 +11,7 @@
border: 1px solid black;
width: 400px;
height: 100px;
overflow: visable;
overflow: visible;
}
</style>