Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt |
| index 2b16dc3b1193d2bedafcc7fc07db95d8541c9cba..157dd2d119a48f3da38d38ad68feb8cab03de8ea 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt |
| @@ -1,4 +1,3 @@ |
| -CONSOLE WARNING: line 13: 'SVGZoomEvent' is deprecated and will be removed in M52, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details. |
| This is a testharness.js-based test. |
| PASS AnimationEvent should be an alias for AnimationEvent. |
| PASS createEvent('AnimationEvent') should be initialized correctly. |
| @@ -164,14 +163,14 @@ FAIL svgevents should be an alias for Event. Failed to execute 'createEvent' on |
| FAIL createEvent('svgevents') should be initialized correctly. Cannot read property 'type' of undefined |
| FAIL SVGEVENTS should be an alias for Event. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGEVENTS') is invalid. |
| FAIL createEvent('SVGEVENTS') should be initialized correctly. Cannot read property 'type' of undefined |
| -PASS SVGZoomEvent should be an alias for SVGZoomEvent. |
| -PASS createEvent('SVGZoomEvent') should be initialized correctly. |
| +FAIL SVGZoomEvent should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZoomEvent') is invalid. |
|
foolip
2016/07/12 09:35:06
https://github.com/w3c/web-platform-tests needs to
Shanmuga Pandi
2016/07/12 13:06:10
Raised bug on that.
https://github.com/w3c/web-pla
foolip
2016/07/12 13:12:10
Do you also plan to work on those tests? Failures
|
| +FAIL createEvent('SVGZoomEvent') should be initialized correctly. Cannot read property 'type' of undefined |
| FAIL svgzoomevent should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('svgzoomevent') is invalid. |
| FAIL createEvent('svgzoomevent') should be initialized correctly. Cannot read property 'type' of undefined |
| FAIL SVGZOOMEVENT should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZOOMEVENT') is invalid. |
| FAIL createEvent('SVGZOOMEVENT') should be initialized correctly. Cannot read property 'type' of undefined |
| -PASS SVGZoomEvents should be an alias for SVGZoomEvent. |
| -PASS createEvent('SVGZoomEvents') should be initialized correctly. |
| +FAIL SVGZoomEvents should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZoomEvents') is invalid. |
| +FAIL createEvent('SVGZoomEvents') should be initialized correctly. Cannot read property 'type' of undefined |
| FAIL svgzoomevents should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('svgzoomevents') is invalid. |
| FAIL createEvent('svgzoomevents') should be initialized correctly. Cannot read property 'type' of undefined |
| FAIL SVGZOOMEVENTS should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZOOMEVENTS') is invalid. |