Changeset 88184 in webkit
- Timestamp:
- Jun 6, 2011, 1:14:35 PM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
platform/win/fast/dom/Window/window-property-descriptors-expected.txt (modified) (2 diffs)
-
platform/win/fast/dom/prototype-inheritance-expected.txt (modified) (2 diffs)
-
platform/win/fast/js/global-constructors-expected.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r88182 r88184 1 2011-06-06 Jessie Berlin <jberlin@apple.com> 2 3 Update the Windows-specific results after r88020 in order to get the bots green. 4 5 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: 6 * platform/win/fast/dom/prototype-inheritance-expected.txt: 7 * platform/win/fast/js/global-constructors-expected.txt: 8 1 9 2011-06-06 Jessie Berlin <jberlin@apple.com> 2 10 -
trunk/LayoutTests/platform/win/fast/dom/Window/window-property-descriptors-expected.txt
r86341 r88184 167 167 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateColorElement') is 'object' 168 168 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateElement') is 'object' 169 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateMotionElement') is 'object' 169 170 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimateTransformElement') is 'object' 170 171 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGAnimatedAngle') is 'object' … … 235 236 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLineElement') is 'object' 236 237 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGLinearGradientElement') is 'object' 238 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMPathElement') is 'object' 237 239 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMarkerElement') is 'object' 238 240 PASS typeof Object.getOwnPropertyDescriptor(window, 'SVGMaskElement') is 'object' -
trunk/LayoutTests/platform/win/fast/dom/prototype-inheritance-expected.txt
r86341 r88184 326 326 PASS inner.SVGAnimateElement.isInner is true 327 327 PASS inner.SVGAnimateElement.constructor.isInner is true 328 PASS inner.SVGAnimateMotionElement.isInner is true 329 PASS inner.SVGAnimateMotionElement.constructor.isInner is true 328 330 PASS inner.SVGAnimateTransformElement.isInner is true 329 331 PASS inner.SVGAnimateTransformElement.constructor.isInner is true … … 462 464 PASS inner.SVGLinearGradientElement.isInner is true 463 465 PASS inner.SVGLinearGradientElement.constructor.isInner is true 466 PASS inner.SVGMPathElement.isInner is true 467 PASS inner.SVGMPathElement.constructor.isInner is true 464 468 PASS inner.SVGMarkerElement.isInner is true 465 469 PASS inner.SVGMarkerElement.constructor.isInner is true -
trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt
r86341 r88184 152 152 PASS SVGAnimateColorElement.toString() is '[object SVGAnimateColorElementConstructor]' 153 153 PASS SVGAnimateElement.toString() is '[object SVGAnimateElementConstructor]' 154 PASS SVGAnimateMotionElement.toString() is '[object SVGAnimateMotionElementConstructor]' 154 155 PASS SVGAnimateTransformElement.toString() is '[object SVGAnimateTransformElementConstructor]' 155 156 PASS SVGAnimatedAngle.toString() is '[object SVGAnimatedAngleConstructor]' … … 220 221 PASS SVGLineElement.toString() is '[object SVGLineElementConstructor]' 221 222 PASS SVGLinearGradientElement.toString() is '[object SVGLinearGradientElementConstructor]' 223 PASS SVGMPathElement.toString() is '[object SVGMPathElementConstructor]' 222 224 PASS SVGMarkerElement.toString() is '[object SVGMarkerElementConstructor]' 223 225 PASS SVGMaskElement.toString() is '[object SVGMaskElementConstructor]'
Note:
See TracChangeset
for help on using the changeset viewer.