blob: 3f2a32a316e0cde8cd3afc0fa7a23e6f451355c5 [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 false
PASS Object.getOwnPropertyDescriptor(document.body.dataset, 'webkitRocks').enumerable is false
PASS Object.getOwnPropertyDescriptor(document.body.dataset, 'webkitRocks').writable is false
PASS Object.getOwnPropertyDescriptor(document.body.dataset, 'webkitRocks').value is "yes"
PASS successfullyParsed is true
TEST COMPLETE