Chromium Code Reviews
Description[css-grid] Properly reset auto repeat style attributes
All the auto repeat attributes stored in ComputedStyle were not properly
initialized/set up whenever initial or inherit were used in
grid-template-{columns|rows}. This means that any previous value would be
incorrectly used by the grid layout logic like for example to compute the
number of auto repeat tracks.
This was causing crashes as we were trying to access invalid indexes in the
Vectors storing the style information for tracks.
BUG=722054
Review-Url: https://codereview.chromium.org/2885003002
Cr-Commit-Position: refs/heads/master@{#472396}
Committed: https://chromium.googlesource.com/chromium/src/+/b3a11019e6709be450e8dc92130e53920c0e5717
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|
|||||||||||||||||||||||||||||||||||||