From 7ac6fd274696fe3e66971bb3b82141466879f82b Mon Sep 17 00:00:00 2001 From: Hexeption Date: Sat, 8 Jun 2024 02:29:25 +0100 Subject: [PATCH] LibWeb: Added HTMLLinkElement.as Tests --- Base/res/html/misc/linkas.html | 21 --------------------- Tests/LibWeb/Text/expected/link_as.txt | 2 ++ Tests/LibWeb/Text/input/link_as.html | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 21 deletions(-) delete mode 100644 Base/res/html/misc/linkas.html create mode 100644 Tests/LibWeb/Text/expected/link_as.txt create mode 100644 Tests/LibWeb/Text/input/link_as.html diff --git a/Base/res/html/misc/linkas.html b/Base/res/html/misc/linkas.html deleted file mode 100644 index e660c0062ac..00000000000 --- a/Base/res/html/misc/linkas.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Link AS test - - - - - \ No newline at end of file diff --git a/Tests/LibWeb/Text/expected/link_as.txt b/Tests/LibWeb/Text/expected/link_as.txt new file mode 100644 index 00000000000..c23dc48ed63 --- /dev/null +++ b/Tests/LibWeb/Text/expected/link_as.txt @@ -0,0 +1,2 @@ +Link.as: style +Link.as: empty diff --git a/Tests/LibWeb/Text/input/link_as.html b/Tests/LibWeb/Text/input/link_as.html new file mode 100644 index 00000000000..ce11fa4382d --- /dev/null +++ b/Tests/LibWeb/Text/input/link_as.html @@ -0,0 +1,17 @@ + + +