Newer
Older
minerva / Tests / LibWeb / Ref / css-attr-basic.html
@minerva minerva on 13 Jul 189 bytes Initial commit
<!doctype html>
<link rel="match" href="reference/text-div.html" />
<style>
    .foo::before {
        content: attr(bar);
    }
</style>
<div class="foo" bar="Well, hello friends!"></div>