Closed
Bug 1487984
Opened 2 years ago
Closed 2 years ago
Mazesolver with 20x20 or 40x40 maze doesnt display the red and black dots
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox-esr60 | --- | unaffected |
| firefox61 | --- | unaffected |
| firefox62 | --- | unaffected |
| firefox63 | --- | disabled |
| firefox64 | --- | fixed |
People
(Reporter: mayankleoboy1, Assigned: gw)
References
()
Details
(Keywords: nightly-community, regression)
Attachments
(1 file, 2 obsolete files)
|
454 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0 Build ID: 20180901100051 Steps to reproduce: start new nightylprofile. Enable wr. Restart 1. Go to https://testdrive-archive.azurewebsites.net/Performance/MazeSolver/Default.html 2. Select the 20x20, or the 40x40 maze. 3. Click start Actual results: nothing is drawn inside the maze. Expected results: the red and black dots should appear
Comment 1•2 years ago
|
||
mozregression --good 2018-08-01 --bad 2018-08-31 --pref gfx.webrender.all:true -a https://testdrive-archive.azurewebsites.net/Performance/MazeSolver/Default.html > 6:18.96 INFO: Last good revision: 43b1ea339d12e26266d7946b74eb0a7304157aa6 > 6:18.96 INFO: First bad revision: 82efdb13962c299f4501c9f4ee3a4608a4fef85a > 6:18.96 INFO: Pushlog: > https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=43b1ea339d12e26266d7946b74eb0a7304157aa6&tochange=82efdb13962c299f4501c9f4ee3a4608a4fef85a > 82efdb13962c Jeff Muizelaar — Bug 1487429. Update tests for WebRender changes. > 595a9385a0b0 Jeff Muizelaar — Bug 1487429. Update webrender to 69dae1fe743bf3656d532672366e7193b041b6f7 Regression range: https://github.com/servo/webrender/compare/5fa5c46e167ca834d8fec3bf662bf420418698f4...69dae1fe743bf3656d532672366e7193b041b6f7 = servo/webrender#2995
Blocks: 1487429
Status: UNCONFIRMED → NEW
Has Regression Range: --- → yes
Has STR: --- → yes
status-firefox61:
--- → unaffected
status-firefox62:
--- → unaffected
status-firefox63:
--- → disabled
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Ever confirmed: true
Flags: needinfo?(gwatson)
Keywords: nightly-community,
regression
OS: Unspecified → All
Blocks: stage-wr-nightly
Priority: -- → P1
Here's a mostly reduced test case. It should display a single gray dot. With WebRender it display nothing.
Assignee: nobody → jmuizelaar
Attachment #9005940 -
Attachment is obsolete: true
Assignee: jmuizelaar → nobody
This seems to be an interaction between nested transforms and border radius.
Assignee: nobody → jmuizelaar
Attachment #9005948 -
Attachment is obsolete: true
Attachment #9006073 -
Attachment is patch: false
Attachment #9006073 -
Attachment mime type: text/plain → text/html
Assignee: jmuizelaar → nobody
| Assignee | ||
Comment 5•2 years ago
|
||
The test case looks simple, and I'm not aware of any bugs that should cause that to break in current master (although there was last week). I'll take this and test tomorrow on current master, as I suspect it may already be fixed, or something very simple.
Flags: needinfo?(gwatson)
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → gwatson
| Assignee | ||
Comment 6•2 years ago
|
||
Fix is https://github.com/servo/webrender/pull/3029
Comment 7•2 years ago
|
||
Same regression range and fixed in servo/webrender#3029: When making a Twitter video fullscreen there are multiple vertical black stripes at the top and bottom. https://twitter.com/_youhadonejob1/status/1037292691787325440 Thanks!
Depends on: 1489127
Updated•2 years ago
|
See Also: → https://github.com/servo/webrender/pull/3029
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
| Reporter | ||
Comment 8•2 years ago
|
||
confirmed this is fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•