blob: 4ee76a3ba5fbcb39d03bbee5993ab72fa761972b [file] [log] [blame]
Test DOMJIT accessors work in monomorphic call sites.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS func("firstChild", document.getElementById("target"), document.getElementById("firstChild")) is true
PASS func("lastChild", document.getElementById("target"), document.getElementById("lastChild")) is true
PASS func("nextSibling", document.getElementById("target"), document.getElementById("nextSibling")) is true
PASS func("previousSibling", document.getElementById("target"), document.getElementById("previousSibling")) is true
PASS func("parentNode", document.getElementById("target"), document.getElementById("parentNode")) is true
PASS successfullyParsed is true
TEST COMPLETE