Changeset 180616 in webkit
- Timestamp:
- Feb 24, 2015, 9:37:25 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r180605 r180616 1 2015-02-24 Alexey Proskuryakov <ap@apple.com> 2 3 Updating js/dom/global-constructors-attributes.html results for HTMLAttachmentElement. 4 5 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: 6 * platform/mac/js/dom/global-constructors-attributes-expected.txt: 7 1 8 2015-02-24 Commit Queue <commit-queue@webkit.org> 2 9 -
trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt
r180441 r180616 389 389 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').enumerable is false 390 390 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').configurable is true 391 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').value is HTMLAttachmentElement 392 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('get') is false 393 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('set') is false 394 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').enumerable is false 395 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').configurable is true 391 396 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').value is HTMLAudioElement 392 397 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('get') is false -
trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt
r180441 r180616 389 389 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').enumerable is false 390 390 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').configurable is true 391 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').value is HTMLAttachmentElement 392 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('get') is false 393 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('set') is false 394 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').enumerable is false 395 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').configurable is true 391 396 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').value is HTMLAudioElement 392 397 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('get') is false
Note:
See TracChangeset
for help on using the changeset viewer.