mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Tests/LibWeb: Correct typo in "overflow: visible"
The test happened to pass anyway because `visible` is the default value.
This commit is contained in:
parent
55aad12fe3
commit
9f9ec45a31
|
|
@ -11,7 +11,7 @@
|
|||
border: 1px solid black;
|
||||
width: 400px;
|
||||
height: 100px;
|
||||
overflow: visable;
|
||||
overflow: visible;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user