Closed
Bug 1711318
Opened 4 years ago
Closed 4 years ago
Perma TEST-UNEXPECTED-FAIL | dom/events/test/test_bug924087.html | The textbox should become :active - got null, expected [object HTMLTextAreaElement] when Gecko 90 merges to Beta on 2021-05-31
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | + | verified |
People
(Reporter: abutkovits, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Crash Data
Attachments
(1 file)
[task 2021-05-15T11:56:57.596Z] 11:56:57 INFO - TEST-INFO | started process screenshot
[task 2021-05-15T11:56:57.687Z] 11:56:57 INFO - TEST-INFO | screenshot: exit 0
[task 2021-05-15T11:56:57.687Z] 11:56:57 INFO - Buffered messages logged at 11:56:57
[task 2021-05-15T11:56:57.688Z] 11:56:57 INFO - must wait for load
[task 2021-05-15T11:56:57.688Z] 11:56:57 INFO - TEST-PASS | dom/events/test/test_bug924087.html | Normal links should become :active
[task 2021-05-15T11:56:57.688Z] 11:56:57 INFO - TEST-PASS | dom/events/test/test_bug924087.html | Editable links should not become :active
[task 2021-05-15T11:56:57.689Z] 11:56:57 INFO - TEST-PASS | dom/events/test/test_bug924087.html | The textbox should become :active
[task 2021-05-15T11:56:57.689Z] 11:56:57 INFO - Buffered messages finished
[task 2021-05-15T11:56:57.691Z] 11:56:57 INFO - TEST-UNEXPECTED-FAIL | dom/events/test/test_bug924087.html | The textbox should become :active - got null, expected [object HTMLTextAreaElement]
[task 2021-05-15T11:56:57.691Z] 11:56:57 INFO - SimpleTest.is@SimpleTest/SimpleTest.js:500:14
[task 2021-05-15T11:56:57.691Z] 11:56:57 INFO - @dom/events/test/test_bug924087.html:35:7
[task 2021-05-15T11:56:57.691Z] 11:56:57 INFO - @dom/events/test/test_bug924087.html:33:21
[task 2021-05-15T11:56:57.691Z] 11:56:57 INFO - focusedOrLoaded/<@SimpleTest/SimpleTest.js:1037:23
[task 2021-05-15T11:56:57.693Z] 11:56:57 INFO - GECKO(9872) | MEMORY STAT | vsize 630MB | vsizeMaxContiguous 1293MB | residentFast 99MB | heapAllocated 19MB ```
![]() |
||
Comment 1•4 years ago
|
||
Bisection identified bug 1708384 as the regressing change.
Updated•4 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → emilio
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Attachment #9222046 -
Attachment description: WIP: Bug 1711318 - Reset some properties for scrollbars so scrollbar-caching keeps working when they're not part of the 'all' shorthand. → Bug 1711318 - Reset some properties for scrollbars so scrollbar-caching keeps working when they're not part of the 'all' shorthand.
Updated•4 years ago
|
Attachment #9222046 -
Attachment description: Bug 1711318 - Reset some properties for scrollbars so scrollbar-caching keeps working when they're not part of the 'all' shorthand. → WIP: Bug 1711318 - Reset some properties for scrollbars so scrollbar-caching keeps working when they're not part of the 'all' shorthand.
Updated•4 years ago
|
Attachment #9222046 -
Attachment description: WIP: Bug 1711318 - Reset some properties for scrollbars so scrollbar-caching keeps working when they're not part of the 'all' shorthand. → Bug 1711318 - Reset some properties for scrollbars so scrollbar-caching keeps working when they're not part of the 'all' shorthand.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ab94fd1bf6c1
Reset some properties for scrollbars so scrollbar-caching keeps working when they're not part of the 'all' shorthand.
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(emilio)
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•4 years ago
|
Crash Signature: [@ nsLineBreaker::AppendText(nsAtom*, char16_t const*, unsigned int, unsigned int, nsILineBreakSink*),]
[@ nsLineBreaker::AppendText(nsAtom*, unsigned char const*, unsigned int, unsigned int, nsILineBreakSink*)]
Updated•4 years ago
|
Crash Signature: [@ nsLineBreaker::AppendText(nsAtom*, char16_t const*, unsigned int, unsigned int, nsILineBreakSink*),]
[@ nsLineBreaker::AppendText(nsAtom*, unsigned char const*, unsigned int, unsigned int, nsILineBreakSink*)] → [@ nsLineBreaker::AppendText(nsAtom*, char16_t const*, unsigned int, unsigned int, nsILineBreakSink*),]
[@ nsLineBreaker::AppendText(nsAtom*, unsigned char const*, unsigned int, unsigned int, nsILineBreakSink*)]
Comment 14•4 years ago
|
||
Verified fixed in latest beta sim:
https://treeherder.mozilla.org/jobs?repo=try&group_state=expanded&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=5338cbf812abc104f5f4f0a92e7b633390fe235b
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•