Changeset 222117 in webkit


Ignore:
Timestamp:
Sep 15, 2017, 4:44:45 PM (8 years ago)
Author:
Ryan Haddad
Message:

Follow up to r222111, rebaseline tests for Sierra.
https://bugs.webkit.org/show_bug.cgi?id=176463

Unreviewed test gardening.

  • platform/mac-elcapitan/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Removed.
  • platform/mac-sierra/editing/mac/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/anchor-element-expected.txt.
  • platform/mac-sierra/editing/mac/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/basic-expected.txt.
  • platform/mac-sierra/editing/mac/attributed-string/comment-cdata-section-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/comment-cdata-section-expected.txt.
  • platform/mac-sierra/editing/mac/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/font-size-expected.txt.
  • platform/mac-sierra/editing/mac/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/font-weight-expected.txt.
  • platform/mac-sierra/editing/mac/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/letter-spacing-expected.txt.
  • platform/mac-sierra/editing/mac/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/text-decorations-expected.txt.
  • platform/mac-sierra/editing/mac/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/vertical-align-expected.txt.
  • platform/mac-sierra/editing/mac/input/firstrectforcharacterrange-styled-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/input/firstrectforcharacterrange-styled-expected.txt.
  • platform/mac-sierra/js/dom/global-constructors-attributes-expected.txt:
  • platform/mac-sierra/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
