serenity/Tests/LibWeb/Ref/css-attr-fallback.html
Shannon Booth 74284abcba LibWeb/Tests: Rename css-attr-ref.html reference to text-div.html
This is currently only used by CSS attr ref tests, but is useful outside
of attr ref tests as well. Give a more generic name to this ref file for
this usage.
2023-12-11 16:54:59 +01:00

9 lines
186 B
HTML

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