Changeset 103644 in webkit


Ignore:
Timestamp:
Dec 23, 2011 7:48:32 PM (12 years ago)
Author:
rniwa@webkit.org
Message:

Mac rebaselines after r102471 and r102968.

  • fast/dom/constructed-objects-prototypes-expected.txt:
  • platform/mac/fast/dom/Window/window-properties-expected.txt:
  • platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
  • platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r103637 r103644  
     12011-12-23  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Mac rebaselines after r102471 and r102968.
     4
     5        * fast/dom/constructed-objects-prototypes-expected.txt:
     6        * platform/mac/fast/dom/Window/window-properties-expected.txt:
     7        * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
     8        * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
     9
    1102011-12-23  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt

    r101591 r103644  
    4242PASS (new inner.StorageEvent()).isInner is true
    4343PASS (new inner.StorageEvent()).constructor.isInner is true
     44PASS (new inner.TrackEvent()).isInner is true
     45PASS (new inner.TrackEvent()).constructor.isInner is true
    4446PASS (new inner.WebGLContextEvent()).isInner is true
    4547PASS (new inner.WebGLContextEvent()).constructor.isInner is true
  • trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt

    r103217 r103644  
    7373window.Audio.prototype.TEXT_NODE [number]
    7474window.Audio.prototype.addEventListener [function]
     75window.Audio.prototype.addTrack [function]
    7576window.Audio.prototype.appendChild [function]
    7677window.Audio.prototype.blur [function]
     
    12321233window.HTMLTitleElement [object HTMLTitleElementConstructor]
    12331234window.HTMLTitleElement.prototype [printed above as window.Element.prototype]
     1235window.HTMLTrackElement [object HTMLTrackElementConstructor]
     1236window.HTMLTrackElement.ERROR [number]
     1237window.HTMLTrackElement.LOADED [number]
     1238window.HTMLTrackElement.LOADING [number]
     1239window.HTMLTrackElement.NONE [number]
     1240window.HTMLTrackElement.prototype [printed above as window.Element.prototype]
    12341241window.HTMLUListElement [object HTMLUListElementConstructor]
    12351242window.HTMLUListElement.prototype [printed above as window.Element.prototype]
     
    21342141window.TextMetrics [object TextMetricsConstructor]
    21352142window.TextMetrics.prototype [object TextMetricsPrototype]
     2143window.TextTrack [object TextTrackConstructor]
     2144window.TextTrack.DISABLED [number]
     2145window.TextTrack.HIDDEN [number]
     2146window.TextTrack.SHOWING [number]
     2147window.TextTrack.prototype [object TextTrackPrototype]
     2148window.TextTrack.prototype.DISABLED [number]
     2149window.TextTrack.prototype.HIDDEN [number]
     2150window.TextTrack.prototype.SHOWING [number]
     2151window.TextTrack.prototype.addCue [function]
     2152window.TextTrack.prototype.addEventListener [function]
     2153window.TextTrack.prototype.dispatchEvent [function]
     2154window.TextTrack.prototype.removeCue [function]
     2155window.TextTrack.prototype.removeEventListener [function]
     2156window.TextTrackCue [object TextTrackCueConstructor]
     2157window.TextTrackCue.prototype [object TextTrackCuePrototype]
     2158window.TextTrackCue.prototype.addEventListener [function]
     2159window.TextTrackCue.prototype.dispatchEvent [function]
     2160window.TextTrackCue.prototype.getCueAsHTML [function]
     2161window.TextTrackCue.prototype.getCueAsSource [function]
     2162window.TextTrackCue.prototype.removeEventListener [function]
     2163window.TextTrackCueList [object TextTrackCueListConstructor]
     2164window.TextTrackCueList.prototype [object TextTrackCueListPrototype]
     2165window.TextTrackCueList.prototype.getCueById [function]
     2166window.TextTrackCueList.prototype.item [function]
     2167window.TextTrackList [object TextTrackListConstructor]
     2168window.TextTrackList.prototype [object TextTrackListPrototype]
     2169window.TextTrackList.prototype.addEventListener [function]
     2170window.TextTrackList.prototype.dispatchEvent [function]
     2171window.TextTrackList.prototype.item [function]
     2172window.TextTrackList.prototype.removeEventListener [function]
    21362173window.TimeRanges [object TimeRangesConstructor]
    21372174window.TimeRanges.prototype [object TimeRangesPrototype]
    21382175window.TimeRanges.prototype.end [function]
    21392176window.TimeRanges.prototype.start [function]
     2177window.TrackEvent [object TrackEventConstructor]
     2178window.TrackEvent.prototype [printed above as window.Event.prototype]
    21402179window.TypeError [function]
    21412180window.UIEvent [object UIEventConstructor]
  • trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt

    r103035 r103644  
    127127PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTextAreaElement') is 'object'
    128128PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTitleElement') is 'object'
     129PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTrackElement') is 'object'
    129130PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
    130131PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUnknownElement') is 'object'
     
    322323PASS typeof Object.getOwnPropertyDescriptor(window, 'TextEvent') is 'object'
    323324PASS typeof Object.getOwnPropertyDescriptor(window, 'TextMetrics') is 'object'
     325PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrack') is 'object'
     326PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrackCue') is 'object'
     327PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrackCueList') is 'object'
     328PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrackList') is 'object'
    324329PASS typeof Object.getOwnPropertyDescriptor(window, 'TimeRanges') is 'object'
     330PASS typeof Object.getOwnPropertyDescriptor(window, 'TrackEvent') is 'object'
    325331PASS typeof Object.getOwnPropertyDescriptor(window, 'TypeError') is 'object'
    326332PASS typeof Object.getOwnPropertyDescriptor(window, 'UIEvent') is 'object'
  • trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt

    r100921 r103644  
    145145PASS HTMLStyleElementConstructor from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.constructor
    146146PASS HTMLStyleElementPrototype from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.__proto__
    147 PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
    148 PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
    149 PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
    150 PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
    151 PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
    152 PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
     147PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
     148PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
     149PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
     150PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
     151PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
     152PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
     153PASS HTMLTrackElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
     154PASS HTMLTrackElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
     155PASS HTMLTrackElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
    153156PASS HTMLUListElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling
    154157PASS HTMLUListElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.constructor
     
    214217PASS TextConstructor from inner.document.forms.testForm.0.attributes.0.lastChild.constructor
    215218PASS TextPrototype from inner.document.forms.testForm.0.attributes.0.lastChild.__proto__
     219PASS TextTrack from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.track
     220PASS TextTrackConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.track.constructor
     221PASS TextTrackList from inner.document.forms.testForm.0.previousElementSibling.textTracks
     222PASS TextTrackListConstructor from inner.document.forms.testForm.0.previousElementSibling.textTracks.constructor
     223PASS TextTrackListPrototype from inner.document.forms.testForm.0.previousElementSibling.textTracks.__proto__
     224PASS TextTrackPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.track.__proto__
    216225PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.played
    217226PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.played.constructor
     
    442451Never found StyleSheet
    443452Never found TextMetrics
     453Never found TextTrackCue
     454Never found TextTrackCueList
    444455Never found WebKitCSSFilterValue
    445456Never found WebKitCSSMatrix
Note: See TracChangeset for help on using the changeset viewer.