Changeset 200189 in webkit


Ignore:
Timestamp:
Apr 28, 2016 7:02:02 AM (8 years ago)
Author:
Manuel Rego Casasnovas
Message:

[css-grid] Fix typo in CSS class for layout tests
https://bugs.webkit.org/show_bug.cgi?id=157129

Reviewed by Sergio Villar Senin.

CSS class "secondRowFourthColumn" was not actually setting
the second row due to a typo.

The change doesn't affect any test just by chance,
as the auto-placement algorithm is already positioning
those items on the second row.

  • fast/css-grid-layout/resources/grid.css:

(.secondRowFourthColumn):

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r200188 r200189  
     12016-04-28  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        [css-grid] Fix typo in CSS class for layout tests
     4        https://bugs.webkit.org/show_bug.cgi?id=157129
     5
     6        Reviewed by Sergio Villar Senin.
     7
     8        CSS class "secondRowFourthColumn" was not actually setting
     9        the second row due to a typo.
     10
     11        The change doesn't affect any test just by chance,
     12        as the auto-placement algorithm is already positioning
     13        those items on the second row.
     14
     15        * fast/css-grid-layout/resources/grid.css:
     16        (.secondRowFourthColumn):
     17
    1182016-04-28  Joanmarie Diggs  <jdiggs@igalia.com>
    219
  • trunk/LayoutTests/fast/css-grid-layout/resources/grid.css

    r196819 r200189  
    8484    background-color: pink;
    8585    -webkit-grid-column: 4;
    86     -webkitgrid-row: 2;
     86    -webkit-grid-row: 2;
    8787}
    8888
Note: See TracChangeset for help on using the changeset viewer.