mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +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: 9f9ec45a31
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;
|
border: 1px solid black;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
overflow: visable;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue