mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Zero is a valid font-size value, and should result in no text being visible. We now match the behavior of other engines.
6 lines
86 B
HTML
6 lines
86 B
HTML
<!doctype html><style>
|
|
div {
|
|
font-size: 0px;
|
|
}
|
|
</style><div>should not be visible
|