blob: 200ce7bcea5dc4de11e962a24f7881cb84996d94 [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 true
PASS anchor.ping is "null"
PASS area.ping is ""
PASS area.ping is "p1"
PASS area.getAttribute("ping") is "p2"
PASS area.hasAttribute("ping") is true
PASS area.ping is "null"
PASS successfullyParsed is true
TEST COMPLETE