Closed
Bug 1886463
Opened 1 year ago
Closed 1 year ago
Perma dom/base/test/test_range_bounds.html | uncaught exception - TypeError: node.getBoxQuads is not a function at getTextBoundingClientRect@http://mochi.test:8888/tests/dom/base/test/test_range_bounds.html:42 : when Gecko 126 merges to beta on 2024-04-15
Categories
(Core :: DOM: Selection, defect, P1)
Core
DOM: Selection
Tracking
()
VERIFIED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox124 | --- | unaffected |
firefox125 | --- | unaffected |
firefox126 | + | verified |
People
(Reporter: tszentpeteri, Assigned: calixte)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
[task 2024-03-20T12:34:05.523Z] 12:34:05 INFO - TEST-START | dom/base/test/test_range_bounds.html
[task 2024-03-20T12:34:05.667Z] 12:34:05 INFO - TEST-INFO | started process screentopng
[task 2024-03-20T12:34:05.921Z] 12:34:05 INFO - TEST-INFO | screentopng: exit 0
[task 2024-03-20T12:34:05.922Z] 12:34:05 INFO - TEST-UNEXPECTED-FAIL | dom/base/test/test_range_bounds.html | uncaught exception - TypeError: node.getBoxQuads is not a function at getTextBoundingClientRect@https://mochi.test:8888/tests/dom/base/test/test_range_bounds.html:42:22
[task 2024-03-20T12:34:05.923Z] 12:34:05 INFO - doTest@https://mochi.test:8888/tests/dom/base/test/test_range_bounds.html:131:49
[task 2024-03-20T12:34:05.924Z] 12:34:05 INFO - test@https://mochi.test:8888/tests/dom/base/test/test_range_bounds.html:309:3
[task 2024-03-20T12:34:05.925Z] 12:34:05 INFO - setTimeout handler*SimpleTest_setTimeoutShim@https://mochi.test:8888/tests/SimpleTest/SimpleTest.js:922:41
[task 2024-03-20T12:34:05.925Z] 12:34:05 INFO - window.onload@https://mochi.test:8888/tests/dom/base/test/test_range_bounds.html:332:13
[task 2024-03-20T12:34:05.926Z] 12:34:05 INFO - EventHandlerNonNull*@https://mochi.test:8888/tests/dom/base/test/test_range_bounds.html:330:1
[task 2024-03-20T12:34:05.927Z] 12:34:05 INFO -
[task 2024-03-20T12:34:05.928Z] 12:34:05 INFO - simpletestOnerror@https://mochi.test:8888/tests/SimpleTest/SimpleTest.js:2044:18
[task 2024-03-20T12:34:05.928Z] 12:34:05 INFO - OnErrorEventHandlerNonNull*@https://mochi.test:8888/tests/SimpleTest/SimpleTest.js:2019:1
[task 2024-03-20T12:34:05.930Z] 12:34:05 INFO - GECKO(1081) | JavaScript error: https://mochi.test:8888/tests/dom/base/test/test_range_bounds.html, line 42: TypeError: node.getBoxQuads is not a function
[task 2024-03-20T12:34:05.930Z] 12:34:05 INFO - GECKO(1081) | MEMORY STAT | vsize 10963MB | residentFast 198MB | heapAllocated 22MB
[task 2024-03-20T12:34:05.942Z] 12:34:05 INFO - TEST-OK | dom/base/test/test_range_bounds.html | took 418ms
[task 2024-03-20T12:34:06.090Z] 12:34:06 INFO - TEST-START | dom/base/test/test_reentrant_flush.html
Flags: needinfo?(cdenizet)
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → cdenizet
Status: NEW → ASSIGNED
Flags: needinfo?(cdenizet)
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Pushed by cdenizet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0add6b7d8897
Enable pref layout.css.getBoxQuads.enabled in test_range_bounds.html in order to run on beta r=emilio
Comment 4•1 year ago
|
||
The patch works. Verified in today's central as early beta simulation.
Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P1
Comment 5•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•