mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-05-07 02:50:28 +00:00
...because it depends on computed values that could be changed without rebuilding paintable tree.
9 lines
155 B
HTML
9 lines
155 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#box {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: greenyellow;
|
|
}
|
|
</style>
|
|
<div id="box"></div>
|