1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-20 11:12:27 +00:00
serenity/Tests/LibWeb/Ref/css-attr-basic.html

7 lines
137 B
HTML

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