mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00: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
Notes:
github-actions[bot]
2024-09-02 11:10:10 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/9f9ec45a317 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1246
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
border: 1px solid black;
|
||||
width: 400px;
|
||||
height: 100px;
|
||||
overflow: visable;
|
||||
overflow: visible;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue