Title: [91340] trunk/LayoutTests
Revision
91340
Author
[email protected]
Date
2011-07-19 23:11:34 -0700 (Tue, 19 Jul 2011)

Log Message

Unreviewed. Rebaseline JS and DOM test expectations after r91331.

fast/js/global-constructors-expected.txt
fast/dom/prototype-inheritance-2-expected.txt
fast/dom/prototype-inheritance-expected.txt
fast/dom/Window/window-properties-expected.txt
fast/dom/Window/window-property-descriptors-expected.txt
svg/custom/global-constructors-expected.txt

Modified Paths

Diff

Modified: trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt (91339 => 91340)


--- trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt	2011-07-20 05:59:22 UTC (rev 91339)
+++ trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt	2011-07-20 06:11:34 UTC (rev 91340)
@@ -1405,8 +1405,12 @@
 window.SQLException.prototype.VERSION_ERR [number]
 window.SVGAElement [object SVGAElementConstructor]
 window.SVGAElement.prototype [printed above as window.Element.prototype]
+window.SVGAltGlyphDefElement [object SVGAltGlyphDefElementConstructor]
+window.SVGAltGlyphDefElement.prototype [printed above as window.Element.prototype]
 window.SVGAltGlyphElement [object SVGAltGlyphElementConstructor]
 window.SVGAltGlyphElement.prototype [printed above as window.Element.prototype]
+window.SVGAltGlyphItemElement [object SVGAltGlyphItemElementConstructor]
+window.SVGAltGlyphItemElement.prototype [printed above as window.Element.prototype]
 window.SVGAngle [object SVGAngleConstructor]
 window.SVGAngle.SVG_ANGLETYPE_DEG [number]
 window.SVGAngle.SVG_ANGLETYPE_GRAD [number]
@@ -1606,6 +1610,8 @@
 window.SVGGElement.prototype [printed above as window.Element.prototype]
 window.SVGGlyphElement [object SVGGlyphElementConstructor]
 window.SVGGlyphElement.prototype [printed above as window.Element.prototype]
+window.SVGGlyphRefElement [object SVGGlyphRefElementConstructor]
+window.SVGGlyphRefElement.prototype [printed above as window.Element.prototype]
 window.SVGGradientElement [object SVGGradientElementConstructor]
 window.SVGGradientElement.SVG_SPREADMETHOD_PAD [number]
 window.SVGGradientElement.SVG_SPREADMETHOD_REFLECT [number]

Modified: trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt (91339 => 91340)


--- trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt	2011-07-20 05:59:22 UTC (rev 91339)
+++ trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt	2011-07-20 06:11:34 UTC (rev 91340)
@@ -163,7 +163,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'
@@ -229,6 +231,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/fast/dom/prototype-inheritance-2-expected.txt (91339 => 91340)


--- trunk/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt	2011-07-20 05:59:22 UTC (rev 91339)
+++ trunk/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt	2011-07-20 06:11:34 UTC (rev 91340)
@@ -290,7 +290,9 @@
 Never found ProcessingInstruction
 Never found Range
 Never found SVGAElement
+Never found SVGAltGlyphDefElement
 Never found SVGAltGlyphElement
+Never found SVGAltGlyphItemElement
 Never found SVGAngle
 Never found SVGAnimateColorElement
 Never found SVGAnimateElement
@@ -355,6 +357,7 @@
 Never found SVGForeignObjectElement
 Never found SVGGElement
 Never found SVGGlyphElement
+Never found SVGGlyphRefElement
 Never found SVGGradientElement
 Never found SVGHKernElement
 Never found SVGImageElement

Modified: trunk/LayoutTests/fast/dom/prototype-inheritance-expected.txt (91339 => 91340)


--- trunk/LayoutTests/fast/dom/prototype-inheritance-expected.txt	2011-07-20 05:59:22 UTC (rev 91339)
+++ trunk/LayoutTests/fast/dom/prototype-inheritance-expected.txt	2011-07-20 06:11:34 UTC (rev 91340)
@@ -319,8 +319,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
@@ -451,6 +455,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/fast/js/global-constructors-expected.txt (91339 => 91340)


--- trunk/LayoutTests/fast/js/global-constructors-expected.txt	2011-07-20 05:59:22 UTC (rev 91339)
+++ trunk/LayoutTests/fast/js/global-constructors-expected.txt	2011-07-20 06:11:34 UTC (rev 91340)
@@ -148,7 +148,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]'
@@ -214,6 +216,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]'

Modified: trunk/LayoutTests/svg/custom/global-constructors-expected.txt (91339 => 91340)


--- trunk/LayoutTests/svg/custom/global-constructors-expected.txt	2011-07-20 05:59:22 UTC (rev 91339)
+++ trunk/LayoutTests/svg/custom/global-constructors-expected.txt	2011-07-20 06:11:34 UTC (rev 91340)
@@ -93,9 +93,9 @@
 PASS SVGTRefElement.toString() is '[object SVGTRefElementConstructor]'
 PASS SVGTextPathElement.toString() is '[object SVGTextPathElementConstructor]'
 PASS SVGAltGlyphElement.toString() is '[object SVGAltGlyphElementConstructor]'
-FAIL SVGAltGlyphDefElement.toString() should be [object SVGAltGlyphDefElementConstructor]. Threw exception ReferenceError: Can't find variable: SVGAltGlyphDefElement
-FAIL SVGAltGlyphItemElement.toString() should be [object SVGAltGlyphItemElementConstructor]. Threw exception ReferenceError: Can't find variable: SVGAltGlyphItemElement
-FAIL SVGGlyphRefElement.toString() should be [object SVGGlyphRefElementConstructor]. Threw exception ReferenceError: Can't find variable: SVGGlyphRefElement
+PASS SVGAltGlyphDefElement.toString() is '[object SVGAltGlyphDefElementConstructor]'
+PASS SVGAltGlyphItemElement.toString() is '[object SVGAltGlyphItemElementConstructor]'
+PASS SVGGlyphRefElement.toString() is '[object SVGGlyphRefElementConstructor]'
 PASS SVGPaint.toString() is '[object SVGPaintConstructor]'
 PASS SVGMarkerElement.toString() is '[object SVGMarkerElementConstructor]'
 FAIL SVGColorProfileElement.toString() should be [object SVGColorProfileElementConstructor]. Threw exception ReferenceError: Can't find variable: SVGColorProfileElement
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to