Title: [88143] trunk/LayoutTests
Revision
88143
Author
[email protected]
Date
2011-06-05 23:12:05 -0700 (Sun, 05 Jun 2011)

Log Message

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

* platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
* platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88142 => 88143)


--- trunk/LayoutTests/ChangeLog	2011-06-06 05:54:27 UTC (rev 88142)
+++ trunk/LayoutTests/ChangeLog	2011-06-06 06:12:05 UTC (rev 88143)
@@ -1,5 +1,12 @@
 2011-06-05  Csaba Osztrogonác  <[email protected]>
 
+        [Qt][WK2] Unreviewed. Update platform specific expected files after r88020.
+
+        * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt:
+
+2011-06-05  Csaba Osztrogonác  <[email protected]>
+
         [Qt] Unreviewed trivial fix.
 
         * platform/qt/Skipped: Remove svg/hixie/links/003-broken.xml, because it was deleted by r87518.

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


--- trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt	2011-06-06 05:54:27 UTC (rev 88142)
+++ trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt	2011-06-06 06:12:05 UTC (rev 88143)
@@ -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-wk2/fast/dom/Window/window-property-descriptors-expected.txt (88142 => 88143)


--- trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt	2011-06-06 05:54:27 UTC (rev 88142)
+++ trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt	2011-06-06 06:12:05 UTC (rev 88143)
@@ -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'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to