blob: 83f9543c378ffa951a2e3267bc0451edca62f342 [file] [log] [blame]
Test the JavaScript property descriptor of the name getter.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Object.getOwnPropertyDescriptor(document.body.dataset, 'webkitRocks').configurable is true
PASS Object.getOwnPropertyDescriptor(document.body.dataset, 'webkitRocks').enumerable is true
PASS Object.getOwnPropertyDescriptor(document.body.dataset, 'webkitRocks').writable is true
PASS Object.getOwnPropertyDescriptor(document.body.dataset, 'webkitRocks').value is "yes"
PASS successfullyParsed is true
TEST COMPLETE