mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 01:22:43 +02:00
8 lines
137 B
HTML
8 lines
137 B
HTML
<!doctype html>
|
|
<style>
|
|
.foo::before {
|
|
content: attr(bar);
|
|
}
|
|
</style>
|
|
<div class="foo" bar="Well, hello friends!"></div>
|