Changeset 173169 in webkit


Ignore:
Timestamp:
Sep 2, 2014 1:36:14 AM (10 years ago)
Author:
Manuel Rego Casasnovas
Message:

[CSS Grid Layout] Test coverage for first-line pseudo-element
https://bugs.webkit.org/show_bug.cgi?id=135770

Reviewed by Zoltan Horvath.

According to the spec the ::first-line pseudo-element do not apply to
grid containers.

This was already working as expected but we were missing some tests
checking it, so we are adding new tests to have coverage.

  • fast/css-grid-layout/grid-container-ignore-first-line-expected.txt: Added.
  • fast/css-grid-layout/grid-container-ignore-first-line.html: Added.
  • fast/css-grid-layout/grid-item-first-line-valid-expected.txt: Added.
  • fast/css-grid-layout/grid-item-first-line-valid.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r173156 r173169  
     12014-09-02  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        [CSS Grid Layout] Test coverage for first-line pseudo-element
     4        https://bugs.webkit.org/show_bug.cgi?id=135770
     5
     6        Reviewed by Zoltan Horvath.
     7
     8        According to the spec the ::first-line pseudo-element do not apply to
     9        grid containers.
     10
     11        This was already working as expected but we were missing some tests
     12        checking it, so we are adding new tests to have coverage.
     13
     14        * fast/css-grid-layout/grid-container-ignore-first-line-expected.txt: Added.
     15        * fast/css-grid-layout/grid-container-ignore-first-line.html: Added.
     16        * fast/css-grid-layout/grid-item-first-line-valid-expected.txt: Added.
     17        * fast/css-grid-layout/grid-item-first-line-valid.html: Added.
     18
    1192014-08-29  Sergio Villar Senin  <svillar@igalia.com>
    220
Note: See TracChangeset for help on using the changeset viewer.