[Webkit-unassigned] [Bug 142265] New: [CSS Grid Layout] ASSERTION FAILED !track.growthLimitIsInfinite() in RenderGrid::computeUsedBreadthOfGridTracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 00:59:21 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=142265

            Bug ID: 142265
           Summary: [CSS Grid Layout] ASSERTION FAILED
                    !track.growthLimitIsInfinite() in
                    RenderGrid::computeUsedBreadthOfGridTracks
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: svillar at igalia.com

Originally reported for blink https://code.google.com/p/chromium/issues/detail?id=463079 it's also failing in WebKit with the following test case.

<!DOCTYPE html>
<style>
* {
    display: -webkit-inline-grid;
    height: calc(100% - 10px);
    grid-template-rows: minmax(100%, -webkit-max-content);
}
</style>
<summary>
    <style></style>
</summary>

The problem is that when computing the height of the grid container we can get -1 and we aren't handling that case properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150304/3b55ba99/attachment-0002.html>


More information about the webkit-unassigned mailing list