Bug 126194 - [CSS Grid Layout] Support calc() breadth track size
Summary: [CSS Grid Layout] Support calc() breadth track size
Status: RESOLVED DUPLICATE of bug 103761
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-12-23 17:26 PST by Ryosuke Niwa
Modified: 2014-05-07 08:46 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-12-23 17:26:55 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/8dc2b41346856d256b98a64fabfc4fbb9db1a5a6

The RenderGrid support for calc() was already there but we had to add also the CSSComputedStyle support. According to the specs, http://dev.w3.org/csswg/css-grid/#resolved-track-list, we must show the used value. This change also brings several new tests.
Comment 1 Sergio Villar Senin 2014-05-07 08:46:54 PDT
Already merged in another bug

*** This bug has been marked as a duplicate of bug 103761 ***