Closed
Bug 1340561
Opened 8 years ago
Closed 8 years ago
stylo: figure out why layout/svg/crashtests/606914.xhtml is NOT asserting
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
People
(Reporter: bzbarsky, Assigned: chenpighead)
References
Details
In Gecko, this produces:
###!!! ASSERTION: Can't solve for both start and end: 'NS_AUTOOFFSET != aOffsets->IEnd(outerWM)', file layout/generic/nsAbsoluteContainingBlock.cpp, line 538
twice. In stylo it does not. So presumably stylo is feeding different numbers into layout here. Would be good to figure out what that difference is.
Updated•8 years ago
|
Priority: -- → P3
Comment 1•8 years ago
|
||
The assert seems to get fixed by https://github.com/servo/servo/pull/16229 , though I'm not sure why -- that should not be introducing a behavior different wrt layout
Comment 2•8 years ago
|
||
Yes, we're matching the clamping behavior for lengths with Gecko now, so the nscoord values layout gets now match between both.
| Assignee | ||
Comment 3•8 years ago
|
||
I think this has been resolved, and the test should be fixed in part of Bug 1342596. I'll push a followup to update the comments and we should be able to resolve this bug.
Pushed by jichen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/eb0bcb60da8e
fix comment for the re-enabled svg crashtest. comment-only, no review, DONTBUILD
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jeremychen
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•8 years ago
|
||
Hmm, I should probably push the followup in Bug 1342596, and set this as a dup of Bug 1342596...
Comment 6•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 7•8 years ago
|
||
54 RC build is released. Mark 54 won't fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•