RESOLVED FIXED Bug 205817
Regression r254029: imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https.html is failing
https://bugs.webkit.org/show_bug.cgi?id=205817
Summary Regression r254029: imported/w3c/web-platform-tests/dom/nodes/Document-create...
Aakash Jain
Reported 2020-01-06 11:26:57 PST
Attachments
Chris Dumez
Comment 1 2020-01-06 12:36:36 PST
Again: --- /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt +++ /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-actual.txt @@ -34,12 +34,12 @@ PASS DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent. PASS createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly. PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DeviceOrientationEvents" -FAIL DragEvent should be an alias for DragEvent. The operation is not supported. -FAIL createEvent('DragEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type') -FAIL dragevent should be an alias for DragEvent. The operation is not supported. -FAIL createEvent('dragevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type') -FAIL DRAGEVENT should be an alias for DragEvent. The operation is not supported. -FAIL createEvent('DRAGEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type') +PASS DragEvent should be an alias for DragEvent. +PASS createEvent('DragEvent') should be initialized correctly. +PASS dragevent should be an alias for DragEvent. +PASS createEvent('dragevent') should be initialized correctly. +PASS DRAGEVENT should be an alias for DragEvent. +PASS createEvent('DRAGEVENT') should be initialized correctly. PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DragEvents" PASS Event should be an alias for Event. PASS createEvent('Event') should be initialized correctly. Simply needs rebaselining on iOS.
Chris Dumez
Comment 2 2020-01-06 12:38:55 PST
Radar WebKit Bug Importer
Comment 3 2020-01-06 12:39:35 PST
Note You need to log in before you can comment on or make changes to this bug.