Null test Test of previousElementSibling and nextElementSibling returning null The result of this test is unknown. test(function() { var fec = document.getElementById("first_element_child"); assert_equals(fec.previousElementSibling, null) assert_equals(fec.nextElementSibling, null) })