mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-11 10:41:04 +00:00
7 lines
143 B
HTML
7 lines
143 B
HTML
|
|
<!DOCTYPE html><style>
|
||
|
|
div {
|
||
|
|
font-size: 16px;
|
||
|
|
border: calc(-1em + 15px) solid;
|
||
|
|
}
|
||
|
|
</style><div>This should have no visible border</div>
|