From 38fbd5379587da9c1c0812f34e7f502af92b0294 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 28 Apr 2024 15:59:52 +0200 Subject: [PATCH] [assert] element.previousElementSibling --- .../element.previousElementSibling.html | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 test/ecmascript/assert/element.previousElementSibling.html diff --git a/test/ecmascript/assert/element.previousElementSibling.html b/test/ecmascript/assert/element.previousElementSibling.html new file mode 100644 index 00000000..0d761a86 --- /dev/null +++ b/test/ecmascript/assert/element.previousElementSibling.html @@ -0,0 +1,31 @@ + + + + +

Example list:

+ + + +

Click the button to get the HTML content of the previous sibling of the second list item.

+ + + +

Note: The previousElementSibling property is not supported in IE8 and earlier versions.

+ +

+ + + + +