Title: [97947] trunk/LayoutTests
Revision
97947
Author
ph...@webkit.org
Date
2011-10-20 00:56:32 -0700 (Thu, 20 Oct 2011)

Log Message

Unreviewed, GTK rebaseline after r97926 and skip a failing plugin
test.

* platform/gtk/Skipped: Skip plugins/resize-from-plugin.html.
* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97946 => 97947)


--- trunk/LayoutTests/ChangeLog	2011-10-20 07:34:48 UTC (rev 97946)
+++ trunk/LayoutTests/ChangeLog	2011-10-20 07:56:32 UTC (rev 97947)
@@ -1,3 +1,15 @@
+2011-10-20  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK rebaseline after r97926 and skip a failing plugin
+        test.
+
+        * platform/gtk/Skipped: Skip plugins/resize-from-plugin.html.
+        * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2011-10-19  Csaba Osztrogonác  <o...@webkit.org>
 
         [Qt] Unreviewed morning gardning.

Modified: trunk/LayoutTests/platform/gtk/Skipped (97946 => 97947)


--- trunk/LayoutTests/platform/gtk/Skipped	2011-10-20 07:34:48 UTC (rev 97946)
+++ trunk/LayoutTests/platform/gtk/Skipped	2011-10-20 07:56:32 UTC (rev 97947)
@@ -1643,3 +1643,6 @@
 
 # Microdata DOM API is not yet enabled.
 fast/dom/MicroData
+
+# https://bugs.webkit.org/show_bug.cgi?id=70481
+plugins/resize-from-plugin.html

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt (97946 => 97947)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-10-20 07:34:48 UTC (rev 97946)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-10-20 07:56:32 UTC (rev 97947)
@@ -73,6 +73,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]
@@ -2105,6 +2106,10 @@
 window.TextEvent.prototype [printed above as window.Event.prototype]
 window.TextMetrics [object TextMetricsConstructor]
 window.TextMetrics.prototype [object TextMetricsPrototype]
+window.TextTrackCue [object TextTrackCueConstructor]
+window.TextTrackCue.prototype [object TextTrackCuePrototype]
+window.TextTrackCue.prototype.getCueAsHTML [function]
+window.TextTrackCue.prototype.getCueAsSource [function]
 window.TimeRanges [object TimeRangesConstructor]
 window.TimeRanges.prototype [object TimeRangesPrototype]
 window.TimeRanges.prototype.end [function]

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt (97946 => 97947)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-10-20 07:34:48 UTC (rev 97946)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-10-20 07:56:32 UTC (rev 97947)
@@ -319,6 +319,7 @@
 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, 'TextTrackCue') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TimeRanges') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TypeError') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'UIEvent') is 'object'

Modified: trunk/LayoutTests/platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt (97946 => 97947)


--- trunk/LayoutTests/platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt	2011-10-20 07:34:48 UTC (rev 97946)
+++ trunk/LayoutTests/platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt	2011-10-20 07:56:32 UTC (rev 97947)
@@ -1,5 +1,8 @@
 This tests if TypeError is thrown or not when we call a constructor as a normal function.
 
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
 PASS ArrayBuffer() threw exception TypeError: '[object ArrayBufferConstructor]' is not a function (evaluating 'ArrayBuffer()').
 SKIP AudioContext is not implemented.
 PASS FormData() threw exception TypeError: '[object FormDataConstructor]' is not a function (evaluating 'FormData()').

Modified: trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt (97946 => 97947)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2011-10-20 07:34:48 UTC (rev 97946)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2011-10-20 07:56:32 UTC (rev 97947)
@@ -439,6 +439,7 @@
 Never found SharedWorker
 Never found StyleSheet
 Never found TextMetrics
+Never found TextTrackCue
 Never found WebKitCSSMatrix
 Never found WebKitCSSTransformValue
 Never found WebKitPoint

Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt (97946 => 97947)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2011-10-20 07:34:48 UTC (rev 97946)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2011-10-20 07:56:32 UTC (rev 97947)
@@ -302,6 +302,7 @@
 PASS Text.toString() is '[object TextConstructor]'
 PASS TextEvent.toString() is '[object TextEventConstructor]'
 PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
+PASS TextTrackCue.toString() is '[object TextTrackCueConstructor]'
 PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
 PASS UIEvent.toString() is '[object UIEventConstructor]'
 PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor]'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to