Bug 104869
Summary: | [CSS Grid Layout] Add a css file for grid layout properties | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ojan, tony, xan.lopez |
Priority: | P2 | Keywords: | EasyFix |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Julien Chaffraix
Shameless copied from https://bugs.webkit.org/show_bug.cgi?id=104818#c2:
We should consider making a .css file in resources that define classes for the
various grid properties. This makes it easier to handle property name changes
and makes it possible to make the tests cross platform by adding -ms prefixed
properties. See css3/flexbox/resources/flexbox.css for an example of this.
Would be good as a separate patch.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Julien Chaffraix
Forward duplicating as I attached a patch on the other bug. Also I couldn't find this bug before filing the old one as it wasn't blocking any other CSS grid layout bug.
*** This bug has been marked as a duplicate of bug 107044 ***