Title: [107686] trunk/LayoutTests
Revision
107686
Author
[email protected]
Date
2012-02-14 01:22:14 -0800 (Tue, 14 Feb 2012)

Log Message

Unreviewed, GTK rebaseline after r107662.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107685 => 107686)


--- trunk/LayoutTests/ChangeLog	2012-02-14 09:13:07 UTC (rev 107685)
+++ trunk/LayoutTests/ChangeLog	2012-02-14 09:22:14 UTC (rev 107686)
@@ -1,3 +1,12 @@
+2012-02-14  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK rebaseline after r107662.
+
+        * 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-2-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2012-02-14  Pavel Feldman  <[email protected]>
 
         Web Inspector: fire stylesheet changed event upon CSS modifications.

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-02-14 09:13:07 UTC (rev 107685)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2012-02-14 09:22:14 UTC (rev 107686)
@@ -2199,6 +2199,10 @@
 window.WebKitCSSTransformValue.CSS_TRANSLATEY [number]
 window.WebKitCSSTransformValue.CSS_TRANSLATEZ [number]
 window.WebKitCSSTransformValue.prototype [printed above as window.CSSValue.prototype]
+window.WebKitMutationObserver [object WebKitMutationObserverConstructor]
+window.WebKitMutationObserver.prototype [object WebKitMutationObserverPrototype]
+window.WebKitMutationObserver.prototype.disconnect [function]
+window.WebKitMutationObserver.prototype.observe [function]
 window.WebKitPoint [object WebKitPointConstructor]
 window.WebKitPoint.length [number]
 window.WebKitPoint.prototype [object WebKitPointPrototype]

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


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-02-14 09:13:07 UTC (rev 107685)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2012-02-14 09:22:14 UTC (rev 107686)
@@ -336,6 +336,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSMatrix') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSRegionRule') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitCSSTransformValue') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitMutationObserver') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitPoint') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebKitTransitionEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'WebSocket') is 'object'

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


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-14 09:13:07 UTC (rev 107685)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-14 09:22:14 UTC (rev 107686)
@@ -452,6 +452,7 @@
 Never found WebKitCSSMatrix
 Never found WebKitCSSRegionRule
 Never found WebKitCSSTransformValue
+Never found WebKitMutationObserver
 Never found WebKitPoint
 Never found WebSocket
 Never found Worker

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


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-14 09:13:07 UTC (rev 107685)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-14 09:22:14 UTC (rev 107686)
@@ -317,6 +317,7 @@
 PASS WebKitCSSMatrix.toString() is '[object WebKitCSSMatrixConstructor]'
 PASS WebKitCSSRegionRule.toString() is '[object WebKitCSSRegionRuleConstructor]'
 PASS WebKitCSSTransformValue.toString() is '[object WebKitCSSTransformValueConstructor]'
+PASS WebKitMutationObserver.toString() is '[object WebKitMutationObserverConstructor]'
 PASS WebKitPoint.toString() is '[object WebKitPointConstructor]'
 PASS WebKitTransitionEvent.toString() is '[object WebKitTransitionEventConstructor]'
 PASS WebSocket.toString() is '[object WebSocketConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to