Title: [108046] trunk/LayoutTests
Revision
108046
Author
[email protected]
Date
2012-02-17 00:08:42 -0800 (Fri, 17 Feb 2012)

Log Message

Unreviewed, GTK rebaseline after r108034.

* 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 (108045 => 108046)


--- trunk/LayoutTests/ChangeLog	2012-02-17 08:06:50 UTC (rev 108045)
+++ trunk/LayoutTests/ChangeLog	2012-02-17 08:08:42 UTC (rev 108046)
@@ -1,3 +1,11 @@
+2012-02-17  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK rebaseline after r108034.
+
+        * 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-17  Noel Gordon  <[email protected]>
 
         [chromium] Rebaseline JPEG image results after r107389

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-02-17 08:06:50 UTC (rev 108045)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-02-17 08:08:42 UTC (rev 108046)
@@ -1064,8 +1064,6 @@
 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 (108045 => 108046)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-02-17 08:06:50 UTC (rev 108045)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-02-17 08:08:42 UTC (rev 108046)
@@ -57,7 +57,6 @@
 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 (108045 => 108046)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-17 08:06:50 UTC (rev 108045)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-17 08:08:42 UTC (rev 108046)
@@ -52,7 +52,6 @@
 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