RESOLVED FIXED Bug 163858
[GTK] Layout test fast/events/touch/touch-constructor.html is failing
https://bugs.webkit.org/show_bug.cgi?id=163858
Summary [GTK] Layout test fast/events/touch/touch-constructor.html is failing
Michael Catanzaro
Reported 2016-10-22 15:12:59 PDT
Layout test fast/events/touch/touch-constructor.html, which was added in r206613 "[iOS] Add test for Touch constructor", has no expected result. I'm skipping it, because it's failing: PASS document.createTouch exists and creates a Touch object with requested properties PASS document.createTouchList exists and correctly creates a TouchList from zero Touch objects FAIL document.createTouchList exists and correctly creates a TouchList from a single Touch assert_true: radiusX attribute in Touch object expected true got false FAIL document.createTouchList exists and correctly creates a TouchList from two Touch objects assert_true: radiusX attribute in Touch object expected true got false
Attachments
Diego Pino
Comment 1 2023-01-25 19:34:56 PST
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.
Note You need to log in before you can comment on or make changes to this bug.