Closed
Bug 1696709
Opened 5 years ago
Closed 5 years ago
Auto-style outline without border radius paints over border area.
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | unaffected |
firefox88 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Regression)
Details
(Keywords: perf-alert, regression)
Attachments
(1 file)
Minor oversight. Test-case:
<!doctype html>
Should see lime below.
<div style="width:100px; height: 100px; outline: 1px auto; border: 2px solid lime;">
Assignee | ||
Comment 1•5 years ago
|
||
Embarrassing regression from bug 1694059.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/10be9bdf55eb
Fix rect used to paint outline-style: auto when there's no border-radius. r=mstange
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/f28533ff18ec
Tweak one test expectation.
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/10be9bdf55eb
https://hg.mozilla.org/mozilla-central/rev/f28533ff18ec
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Updated•5 years ago
|
Keywords: regression
Comment 5•5 years ago
|
||
Set release status flags based on info from the regressing bug 1694059
status-firefox86:
--- → unaffected
status-firefox87:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Comment 6•5 years ago
|
||
== Change summary for alert #29145 (as of Tue, 09 Mar 2021 11:40:07 GMT) ==
Improvements:
Ratio | Suite | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|---|
31% | google-slides | loadtime | macosx1015-64-shippable-qr | nocondprof warm webrender | 1,669.83 -> 1,150.58 |
For up to date results, see: https://treeherder.mozilla.org/perfherder/alerts?id=29145
Updated•5 years ago
|
Keywords: perf-alert
Comment 7•5 years ago
|
||
== Change summary for alert #29137 (as of Mon, 08 Mar 2021 23:49:43 GMT) ==
Improvements:
Ratio | Suite | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|---|
9% | google-slides | LastVisualChange | macosx1015-64-shippable-qr | nocondprof warm webrender | 2,226.67 -> 2,026.67 |
For up to date results, see: https://treeherder.mozilla.org/perfherder/alerts?id=29137
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•