瀏覽代碼

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.
Shannon Booth 1 年之前
父節點
當前提交
74284abcba

+ 1 - 1
Tests/LibWeb/Ref/css-attr-basic.html

@@ -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);

+ 1 - 1
Tests/LibWeb/Ref/css-attr-fallback.html

@@ -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!");

+ 0 - 0
Tests/LibWeb/Ref/reference/css-attr-ref.html → Tests/LibWeb/Ref/reference/text-div.html