From c884aa3f25e6492b8931e2eb5d45b25a55b49e12 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 24 Nov 2022 19:16:58 +0100 Subject: [PATCH] Base: Add a test for [SameObject] behavior in LibWeb --- ...ehavior-for-htmlcollection-properties.html | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Base/res/html/tests/sameobject-behavior-for-htmlcollection-properties.html diff --git a/Base/res/html/tests/sameobject-behavior-for-htmlcollection-properties.html b/Base/res/html/tests/sameobject-behavior-for-htmlcollection-properties.html new file mode 100644 index 0000000000..aa3b923ef6 --- /dev/null +++ b/Base/res/html/tests/sameobject-behavior-for-htmlcollection-properties.html @@ -0,0 +1,52 @@ + + +

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

+

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

+
+
+ + +