unknown."> ]> Entity References Test of Entity References The result of this test is &tree; test(function() { var parentEl = document.getElementById("parentEl") var fec = parentEl.firstElementChild; assert_true(!!fec) assert_equals(fec.nodeType, 1) assert_equals(fec.getAttribute("id"), "first_element_child") })