imported/w3c/web-platform-tests/css/cssom-view/scrollIntoView-inline-image.html imported/w3c/web-platform-tests/css/cssom-view/mouseEvent-offsetXY-svg.html Are constant text failures on all Mac, iOS, and WPE queues. HISTORY: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcssom-view%2FmouseEvent-offsetXY-svg.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcssom-view%2FscrollIntoView-inline-image.html DIFF for :imported/w3c/web-platform-tests/css/cssom-view/mouseEvent-offsetXY-svg.html": -CONSOLE MESSAGE: Unhandled Promise Rejection: Error: element click intercepted error -Harness Error (FAIL), message = Unhandled rejection: element click intercepted error +PASS MouseEvent.offsetX/Y returns coordinates relative to the root svg -NOTRUN MouseEvent.offsetX/Y returns coordinates relative to the root svg - DIFF for "imported/w3c/web-platform-tests/css/cssom-view/scrollIntoView-inline-image.html": To be scrolled into view -PASS Scrolling an inline element with a large line height uses the bounding rect +FAIL Scrolling an inline element with a large line height uses the bounding rect assert_approx_equals: expected 594 +/- 1 but got 8 It appears they were introduced at r282351, and have been constantly failing since: https://trac.webkit.org/changeset/282341/webkit
<rdar://problem/83077757>
(In reply to Robert Jenner from comment #0) > imported/w3c/web-platform-tests/css/cssom-view/scrollIntoView-inline-image. > html > imported/w3c/web-platform-tests/css/cssom-view/mouseEvent-offsetXY-svg.html > > Are constant text failures on all Mac, iOS, and WPE queues. > > HISTORY: > https://results.webkit.org/?suite=layout-tests&suite=layout- > tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcssom- > view%2FmouseEvent-offsetXY-svg.html&test=imported%2Fw3c%2Fweb-platform- > tests%2Fcss%2Fcssom-view%2FscrollIntoView-inline-image.html > > DIFF for > :imported/w3c/web-platform-tests/css/cssom-view/mouseEvent-offsetXY-svg. > html": > > -CONSOLE MESSAGE: Unhandled Promise Rejection: Error: element click > intercepted error > > -Harness Error (FAIL), message = Unhandled rejection: element click > intercepted error > +PASS MouseEvent.offsetX/Y returns coordinates relative to the root svg > > -NOTRUN MouseEvent.offsetX/Y returns coordinates relative to the root svg > - > > > DIFF for > "imported/w3c/web-platform-tests/css/cssom-view/scrollIntoView-inline-image. > html": > To be scrolled into view > > -PASS Scrolling an inline element with a large line height uses the bounding > rect > +FAIL Scrolling an inline element with a large line height uses the bounding > rect assert_approx_equals: expected 594 +/- 1 but got 8 > > > > It appears they were introduced at r282351, and have been constantly failing > since: > https://trac.webkit.org/changeset/282341/webkit Bit of a typo. r282341 appears to be where it was introduced. The following link is correct, but the r282351 is incorrect.
I was able to reproduce the failure of both at BigSur Production ToT using the following test: run-webkit-tests <insert test here>
I think imported/w3c/web-platform-tests/css/cssom-view/mouseEvent-offsetXY-svg.html should just be skipped. It relies on some Web driver stuff.
Marked both tests as failing in r282378
Robert Jenner confirmed this was resolved as of 5/20/2022.