Diff
Modified: trunk/LayoutTests/ChangeLog (105135 => 105136)
--- trunk/LayoutTests/ChangeLog 2012-01-17 10:26:49 UTC (rev 105135)
+++ trunk/LayoutTests/ChangeLog 2012-01-17 10:49:20 UTC (rev 105136)
@@ -1,3 +1,12 @@
+2012-01-17 Philippe Normand <[email protected]>
+
+ Unreviewed, GTK rebaseline after r105129.
+
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/gtk/fast/js/global-constructors-expected.txt:
+
2012-01-17 Csaba Osztrogonác <[email protected]>
[Qt] Unreviewed morning gardening.
Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt (105135 => 105136)
--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt 2012-01-17 10:26:49 UTC (rev 105135)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt 2012-01-17 10:49:20 UTC (rev 105136)
@@ -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]
@@ -1206,6 +1207,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]
@@ -2108,10 +2115,41 @@
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.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/gtk/fast/dom/Window/window-property-descriptors-expected.txt (105135 => 105136)
--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt 2012-01-17 10:26:49 UTC (rev 105135)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt 2012-01-17 10:49:20 UTC (rev 105136)
@@ -125,6 +125,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'
@@ -320,7 +321,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/gtk/fast/dom/prototype-inheritance-2-expected.txt (105135 => 105136)
--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt 2012-01-17 10:26:49 UTC (rev 105135)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt 2012-01-17 10:49:20 UTC (rev 105136)
@@ -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,9 @@
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 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__
@@ -440,6 +446,9 @@
Never found SharedWorker
Never found StyleSheet
Never found TextMetrics
+Never found TextTrackCue
+Never found TextTrackCueList
+Never found TextTrackList
Never found WebKitCSSMatrix
Never found WebKitCSSTransformValue
Never found WebKitPoint
Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt (105135 => 105136)
--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt 2012-01-17 10:26:49 UTC (rev 105135)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt 2012-01-17 10:49:20 UTC (rev 105136)
@@ -119,6 +119,7 @@
PASS HTMLTableSectionElement.toString() is '[object HTMLTableSectionElementConstructor]'
PASS HTMLTextAreaElement.toString() is '[object HTMLTextAreaElementConstructor]'
PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
+PASS HTMLTrackElement.toString() is '[object HTMLTrackElementConstructor]'
PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
PASS HTMLUnknownElement.toString() is '[object HTMLUnknownElementConstructor]'
PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
@@ -303,7 +304,12 @@
PASS Text.toString() is '[object TextConstructor]'
PASS TextEvent.toString() is '[object TextEventConstructor]'
PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
+PASS TextTrack.toString() is '[object TextTrackConstructor]'
+PASS TextTrackCue.toString() is '[object TextTrackCueConstructor]'
+PASS TextTrackCueList.toString() is '[object TextTrackCueListConstructor]'
+PASS TextTrackList.toString() is '[object TextTrackListConstructor]'
PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
+PASS TrackEvent.toString() is '[object TrackEventConstructor]'
PASS UIEvent.toString() is '[object UIEventConstructor]'
PASS WebGLContextEvent.toString() is '[object WebGLContextEventConstructor]'
PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor]'