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