perma fail ubuntu 24.04 layout/base/tests/test_event_target_radius.html
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: jmaher, Assigned: hiro)
References
(Blocks 1 open bug)
Details
Attachments
(2 obsolete files)
when running tests in CI on a newer version of linux (18.04 -> 24.04) we run into some new perma failures.
in this debug log, you can see this failure:
[task 2025-05-26T19:50:31.141Z] 19:50:31 INFO - TEST-PASS | layout/base/tests/test_event_target_radius.html | checking 't5_left' offset 102,10 [closest DIV is left]
[task 2025-05-26T19:50:31.142Z] 19:50:31 INFO - TEST-PASS | layout/base/tests/test_event_target_radius.html | checking 't5_left' offset 102.5,10 [closest DIV to midpoint is left because of its higher z-index]
[task 2025-05-26T19:50:31.143Z] 19:50:31 INFO - TEST-PASS | layout/base/tests/test_event_target_radius.html | checking 't5_left' offset 104,10 [closest DIV is right]
[task 2025-05-26T19:50:31.143Z] 19:50:31 INFO - TEST-PASS | layout/base/tests/test_event_target_radius.html | checking 't5_left' offset 10,104 [closest DIV is left]
[task 2025-05-26T19:50:31.143Z] 19:50:31 INFO - Buffered messages finished
[task 2025-05-26T19:50:31.144Z] 19:50:31 INFO - TEST-UNEXPECTED-FAIL | layout/base/tests/test_event_target_radius.html | checking 't5_left' offset 10,105 [closest DIV to midpoint is left because of its higher z-index] - got "t5_below", expected "t5_left"
[task 2025-05-26T19:50:31.144Z] 19:50:31 INFO - SimpleTest.is@SimpleTest/SimpleTest.js:509:14
[task 2025-05-26T19:50:31.145Z] 19:50:31 INFO - testMouseClick@layout/base/tests/test_event_target_radius.html:125:7
[task 2025-05-26T19:50:31.145Z] 19:50:31 INFO - test3@layout/base/tests/test_event_target_radius.html:260:17
[task 2025-05-26T19:50:31.145Z] 19:50:31 INFO - Async*test2@layout/base/tests/test_event_target_radius.html:196:17
[task 2025-05-26T19:50:31.145Z] 19:50:31 INFO - Async*runTest@layout/base/tests/test_event_target_radius.html:185:17
[task 2025-05-26T19:50:31.145Z] 19:50:31 INFO - Async*startTest@layout/base/tests/test_event_target_radius.html:95:17
[task 2025-05-26T19:50:31.145Z] 19:50:31 INFO - setTimeout handler*SimpleTest_setTimeoutShim@SimpleTest/SimpleTest.js:922:41
[task 2025-05-26T19:50:31.145Z] 19:50:31 INFO - onload@layout/base/tests/test_event_target_radius.html:1:11
[task 2025-05-26T19:50:31.145Z] 19:50:31 INFO - TEST-PASS | layout/base/tests/test_event_target_radius.html | checking 't5_left' offset 10,106 [closest DIV is below]
[task 2025-05-26T19:50:31.146Z] 19:50:31 INFO - TEST-PASS | layout/base/tests/test_event_target_radius.html | checking 't6_inner' offset -1,10 [inner element is clickable because its parent is, even when it sticks outside parent]
this bug will be for tracking investigations, I will be skipping these tests in a manifest in a larger patch to green stuff up.
| Assignee | ||
Comment 1•10 months ago
|
||
The test works fine on my local Ubuntu 24.04.
| Reporter | ||
Comment 2•10 months ago
|
||
ok, so something in our docker image/config is the problem.
| Assignee | ||
Comment 3•10 months ago
|
||
Updated•10 months ago
|
| Assignee | ||
Comment 4•10 months ago
|
||
Looks like some UA specific styles for button breaks the test.
Comment 5•10 months ago
|
||
Comment on attachment 9491079 [details]
Bug 1968682 - Specify px unit in helper_hittest_overscroll.html. r?botond
Revision D251420 was moved to bug 1968679. Setting attachment 9491079 [details] to obsolete.
Comment 6•10 months ago
|
||
Comment on attachment 9491080 [details]
Bug 1968682 - Use div instead of button in helper_hittest_overscroll.html. r?botond
Revision D251421 was moved to bug 1968679. Setting attachment 9491080 [details] to obsolete.
Comment 7•10 months ago
|
||
The severity field is not set for this bug.
:boris, could you have a look please?
For more information, please visit BugBot documentation.
Updated•9 months ago
|
Description
•