Changeset 180616 in webkit


Ignore:
Timestamp:
Feb 24, 2015, 9:37:25 PM (10 years ago)
Author:
ap@apple.com
Message:

Updating js/dom/global-constructors-attributes.html results for HTMLAttachmentElement.

  • platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
  • platform/mac/js/dom/global-constructors-attributes-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r180605 r180616  
     12015-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
    182015-02-24  Commit Queue  <commit-queue@webkit.org>
    29
  • trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt

    r180441 r180616  
    389389PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').enumerable is false
    390390PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').configurable is true
     391PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').value is HTMLAttachmentElement
     392PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('get') is false
     393PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('set') is false
     394PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').enumerable is false
     395PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').configurable is true
    391396PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').value is HTMLAudioElement
    392397PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('get') is false
  • trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt

    r180441 r180616  
    389389PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').enumerable is false
    390390PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').configurable is true
     391PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').value is HTMLAttachmentElement
     392PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('get') is false
     393PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('set') is false
     394PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').enumerable is false
     395PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').configurable is true
    391396PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').value is HTMLAudioElement
    392397PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('get') is false
Note: See TracChangeset for help on using the changeset viewer.