Changeset 203501 in webkit


Ignore:
Timestamp:
Jul 21, 2016 4:36:08 AM (8 years ago)
Author:
jfernandez@igalia.com
Message:

[css-grid] Handle min-content/max-content with orthogonal flows
https://bugs.webkit.org/show_bug.cgi?id=159294

Reviewed by Darin Adler.

New layout tests to evaluate basic positioning and sizing using orthogonal flows.

  • fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt: Added.
  • fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows.html: Added.
  • fast/css-grid-layout/grid-item-sizing-with-orthogonal-flows-expected.txt: Added.
  • fast/css-grid-layout/grid-item-sizing-with-orthogonal-flows.html: Added.
  • fast/css-grid-layout/grid-item-spanning-and-orthogonal-flows-expected.txt: Added.
  • fast/css-grid-layout/grid-item-spanning-and-orthogonal-flows.html: Added.
  • fast/css-grid-layout/grid-track-sizing-with-orthogonal-flows-expected.txt: Added.
  • fast/css-grid-layout/grid-track-sizing-with-orthogonal-flows.html: Added.
  • fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows-expected.txt: Added.
  • fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows.html: Added.
Location:
trunk/LayoutTests
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r203494 r203501  
     12016-07-21  Javier Fernandez  <jfernandez@igalia.com>
     2
     3        [css-grid] Handle min-content/max-content with orthogonal flows
     4        https://bugs.webkit.org/show_bug.cgi?id=159294
     5
     6        Reviewed by Darin Adler.
     7
     8        New layout tests to evaluate basic positioning and sizing using orthogonal flows.
     9
     10        * fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt: Added.
     11        * fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows.html: Added.
     12        * fast/css-grid-layout/grid-item-sizing-with-orthogonal-flows-expected.txt: Added.
     13        * fast/css-grid-layout/grid-item-sizing-with-orthogonal-flows.html: Added.
     14        * fast/css-grid-layout/grid-item-spanning-and-orthogonal-flows-expected.txt: Added.
     15        * fast/css-grid-layout/grid-item-spanning-and-orthogonal-flows.html: Added.
     16        * fast/css-grid-layout/grid-track-sizing-with-orthogonal-flows-expected.txt: Added.
     17        * fast/css-grid-layout/grid-track-sizing-with-orthogonal-flows.html: Added.
     18        * fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows-expected.txt: Added.
     19        * fast/css-grid-layout/grid-track-sizing-with-percentages-and-orthogonal-flows.html: Added.
     20
    1212016-07-20  Youenn Fablet  <youenn@apple.com>
    222
Note: See TracChangeset for help on using the changeset viewer.