Title: [91342] trunk/LayoutTests/platform/win/fast
- Revision
- 91342
- Author
- [email protected]
- Date
- 2011-07-19 23:32:24 -0700 (Tue, 19 Jul 2011)
Log Message
Unreviewed. Rebaseline test expectations for Windows after r91331.
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/platform/win/fast/dom/Window/window-property-descriptors-expected.txt (91341 => 91342)
--- trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt 2011-07-20 06:28:51 UTC (rev 91341)
+++ trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt 2011-07-20 06:32:24 UTC (rev 91342)
@@ -162,7 +162,9 @@
PASS typeof Object.getOwnPropertyDescriptor(window, 'RegExp') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SQLException') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAltGlyphDefElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAltGlyphElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAltGlyphItemElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAngle') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateColorElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateElement') is 'object'
@@ -228,6 +230,7 @@
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGForeignObjectElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGGElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGGlyphElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGGlyphRefElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGGradientElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGHKernElement') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGImageElement') is 'object'
Modified: trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt (91341 => 91342)
--- trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt 2011-07-20 06:28:51 UTC (rev 91341)
+++ trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt 2011-07-20 06:32:24 UTC (rev 91342)
@@ -317,8 +317,12 @@
PASS inner.SQLException.constructor.isInner is true
PASS inner.SVGAElement.isInner is true
PASS inner.SVGAElement.constructor.isInner is true
+PASS inner.SVGAltGlyphDefElement.isInner is true
+PASS inner.SVGAltGlyphDefElement.constructor.isInner is true
PASS inner.SVGAltGlyphElement.isInner is true
PASS inner.SVGAltGlyphElement.constructor.isInner is true
+PASS inner.SVGAltGlyphItemElement.isInner is true
+PASS inner.SVGAltGlyphItemElement.constructor.isInner is true
PASS inner.SVGAngle.isInner is true
PASS inner.SVGAngle.constructor.isInner is true
PASS inner.SVGAnimateColorElement.isInner is true
@@ -449,6 +453,8 @@
PASS inner.SVGGElement.constructor.isInner is true
PASS inner.SVGGlyphElement.isInner is true
PASS inner.SVGGlyphElement.constructor.isInner is true
+PASS inner.SVGGlyphRefElement.isInner is true
+PASS inner.SVGGlyphRefElement.constructor.isInner is true
PASS inner.SVGGradientElement.isInner is true
PASS inner.SVGGradientElement.constructor.isInner is true
PASS inner.SVGHKernElement.isInner is true
Modified: trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt (91341 => 91342)
--- trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt 2011-07-20 06:28:51 UTC (rev 91341)
+++ trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt 2011-07-20 06:32:24 UTC (rev 91342)
@@ -147,7 +147,9 @@
PASS Rect.toString() is '[object RectConstructor]'
PASS SQLException.toString() is '[object SQLExceptionConstructor]'
PASS SVGAElement.toString() is '[object SVGAElementConstructor]'
+PASS SVGAltGlyphDefElement.toString() is '[object SVGAltGlyphDefElementConstructor]'
PASS SVGAltGlyphElement.toString() is '[object SVGAltGlyphElementConstructor]'
+PASS SVGAltGlyphItemElement.toString() is '[object SVGAltGlyphItemElementConstructor]'
PASS SVGAngle.toString() is '[object SVGAngleConstructor]'
PASS SVGAnimateColorElement.toString() is '[object SVGAnimateColorElementConstructor]'
PASS SVGAnimateElement.toString() is '[object SVGAnimateElementConstructor]'
@@ -213,6 +215,7 @@
PASS SVGForeignObjectElement.toString() is '[object SVGForeignObjectElementConstructor]'
PASS SVGGElement.toString() is '[object SVGGElementConstructor]'
PASS SVGGlyphElement.toString() is '[object SVGGlyphElementConstructor]'
+PASS SVGGlyphRefElement.toString() is '[object SVGGlyphRefElementConstructor]'
PASS SVGGradientElement.toString() is '[object SVGGradientElementConstructor]'
PASS SVGHKernElement.toString() is '[object SVGHKernElementConstructor]'
PASS SVGImageElement.toString() is '[object SVGImageElementConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes