Bug 205817
| Summary: | Regression r254029: imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=205758 | ||
Aakash Jain
imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https.html is failing.
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fdom%2Fnodes%2FDocument-createEvent.https.html
Seems like a regression from https://trac.webkit.org/changeset/254029/webkit
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
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
Committed r254076: <https://trac.webkit.org/changeset/254076>
Radar WebKit Bug Importer
<rdar://problem/58350712>