Title: [107974] trunk/LayoutTests
Revision
107974
Author
[email protected]
Date
2012-02-16 13:06:25 -0800 (Thu, 16 Feb 2012)

Log Message

Unreviewed, GTK rebaseline after r107952.

* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107973 => 107974)


--- trunk/LayoutTests/ChangeLog	2012-02-16 20:56:02 UTC (rev 107973)
+++ trunk/LayoutTests/ChangeLog	2012-02-16 21:06:25 UTC (rev 107974)
@@ -1,3 +1,11 @@
+2012-02-16  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK rebaseline after r107952.
+
+        * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2012-02-16  Julien Chaffraix  <[email protected]>
 
         thead in table without tbody causes table height doubling

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-02-16 20:56:02 UTC (rev 107973)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-02-16 21:06:25 UTC (rev 107974)
@@ -1064,6 +1064,8 @@
 window.FileList [object FileListConstructor]
 window.FileList.prototype [object FileListPrototype]
 window.FileList.prototype.item [function]
+window.FocusEvent [object FocusEventConstructor]
+window.FocusEvent.prototype [printed above as window.Event.prototype]
 window.FormData [object FormDataConstructor]
 window.FormData.prototype [object FormDataPrototype]
 window.FormData.prototype.append [function]

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-02-16 20:56:02 UTC (rev 107973)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-02-16 21:06:25 UTC (rev 107974)
@@ -57,6 +57,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'EventSource') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'File') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'FileList') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'FocusEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'FormData') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Function') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLAllCollection') is 'object'

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


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-16 20:56:02 UTC (rev 107973)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-16 21:06:25 UTC (rev 107974)
@@ -52,6 +52,7 @@
 PASS EventSource.toString() is '[object EventSourceConstructor]'
 PASS File.toString() is '[object FileConstructor]'
 PASS FileList.toString() is '[object FileListConstructor]'
+PASS FocusEvent.toString() is '[object FocusEventConstructor]'
 PASS FormData.toString() is '[object FormDataConstructor]'
 PASS HTMLAllCollection.toString() is '[object HTMLAllCollectionConstructor]'
 PASS HTMLAnchorElement.toString() is '[object HTMLAnchorElementConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to