mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 01:23:19 +00:00
13 lines
224 B
HTML
13 lines
224 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<link rel="match" href="reference/overflow-hidden-4-ref.html" />
|
||
|
<style>
|
||
|
* {
|
||
|
outline: black solid 1px;
|
||
|
}
|
||
|
.red {
|
||
|
background: red;
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
}
|
||
|
</style><body><div class="red">
|