Newer
Older
minerva / Tests / LibWeb / Layout / input / css-content-visibility.html
@minerva minerva on 13 Jul 176 bytes Initial commit
<!doctype html><style>
div {
    padding: 16px;
    content-visibility: hidden;
}
div::before {
    content: 'I am invisible';
}
</style><div>I am not visible<span>and nor am I