ladybird/Tests/LibWeb/Ref/input/css-attr-basic.html

9 lines
191 B
HTML
Raw Normal View History

<!doctype html>
<link rel="match" href="../expected/text-div.html" />
<style>
.foo::before {
content: attr(bar);
}
</style>
<div class="foo" bar="Well, hello friends!"></div>