Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grid properties should not accept unitless length quirk
The following properties are currently accepting unit lengths in quirks mode, contrary to spec[1]. - grid-auto-columns - grid-auto-rows - grid-template-columns - grid-template-rows so it should disallow. [1]https://quirks.spec.whatwg.org/#the-unitless-length-quirk Bug: 876704 Change-Id: I3af3d01f96efb3b3f788ca02893b12c7ae683c20 Reviewed-on: https://chromium-review.googlesource.com/1190045 Commit-Queue: Eric Willigers <[email protected]> Commit-Queue: Hwanseung Lee <[email protected]> Reviewed-by: Eric Willigers <[email protected]> Cr-Commit-Position: refs/heads/master@{#586513}
- Loading branch information