diff --git a/test/ecmascript/assert/element.nextSibling.html b/test/ecmascript/assert/element.nextSibling.html new file mode 100644 index 00000000..3dc79c14 --- /dev/null +++ b/test/ecmascript/assert/element.nextSibling.html @@ -0,0 +1,32 @@ + + + + +

Example list:

+ + + +

Click the button to get the HTML content of the next sibling of the first list item.

+ + + +

Note: Whitespace inside elements is considered as text, and text +is considered as nodes.

+ +

If you add whitespace between the two li elements, the result will be "undefined".

+ +

+ + + + +