Changeset 218500 in webkit


Ignore:
Timestamp:
Jun 19, 2017 11:41:42 AM (7 years ago)
Author:
Ryan Haddad
Message:

Rebaseline js/dom/global-constructors-attributes.html.

Unreviewed test gardening.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r218497 r218500  
     12017-06-19  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Rebaseline js/dom/global-constructors-attributes.html.
     4
     5        Unreviewed test gardening.
     6
     7        * platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt:
     8        * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt:
     9
    1102017-06-19  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/LayoutTests/platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt

    r217491 r218500  
    349349PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false
    350350PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true
     351PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').value is DOMQuad
     352PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').hasOwnProperty('get') is false
     353PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').hasOwnProperty('set') is false
     354PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').enumerable is false
     355PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').configurable is true
    351356PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect
    352357PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false
  • trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt

    r217491 r218500  
    349349PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false
    350350PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true
     351PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').value is DOMQuad
     352PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').hasOwnProperty('get') is false
     353PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').hasOwnProperty('set') is false
     354PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').enumerable is false
     355PASS Object.getOwnPropertyDescriptor(global, 'DOMQuad').configurable is true
    351356PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect
    352357PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false
Note: See TracChangeset for help on using the changeset viewer.