Newer
Older
minerva / Tests / LibWeb / Layout / input / calc-negate-length.html
@minerva minerva on 13 Jul 252 bytes Initial commit
<!doctype html><style>
body {
    background: #444;
}
.container {
    width: 100px; 
    background: green;
    height: 50px;
}
.foo {
    width: calc(100% - 1px);
    background: black;
    height: 50px;
}
</style><div class=container><div class=foo>