Преглед на файлове

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
променени са 3 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      Tests/LibWeb/Ref/css-attr-basic.html
  2. 1 1
      Tests/LibWeb/Ref/css-attr-fallback.html
  3. 0 0
      Tests/LibWeb/Ref/reference/text-div.html

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

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

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

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

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