mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
74284abcba
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>
|