mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:05:08 +00:00

The final used values for these properties is stored in the layout node, so we need to make sure they are propagated there as well when doing table box fixup.
8 lines
158 B
HTML
8 lines
158 B
HTML
<!doctype html><style>
|
|
* { outline: 1px solid black; }
|
|
div { display: table; }
|
|
body {
|
|
font-size: 30px;
|
|
line-height: 100px;
|
|
}
|
|
</style><body><div>hello
|