serenity/Tests/LibWeb/Ref/css-attr-fallback.html

7 lines
134 B
HTML

<!doctype html>
<style>
.foo::before {
content: attr(bar, "Well, hello friends!");
}
</style>
<div class="foo"></div>