blob: 5aad0b27d302b88bd6d26a05845b18696d4c8439 [file] [log] [blame]
Tests the DOM bindings for the ping attribute
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS anchor.ping is ""
PASS anchor.ping is "p1"
PASS anchor.getAttribute("ping") is "p2"
PASS anchor.hasAttribute("ping") is false
PASS anchor.ping is ""
PASS area.ping is ""
PASS area.ping is "p1"
PASS area.getAttribute("ping") is "p2"
PASS area.hasAttribute("ping") is false
PASS area.ping is ""
PASS successfullyParsed is true
TEST COMPLETE