blob: af46ce48f5c5ebacd1a877a77158e6ce4197f5ad [file] [log] [blame]
Tests that NodeList does not have a named property getter.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS nodeList.__proto__ is NodeList.prototype
PASS nodeList['testId'] is undefined.
PASS nodeList.testId is undefined.
PASS nodeList['testName'] is undefined.
PASS nodeList.testName is undefined.
PASS successfullyParsed is true
TEST COMPLETE