1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 10:04:59 +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>