diff --git a/Base/res/html/tests/sameobject-behavior-for-htmlcollection-properties.html b/Base/res/html/tests/sameobject-behavior-for-htmlcollection-properties.html deleted file mode 100644 index aa3b923ef6..0000000000 --- a/Base/res/html/tests/sameobject-behavior-for-htmlcollection-properties.html +++ /dev/null @@ -1,52 +0,0 @@ - - -

This test verifies that various HTMLCollection properties have [SameObject] behavior.

-

You should see a bunch of green balls below this line.

-
-
- - - diff --git a/Tests/LibWeb/Text/expected/sameobject-behavior-for-htmlcollection-properties.txt b/Tests/LibWeb/Text/expected/sameobject-behavior-for-htmlcollection-properties.txt new file mode 100644 index 0000000000..2fdd97f52c --- /dev/null +++ b/Tests/LibWeb/Text/expected/sameobject-behavior-for-htmlcollection-properties.txt @@ -0,0 +1,13 @@ + table.tBodies pass +table.rows pass +thead.rows pass +tr.cells pass +form.elements pass +document.applets pass +document.anchors pass +document.images pass +document.embeds pass +document.plugins pass +document.links pass +document.forms pass +document.scripts pass diff --git a/Tests/LibWeb/Text/input/sameobject-behavior-for-htmlcollection-properties.html b/Tests/LibWeb/Text/input/sameobject-behavior-for-htmlcollection-properties.html new file mode 100644 index 0000000000..7cd174a8d7 --- /dev/null +++ b/Tests/LibWeb/Text/input/sameobject-behavior-for-htmlcollection-properties.html @@ -0,0 +1,33 @@ + +
+ + +