linear-gradient is broken on firefox nightly (90, build 20210424155423)
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | affected |
People
(Reporter: mmis1000, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
- Create a page with following style
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style>
.b {
height: 1px;
background: red;
}
.test {
background: -webkit-gradient(linear,left bottom,left top,color-stop(-.45%,#7196ff),color-stop(71.18%,#2a5ee8));
background: linear-gradient(0deg,#7196ff -.45%,#2a5ee8 71.18%);
height: 200px;
background: 1px solid red;
}
</style>
</head>
<body>
<div class="b"></div>
<div class="test"></div>
<div class="b"></div>
</body>
</html>
- Open it in firefox nightly ((90, build 20210424155423)
Actual results:
There is a mysterious space between the top and red line above.
Something even weird is, this only affects visual instead of screenshot.
Buildin screenshots works just fine.
Expected results:
The linear-gradient should fill between the two red line
Comment 2•4 years ago
|
||
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=2174903818ae542d463979cd70134789e4ffdc80&tochange=f733b37f9626548ae83564a3fd43ddfa972977d9
Suspect: Bug 1702638
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Could that be the same issue seeing on the category bar on youtube on the left arrow - when scrolling to the right?
Comment 4•4 years ago
•
|
||
(In reply to Albert Scheiner [:alberts] from comment #3)
Created attachment 9218650 [details]
yt-category-bar-gradient.pngCould that be the same issue seeing on the category bar on youtube on the left arrow - when scrolling to the right?
@Albert,
It seems a different bug.
Can you please file a new bug report?
Filed Bug 1707930
Updated•4 years ago
|
Updated•4 years ago
|
Description
•