1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:58:11 +00:00
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>