mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:47:35 +00:00
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:
parent
6994ea5885
commit
74284abcba
3 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue