Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt |
| index 94caad7ee824fd7b764fdcd611c0ab13a00e4df3..e16270c00797426450a019427c6b2434d5fb1473 100644 |
| --- a/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt |
| @@ -102,7 +102,7 @@ PASS SVGAElement.toString() is 'function SVGAElement() { [native code] }' |
| PASS SVGViewElement.toString() is 'function SVGViewElement() { [native code] }' |
| PASS SVGScriptElement.toString() is 'function SVGScriptElement() { [native code] }' |
| FAIL SVGEvent.toString() should be function SVGEvent() { [native code] }. Threw exception ReferenceError: SVGEvent is not defined |
| -PASS SVGZoomEvent.toString() is 'function SVGZoomEvent() { [native code] }' |
| +FAIL SVGZoomEvent.toString() should be function SVGZoomEvent() { [native code] }. Threw exception ReferenceError: SVGZoomEvent is not defined |
|
foolip
2016/07/12 09:35:06
Edit LayoutTests/svg/custom/script-tests/global-co
Shanmuga Pandi
2016/07/12 13:06:10
Done.
|
| PASS SVGAnimationElement.toString() is 'function SVGAnimationElement() { [native code] }' |
| PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native code] }' |
| PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }' |