Location:
trunk/LayoutTests
Files:
3 added
2 deleted
3 edited
1 copied
8 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r222114 r222117  
     12017-09-15  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Follow up to r222111, rebaseline tests for Sierra.
     4        https://bugs.webkit.org/show_bug.cgi?id=176463
     5
     6        Unreviewed test gardening.
     7
     8        * platform/mac-elcapitan/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Removed.
     9        * platform/mac-sierra/editing/mac/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/anchor-element-expected.txt.
     10        * platform/mac-sierra/editing/mac/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/basic-expected.txt.
     11        * platform/mac-sierra/editing/mac/attributed-string/comment-cdata-section-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/comment-cdata-section-expected.txt.
     12        * platform/mac-sierra/editing/mac/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/font-size-expected.txt.
     13        * platform/mac-sierra/editing/mac/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/font-weight-expected.txt.
     14        * platform/mac-sierra/editing/mac/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/letter-spacing-expected.txt.
     15        * platform/mac-sierra/editing/mac/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/text-decorations-expected.txt.
     16        * platform/mac-sierra/editing/mac/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/vertical-align-expected.txt.
     17        * platform/mac-sierra/editing/mac/input/firstrectforcharacterrange-styled-expected.txt: Renamed from LayoutTests/platform/mac-elcapitan/editing/mac/input/firstrectforcharacterrange-styled-expected.txt.
     18        * platform/mac-sierra/js/dom/global-constructors-attributes-expected.txt:
     19        * platform/mac-sierra/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
     20
    1212017-09-15  Wenson Hsieh  <wenson_hsieh@apple.com>
    222
  • trunk/LayoutTests/platform/mac-sierra/js/dom/global-constructors-attributes-expected.txt

    r222111 r222117  
    2929PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').enumerable is false
    3030PASS Object.getOwnPropertyDescriptor(global, 'AnimationTimeline').configurable is true
    31 PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').value is ApplePayError
    32 PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').hasOwnProperty('get') is false
    33 PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').hasOwnProperty('set') is false
    34 PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').enumerable is false
    35 PASS Object.getOwnPropertyDescriptor(global, 'ApplePayError').configurable is true
    36 PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').value is ApplePaySession
    37 PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').hasOwnProperty('get') is false
    38 PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').hasOwnProperty('set') is false
    39 PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').enumerable is false
    40 PASS Object.getOwnPropertyDescriptor(global, 'ApplePaySession').configurable is true
    4131PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').value is ApplicationCache
    4232PASS Object.getOwnPropertyDescriptor(global, 'ApplicationCache').hasOwnProperty('get') is false
     
    234224PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').enumerable is false
    235225PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').configurable is true
    236 PASS Object.getOwnPropertyDescriptor(global, 'Cache').value is Cache
    237 PASS Object.getOwnPropertyDescriptor(global, 'Cache').hasOwnProperty('get') is false
    238 PASS Object.getOwnPropertyDescriptor(global, 'Cache').hasOwnProperty('set') is false
    239 PASS Object.getOwnPropertyDescriptor(global, 'Cache').enumerable is false
    240 PASS Object.getOwnPropertyDescriptor(global, 'Cache').configurable is true
    241 PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').value is CacheStorage
    242 PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').hasOwnProperty('get') is false
    243 PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').hasOwnProperty('set') is false
    244 PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').enumerable is false
    245 PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').configurable is true
    246226PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').value is CanvasCaptureMediaStreamTrack
    247227PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').hasOwnProperty('get') is false
     
    619599PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').enumerable is false
    620600PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').configurable is true
    621 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').value is HTMLAttachmentElement
    622 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('get') is false
    623 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('set') is false
    624 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').enumerable is false
    625 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').configurable is true
    626601PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').value is HTMLAudioElement
    627602PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('get') is false
     
    12391214PASS Object.getOwnPropertyDescriptor(global, 'Path2D').enumerable is false
    12401215PASS Object.getOwnPropertyDescriptor(global, 'Path2D').configurable is true
    1241 PASS Object.getOwnPropertyDescriptor(global, 'PaymentAddress').value is PaymentAddress
    1242 PASS Object.getOwnPropertyDescriptor(global, 'PaymentAddress').hasOwnProperty('get') is false
    1243 PASS Object.getOwnPropertyDescriptor(global, 'PaymentAddress').hasOwnProperty('set') is false
    1244 PASS Object.getOwnPropertyDescriptor(global, 'PaymentAddress').enumerable is false
    1245 PASS Object.getOwnPropertyDescriptor(global, 'PaymentAddress').configurable is true
    1246 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequest').value is PaymentRequest
    1247 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequest').hasOwnProperty('get') is false
    1248 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequest').hasOwnProperty('set') is false
    1249 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequest').enumerable is false
    1250 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequest').configurable is true
    1251 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequestUpdateEvent').value is PaymentRequestUpdateEvent
    1252 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequestUpdateEvent').hasOwnProperty('get') is false
    1253 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequestUpdateEvent').hasOwnProperty('set') is false
    1254 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequestUpdateEvent').enumerable is false
    1255 PASS Object.getOwnPropertyDescriptor(global, 'PaymentRequestUpdateEvent').configurable is true
    1256 PASS Object.getOwnPropertyDescriptor(global, 'PaymentResponse').value is PaymentResponse
    1257 PASS Object.getOwnPropertyDescriptor(global, 'PaymentResponse').hasOwnProperty('get') is false
    1258 PASS Object.getOwnPropertyDescriptor(global, 'PaymentResponse').hasOwnProperty('set') is false
    1259 PASS Object.getOwnPropertyDescriptor(global, 'PaymentResponse').enumerable is false
    1260 PASS Object.getOwnPropertyDescriptor(global, 'PaymentResponse').configurable is true
    12611216PASS Object.getOwnPropertyDescriptor(global, 'Performance').value is Performance
    12621217PASS Object.getOwnPropertyDescriptor(global, 'Performance').hasOwnProperty('get') is false
     
    21792134PASS Object.getOwnPropertyDescriptor(global, 'Selection').enumerable is false
    21802135PASS Object.getOwnPropertyDescriptor(global, 'Selection').configurable is true
    2181 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').value is ServiceWorker
    2182 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').hasOwnProperty('get') is false
    2183 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').hasOwnProperty('set') is false
    2184 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').enumerable is false
    2185 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorker').configurable is true
    2186 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').value is ServiceWorkerContainer
    2187 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').hasOwnProperty('get') is false
    2188 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').hasOwnProperty('set') is false
    2189 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').enumerable is false
    2190 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerContainer').configurable is true
    2191 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').value is ServiceWorkerRegistration
    2192 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').hasOwnProperty('get') is false
    2193 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').hasOwnProperty('set') is false
    2194 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').enumerable is false
    2195 PASS Object.getOwnPropertyDescriptor(global, 'ServiceWorkerRegistration').configurable is true
    21962136PASS Object.getOwnPropertyDescriptor(global, 'Set').value is Set
    21972137PASS Object.getOwnPropertyDescriptor(global, 'Set').hasOwnProperty('get') is false
     
    23942334PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').enumerable is false
    23952335PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').configurable is true
     2336PASS Object.getOwnPropertyDescriptor(global, 'VRPose').value is VRPose
     2337PASS Object.getOwnPropertyDescriptor(global, 'VRPose').hasOwnProperty('get') is false
     2338PASS Object.getOwnPropertyDescriptor(global, 'VRPose').hasOwnProperty('set') is false
     2339PASS Object.getOwnPropertyDescriptor(global, 'VRPose').enumerable is false
     2340PASS Object.getOwnPropertyDescriptor(global, 'VRPose').configurable is true
    23962341PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').value is VTTCue
    23972342PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('get') is false
  • trunk/LayoutTests/platform/mac-sierra/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt

    r222111 r222117  
    9393example-xml.xml has MIME type application/xml
    9494example-xpm.xpm has MIME type image/x-xpixmap
    95 example-xsl.xsl has MIME type xslt+xml
     95example-xsl.xsl has MIME type text/xml
    9696example-xwd.xwd has MIME type image/x-xwindowdump
    9797example-xyz.xyz has MIME type chemical/x-xyz
Note: See TracChangeset for help on using the changeset viewer.