Title: [103644] trunk/LayoutTests
Revision
103644
Author
rn...@webkit.org
Date
2011-12-23 19:48:32 -0800 (Fri, 23 Dec 2011)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (103643 => 103644)


--- trunk/LayoutTests/ChangeLog	2011-12-24 03:45:50 UTC (rev 103643)
+++ trunk/LayoutTests/ChangeLog	2011-12-24 03:48:32 UTC (rev 103644)
@@ -1,3 +1,12 @@
+2011-12-23  Ryosuke Niwa  <rn...@webkit.org>
+
+        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:
+
 2011-12-23  Filip Pizlo  <fpi...@apple.com>
 
         DFG loads from signed 8-bit and 16-bit typed arrays are broken

Modified: trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt (103643 => 103644)


--- trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2011-12-24 03:45:50 UTC (rev 103643)
+++ trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2011-12-24 03:48:32 UTC (rev 103644)
@@ -41,6 +41,8 @@
 PASS (new inner.ProgressEvent()).constructor.isInner is true
 PASS (new inner.StorageEvent()).isInner is true
 PASS (new inner.StorageEvent()).constructor.isInner is true
+PASS (new inner.TrackEvent()).isInner is true
+PASS (new inner.TrackEvent()).constructor.isInner is true
 PASS (new inner.WebGLContextEvent()).isInner is true
 PASS (new inner.WebGLContextEvent()).constructor.isInner is true
 PASS (new inner.WebKitAnimationEvent()).isInner is true

Modified: trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt (103643 => 103644)


--- trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt	2011-12-24 03:45:50 UTC (rev 103643)
+++ trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt	2011-12-24 03:48:32 UTC (rev 103644)
@@ -72,6 +72,7 @@
 window.Audio.prototype.PROCESSING_INSTRUCTION_NODE [number]
 window.Audio.prototype.TEXT_NODE [number]
 window.Audio.prototype.addEventListener [function]
+window.Audio.prototype.addTrack [function]
 window.Audio.prototype.appendChild [function]
 window.Audio.prototype.blur [function]
 window.Audio.prototype.canPlayType [function]
@@ -1231,6 +1232,12 @@
 window.HTMLTextAreaElement.prototype [printed above as window.Element.prototype]
 window.HTMLTitleElement [object HTMLTitleElementConstructor]
 window.HTMLTitleElement.prototype [printed above as window.Element.prototype]
+window.HTMLTrackElement [object HTMLTrackElementConstructor]
+window.HTMLTrackElement.ERROR [number]
+window.HTMLTrackElement.LOADED [number]
+window.HTMLTrackElement.LOADING [number]
+window.HTMLTrackElement.NONE [number]
+window.HTMLTrackElement.prototype [printed above as window.Element.prototype]
 window.HTMLUListElement [object HTMLUListElementConstructor]
 window.HTMLUListElement.prototype [printed above as window.Element.prototype]
 window.HTMLUnknownElement [object HTMLUnknownElementConstructor]
@@ -2133,10 +2140,42 @@
 window.TextEvent.prototype [printed above as window.Event.prototype]
 window.TextMetrics [object TextMetricsConstructor]
 window.TextMetrics.prototype [object TextMetricsPrototype]
