Title: [88140] trunk/LayoutTests
Revision
88140
Author
[email protected]
Date
2011-06-05 22:38:49 -0700 (Sun, 05 Jun 2011)

Log Message

[Qt] Unreviewed. Update platform specific expected files after r88020.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88139 => 88140)


--- trunk/LayoutTests/ChangeLog	2011-06-06 04:56:45 UTC (rev 88139)
+++ trunk/LayoutTests/ChangeLog	2011-06-06 05:38:49 UTC (rev 88140)
@@ -1,3 +1,12 @@
+2011-06-05  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed. Update platform specific expected files after r88020.
+
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/qt/fast/dom/prototype-inheritance-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+
 2011-06-05  Kent Tamura  <[email protected]>
 
         Reviewed by Dimitri Glazkov.

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt (88139 => 88140)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-06-06 04:56:45 UTC (rev 88139)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-06-06 05:38:49 UTC (rev 88140)
@@ -1413,6 +1413,8 @@
 window.SVGAnimateColorElement.prototype [printed above as window.Element.prototype]
 window.SVGAnimateElement [object SVGAnimateElementConstructor]
 window.SVGAnimateElement.prototype [printed above as window.Element.prototype]
+window.SVGAnimateMotionElement [object SVGAnimateMotionElementConstructor]
+window.SVGAnimateMotionElement.prototype [printed above as window.Element.prototype]
 window.SVGAnimateTransformElement [object SVGAnimateTransformElementConstructor]
 window.SVGAnimateTransformElement.prototype [printed above as window.Element.prototype]
 window.SVGAnimatedAngle [object SVGAnimatedAngleConstructor]
@@ -1641,6 +1643,8 @@
 window.SVGLineElement.prototype [printed above as window.Element.prototype]
 window.SVGLinearGradientElement [object SVGLinearGradientElementConstructor]
 window.SVGLinearGradientElement.prototype [printed above as window.Element.prototype]
+window.SVGMPathElement [object SVGMPathElementConstructor]
+window.SVGMPathElement.prototype [printed above as window.Element.prototype]
 window.SVGMarkerElement [object SVGMarkerElementConstructor]
 window.SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH [number]
 window.SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN [number]

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt (88139 => 88140)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-06-06 04:56:45 UTC (rev 88139)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-06-06 05:38:49 UTC (rev 88140)
@@ -169,6 +169,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAngle') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateColorElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateMotionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateTransformElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedAngle') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedBoolean') is 'object'
@@ -237,6 +238,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLengthList') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLineElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLinearGradientElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMPathElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMarkerElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMaskElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMatrix') is 'object'

Modified: trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt (88139 => 88140)


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt	2011-06-06 04:56:45 UTC (rev 88139)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-expected.txt	2011-06-06 05:38:49 UTC (rev 88140)
@@ -327,6 +327,8 @@
 PASS inner.SVGAnimateColorElement.constructor.isInner is true
 PASS inner.SVGAnimateElement.isInner is true
 PASS inner.SVGAnimateElement.constructor.isInner is true
+PASS inner.SVGAnimateMotionElement.isInner is true
+PASS inner.SVGAnimateMotionElement.constructor.isInner is true
 PASS inner.SVGAnimateTransformElement.isInner is true
 PASS inner.SVGAnimateTransformElement.constructor.isInner is true
 PASS inner.SVGAnimatedAngle.isInner is true
@@ -463,6 +465,8 @@
 PASS inner.SVGLineElement.constructor.isInner is true
 PASS inner.SVGLinearGradientElement.isInner is true
 PASS inner.SVGLinearGradientElement.constructor.isInner is true
+PASS inner.SVGMPathElement.isInner is true
+PASS inner.SVGMPathElement.constructor.isInner is true
 PASS inner.SVGMarkerElement.isInner is true
 PASS inner.SVGMarkerElement.constructor.isInner is true
 PASS inner.SVGMaskElement.isInner is true

Modified: trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt (88139 => 88140)


--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2011-06-06 04:56:45 UTC (rev 88139)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2011-06-06 05:38:49 UTC (rev 88140)
@@ -154,6 +154,7 @@
 PASS SVGAngle.toString() is '[object SVGAngleConstructor]'
 PASS SVGAnimateColorElement.toString() is '[object SVGAnimateColorElementConstructor]'
 PASS SVGAnimateElement.toString() is '[object SVGAnimateElementConstructor]'
+PASS SVGAnimateMotionElement.toString() is '[object SVGAnimateMotionElementConstructor]'
 PASS SVGAnimateTransformElement.toString() is '[object SVGAnimateTransformElementConstructor]'
 PASS SVGAnimatedAngle.toString() is '[object SVGAnimatedAngleConstructor]'
 PASS SVGAnimatedBoolean.toString() is '[object SVGAnimatedBooleanConstructor]'
@@ -222,6 +223,7 @@
 PASS SVGLengthList.toString() is '[object SVGLengthListConstructor]'
 PASS SVGLineElement.toString() is '[object SVGLineElementConstructor]'
 PASS SVGLinearGradientElement.toString() is '[object SVGLinearGradientElementConstructor]'
+PASS SVGMPathElement.toString() is '[object SVGMPathElementConstructor]'
 PASS SVGMarkerElement.toString() is '[object SVGMarkerElementConstructor]'
 PASS SVGMaskElement.toString() is '[object SVGMaskElementConstructor]'
 PASS SVGMatrix.toString() is '[object SVGMatrixConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to