1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/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>