+window.TextTrack [object TextTrackConstructor]
+window.TextTrack.DISABLED [number]
+window.TextTrack.HIDDEN [number]
+window.TextTrack.SHOWING [number]
+window.TextTrack.prototype [object TextTrackPrototype]
+window.TextTrack.prototype.DISABLED [number]
+window.TextTrack.prototype.HIDDEN [number]
+window.TextTrack.prototype.SHOWING [number]
+window.TextTrack.prototype.addCue [function]
+window.TextTrack.prototype.addEventListener [function]
+window.TextTrack.prototype.dispatchEvent [function]
+window.TextTrack.prototype.removeCue [function]
+window.TextTrack.prototype.removeEventListener [function]
+window.TextTrackCue [object TextTrackCueConstructor]
+window.TextTrackCue.prototype [object TextTrackCuePrototype]
+window.TextTrackCue.prototype.addEventListener [function]
+window.TextTrackCue.prototype.dispatchEvent [function]
+window.TextTrackCue.prototype.getCueAsHTML [function]
+window.TextTrackCue.prototype.getCueAsSource [function]
+window.TextTrackCue.prototype.removeEventListener [function]
+window.TextTrackCueList [object TextTrackCueListConstructor]
+window.TextTrackCueList.prototype [object TextTrackCueListPrototype]
+window.TextTrackCueList.prototype.getCueById [function]
+window.TextTrackCueList.prototype.item [function]
+window.TextTrackList [object TextTrackListConstructor]
+window.TextTrackList.prototype [object TextTrackListPrototype]
+window.TextTrackList.prototype.addEventListener [function]
+window.TextTrackList.prototype.dispatchEvent [function]
+window.TextTrackList.prototype.item [function]
+window.TextTrackList.prototype.removeEventListener [function]
 window.TimeRanges [object TimeRangesConstructor]
 window.TimeRanges.prototype [object TimeRangesPrototype]
 window.TimeRanges.prototype.end [function]
 window.TimeRanges.prototype.start [function]
+window.TrackEvent [object TrackEventConstructor]
+window.TrackEvent.prototype [printed above as window.Event.prototype]
 window.TypeError [function]
 window.UIEvent [object UIEventConstructor]
 window.UIEvent.prototype [printed above as window.Event.prototype]

Modified: trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt (103643 => 103644)


--- trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt	2011-12-24 03:45:50 UTC (rev 103643)
+++ trunk/LayoutTests/platform/mac/fast/dom/Window/window-property-descriptors-expected.txt	2011-12-24 03:48:32 UTC (rev 103644)
@@ -126,6 +126,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableSectionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTextAreaElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTitleElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTrackElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUnknownElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
@@ -321,7 +322,12 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Text') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TextEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TextMetrics') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrack') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrackCue') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrackCueList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrackList') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TimeRanges') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'TrackEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TypeError') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'UIEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'URIError') is 'object'

Modified: trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt (103643 => 103644)


--- trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt	2011-12-24 03:45:50 UTC (rev 103643)
+++ trunk/LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt	2011-12-24 03:48:32 UTC (rev 103644)
@@ -144,12 +144,15 @@
 PASS HTMLStyleElement from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling
 PASS HTMLStyleElementConstructor from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.constructor
 PASS HTMLStyleElementPrototype from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.__proto__
-PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
-PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
-PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
-PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
-PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
-PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLTrackElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLTrackElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLTrackElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
 PASS HTMLUListElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling
 PASS HTMLUListElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.constructor
 PASS HTMLUListElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
@@ -213,6 +216,12 @@
 PASS Text from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.firstChild
 PASS TextConstructor from inner.document.forms.testForm.0.attributes.0.lastChild.constructor
 PASS TextPrototype from inner.document.forms.testForm.0.attributes.0.lastChild.__proto__
+PASS TextTrack from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.track
+PASS TextTrackConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.track.constructor
+PASS TextTrackList from inner.document.forms.testForm.0.previousElementSibling.textTracks
+PASS TextTrackListConstructor from inner.document.forms.testForm.0.previousElementSibling.textTracks.constructor
+PASS TextTrackListPrototype from inner.document.forms.testForm.0.previousElementSibling.textTracks.__proto__
+PASS TextTrackPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.track.__proto__
 PASS TimeRanges from inner.document.forms.testForm.0.previousElementSibling.played
 PASS TimeRangesConstructor from inner.document.forms.testForm.0.previousElementSibling.played.constructor
 PASS TimeRangesPrototype from inner.document.forms.testForm.0.previousElementSibling.played.__proto__
@@ -441,6 +450,8 @@
 Never found SharedWorker
 Never found StyleSheet
 Never found TextMetrics
+Never found TextTrackCue
+Never found TextTrackCueList
 Never found WebKitCSSFilterValue
 Never found WebKitCSSMatrix
 Never found WebKitCSSTransformValue
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to