Newer
Older
minerva / Tests / LibWeb / Ref / reference / resolve-paint-only-properties-after-layout-ref.html
@minerva minerva on 13 Jul 271 bytes Initial commit
<!DOCTYPE html>
<link rel="match" href="reference/resolve-paint-only-properties-after-layout-ref.html" />
<style>
    #box {
        width: 100px;
        height: 100px;
        background-color: red;
        border-radius: 50px;
    }
</style>
<div id="box">hello</div>