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.
This commit is contained in:
Shannon Booth 2023-12-11 23:21:20 +13:00 committed by Alexander Kalenik
parent 6994ea5885
commit 74284abcba
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<!doctype html>
<link rel="match" href="reference/css-attr-ref.html" />
<link rel="match" href="reference/text-div.html" />
<style>
.foo::before {
content: attr(bar);

View file

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