Chromium Code Reviews| Index: LayoutTests/svg/custom/global-constructors-expected.txt |
| diff --git a/LayoutTests/svg/custom/global-constructors-expected.txt b/LayoutTests/svg/custom/global-constructors-expected.txt |
| index 729a8fd2da128a3c318277636799224fdf9d3f54..e924179f181ebb0166a770e493561116b6333748 100644 |
| --- a/LayoutTests/svg/custom/global-constructors-expected.txt |
| +++ b/LayoutTests/svg/custom/global-constructors-expected.txt |
| @@ -19,7 +19,7 @@ PASS SVGLengthList.toString() is 'function SVGLengthList() { [native code] }' |
| PASS SVGAnimatedLengthList.toString() is 'function SVGAnimatedLengthList() { [native code] }' |
| PASS SVGAngle.toString() is 'function SVGAngle() { [native code] }' |
| PASS SVGAnimatedAngle.toString() is 'function SVGAnimatedAngle() { [native code] }' |
| -PASS SVGColor.toString() is 'function SVGColor() { [native code] }' |
| +FAIL SVGColor.toString() should be function SVGColor() { [native code] }. Threw exception ReferenceError: SVGColor is not defined |
|
Stephen Chennney
2013/12/18 13:53:15
An oversight?
Erik Dahlström (inactive)
2013/12/18 14:11:59
I was considering whether or not to remove these l
|
| FAIL SVGICCColor.toString() should be function SVGICCColor() { [native code] }. Threw exception ReferenceError: SVGICCColor is not defined |
| PASS SVGRect.toString() is 'function SVGRect() { [native code] }' |
| PASS SVGAnimatedRect.toString() is 'function SVGAnimatedRect() { [native code] }' |
| @@ -90,7 +90,7 @@ PASS SVGAltGlyphElement.toString() is 'function SVGAltGlyphElement() { [native c |
| PASS SVGAltGlyphDefElement.toString() is 'function SVGAltGlyphDefElement() { [native code] }' |
| PASS SVGAltGlyphItemElement.toString() is 'function SVGAltGlyphItemElement() { [native code] }' |
| PASS SVGGlyphRefElement.toString() is 'function SVGGlyphRefElement() { [native code] }' |
| -PASS SVGPaint.toString() is 'function SVGPaint() { [native code] }' |
| +FAIL SVGPaint.toString() should be function SVGPaint() { [native code] }. Threw exception ReferenceError: SVGPaint is not defined |
|
Stephen Chennney
2013/12/18 13:53:15
Ditto.
|
| PASS SVGMarkerElement.toString() is 'function SVGMarkerElement() { [native code] }' |
| FAIL SVGColorProfileElement.toString() should be function SVGColorProfileElement() { [native code] }. Threw exception ReferenceError: SVGColorProfileElement is not defined |
| FAIL SVGColorProfileRule.toString() should be function SVGColorProfileRule() { [native code] }. Threw exception ReferenceError: SVGColorProfileRule is not defined |