Title: [88184] trunk/LayoutTests
- Revision
- 88184
- Author
- [email protected]
- Date
- 2011-06-06 13:14:35 -0700 (Mon, 06 Jun 2011)
Log Message
Update the Windows-specific results after r88020 in order to get the bots green.
* platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/win/fast/dom/prototype-inheritance-expected.txt:
* platform/win/fast/js/global-constructors-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (88183 => 88184)
--- trunk/LayoutTests/ChangeLog 2011-06-06 19:57:36 UTC (rev 88183)
+++ trunk/LayoutTests/ChangeLog 2011-06-06 20:14:35 UTC (rev 88184)
@@ -1,5 +1,13 @@
2011-06-06 Jessie Berlin <[email protected]>
+ Update the Windows-specific results after r88020 in order to get the bots green.
+
+ * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/win/fast/dom/prototype-inheritance-expected.txt:
+ * platform/win/fast/js/global-constructors-expected.txt:
+
+2011-06-06 Jessie Berlin <[email protected]>
+
Windows DRT needs an implementation of shadowRoot.
https://bugs.webkit.org/show_bug.cgi?id=59081
Modified: trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt (88183 => 88184)
--- trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt 2011-06-06 19:57:36 UTC (rev 88183)
+++ trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt 2011-06-06 20:14:35 UTC (rev 88184)
@@ -166,6 +166,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'
@@ -234,6 +235,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/win/fast/dom/prototype-inheritance-expected.txt (88183 => 88184)
--- trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt 2011-06-06 19:57:36 UTC (rev 88183)
+++ trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt 2011-06-06 20:14:35 UTC (rev 88184)
@@ -325,6 +325,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
@@ -461,6 +463,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/win/fast/js/global-constructors-expected.txt (88183 => 88184)
--- trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt 2011-06-06 19:57:36 UTC (rev 88183)
+++ trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt 2011-06-06 20:14:35 UTC (rev 88184)
@@ -151,6 +151,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]'
@@ -219,6 +220,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