Title: [101083] trunk/LayoutTests
Revision
101083
Author
[email protected]
Date
2011-11-23 07:36:45 -0800 (Wed, 23 Nov 2011)

Log Message

Unreviewed, GTK rebaseline after r101060.

* 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 (101082 => 101083)


--- trunk/LayoutTests/ChangeLog	2011-11-23 15:33:19 UTC (rev 101082)
+++ trunk/LayoutTests/ChangeLog	2011-11-23 15:36:45 UTC (rev 101083)
@@ -1,3 +1,11 @@
+2011-11-23  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK rebaseline after r101060.
+
+        * 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:
+
 2011-11-23  Mihnea Ovidenie  <[email protected]>
 
         CSS Exclusions: parse the shorthand "wrap" property

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-11-23 15:33:19 UTC (rev 101082)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-11-23 15:36:45 UTC (rev 101083)
@@ -2117,6 +2117,8 @@
 window.UIEvent [object UIEventConstructor]
 window.UIEvent.prototype [printed above as window.Event.prototype]
 window.URIError [function]
+window.WebGLContextEvent [object WebGLContextEventConstructor]
+window.WebGLContextEvent.prototype [printed above as window.Event.prototype]
 window.WebKitAnimationEvent [object WebKitAnimationEventConstructor]
 window.WebKitAnimationEvent.prototype [printed above as window.Event.prototype]
 window.WebKitCSSKeyframeRule [object WebKitCSSKeyframeRuleConstructor]

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-11-23 15:33:19 UTC (rev 101082)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-11-23 15:36:45 UTC (rev 101083)
@@ -324,6 +324,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TypeError') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'UIEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'URIError') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'WebGLContextEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitAnimationEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSKeyframeRule') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSKeyframesRule') is 'object'

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


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2011-11-23 15:33:19 UTC (rev 101082)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2011-11-23 15:36:45 UTC (rev 101083)
@@ -305,6 +305,7 @@
 PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
 PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
 PASS UIEvent.toString() is '[object UIEventConstructor]'
+PASS WebGLContextEvent.toString() is '[object WebGLContextEventConstructor]'
 PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor]'
 PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstructor]'
 PASS WebKitCSSKeyframesRule.toString() is '[object WebKitCSSKeyframesRuleConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to