Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / webidl-attribute-getter-setter-lengths-expected.txt
blobc3c0054535f6689a58e5a64a871081e36dd46394
1 Verify WebIDL interface attribute getter/setter function lengths
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS Object.getOwnPropertyDescriptor(HTMLElement.prototype, 'title').get.length is 0
7 PASS Object.getOwnPropertyDescriptor(HTMLElement.prototype, 'title').set.length is 1
8 PASS successfullyParsed is true
10 TEST COMPLETE