mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
We already dealt with this for block level children, but inline level children should also look at the anonymous wrapper's parent's available space to be able to properly resolve percentage values, for example.
8 lines
119 B
HTML
8 lines
119 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.a {
|
|
background-color: #0f0;
|
|
height: 300px;
|
|
width: 300px;
|
|
}
|
|
</style><div class="a"> |