mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 11:44:58 +00:00

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.
8 lines
186 B
HTML
8 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>
|