Title: [94157] trunk/LayoutTests
Revision
94157
Author
ph...@webkit.org
Date
2011-08-31 00:38:05 -0700 (Wed, 31 Aug 2011)

Log Message

        Unreviewed, GTK rebaseline after r94147.

        * 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-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94156 => 94157)


--- trunk/LayoutTests/ChangeLog	2011-08-31 07:35:47 UTC (rev 94156)
+++ trunk/LayoutTests/ChangeLog	2011-08-31 07:38:05 UTC (rev 94157)
@@ -1,3 +1,12 @@
+2011-08-31  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK rebaseline after r94147.
+
+        * 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-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2011-08-30  David Levin  <le...@chromium.org>
 
         [chromium] Update result due to r94114.

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-08-31 07:35:47 UTC (rev 94156)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-08-31 07:38:05 UTC (rev 94157)
@@ -509,6 +509,32 @@
 window.Comment.prototype [printed above as window.CharacterData.prototype]
 window.Counter [object CounterConstructor]
 window.Counter.prototype [object CounterPrototype]
+window.CustomEvent [object CustomEventConstructor]
+window.CustomEvent.prototype [object CustomEventPrototype]
+window.CustomEvent.prototype.AT_TARGET [number]
+window.CustomEvent.prototype.BLUR [number]
+window.CustomEvent.prototype.BUBBLING_PHASE [number]
+window.CustomEvent.prototype.CAPTURING_PHASE [number]
+window.CustomEvent.prototype.CHANGE [number]
+window.CustomEvent.prototype.CLICK [number]
+window.CustomEvent.prototype.DBLCLICK [number]
+window.CustomEvent.prototype.DRAGDROP [number]
+window.CustomEvent.prototype.FOCUS [number]
+window.CustomEvent.prototype.KEYDOWN [number]
+window.CustomEvent.prototype.KEYPRESS [number]
+window.CustomEvent.prototype.KEYUP [number]
+window.CustomEvent.prototype.MOUSEDOWN [number]
+window.CustomEvent.prototype.MOUSEDRAG [number]
+window.CustomEvent.prototype.MOUSEMOVE [number]
+window.CustomEvent.prototype.MOUSEOUT [number]
+window.CustomEvent.prototype.MOUSEOVER [number]
+window.CustomEvent.prototype.MOUSEUP [number]
+window.CustomEvent.prototype.SELECT [number]
+window.CustomEvent.prototype.initCustomEvent [function]
+window.CustomEvent.prototype.initEvent [function]
+window.CustomEvent.prototype.preventDefault [function]
+window.CustomEvent.prototype.stopImmediatePropagation [function]
+window.CustomEvent.prototype.stopPropagation [function]
 window.DOMException [object DOMExceptionConstructor]
 window.DOMException.ABORT_ERR [number]
 window.DOMException.DATA_CLONE_ERR [number]

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-31 07:35:47 UTC (rev 94156)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-31 07:38:05 UTC (rev 94157)
@@ -33,6 +33,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'CloseEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Comment') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Counter') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'CustomEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMException') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMImplementation') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'DOMParser') is 'object'

Modified: trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt (94156 => 94157)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt	2011-08-31 07:35:47 UTC (rev 94156)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-expected.txt	2011-08-31 07:38:05 UTC (rev 94157)
@@ -63,6 +63,8 @@
 PASS inner.Comment.constructor.isInner is true
 PASS inner.Counter.isInner is true
 PASS inner.Counter.constructor.isInner is true
+PASS inner.CustomEvent.isInner is true
+PASS inner.CustomEvent.constructor.isInner is true
 PASS inner.DOMException.isInner is true
 PASS inner.DOMException.constructor.isInner is true
 PASS inner.DOMImplementation.isInner is true

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


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2011-08-31 07:35:47 UTC (rev 94156)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2011-08-31 07:38:05 UTC (rev 94157)
@@ -31,6 +31,7 @@
 PASS CloseEvent.toString() is '[object CloseEventConstructor]'
 PASS Comment.toString() is '[object CommentConstructor]'
 PASS Counter.toString() is '[object CounterConstructor]'
+PASS CustomEvent.toString() is '[object CustomEventConstructor]'
 PASS DOMException.toString() is '[object DOMExceptionConstructor]'
 PASS DOMImplementation.toString() is '[object DOMImplementationConstructor]'
 PASS DOMParser.toString() is '[object DOMParserConstructor]'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to