Skip to content

Commit

Permalink
Bug 1501109 Part 2: Update test expectations for flex line growth sta…
Browse files Browse the repository at this point in the history
…te. r=dholbert

Depends on D9454

Differential Revision: https://phabricator.services.mozilla.com/D9455

--HG--
extra : moz-landing-system : lando
  • Loading branch information
bradwerth committed Oct 23, 2018
1 parent 29992e3 commit e7dc869
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dom/flex/test/chrome/test_flex_lines.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,21 @@
[{ crossStart: 0,
crossSize: 42,
itemCount: 2,
growthState: "unchanged" }],
growthState: "growing" }],
[{ crossStart: 0,
crossSize: 42,
itemCount: 3,
growthState: "unchanged" }],
growthState: "growing" }],

// items don't fill container, no grow, shrink, or min-width, with wrap and align-content:center -->
[{ crossStart: 13.5,
crossSize: 15,
itemCount: 2,
growthState: "unchanged" }],
growthState: "growing" }],
[{ crossStart: 13.5,
crossSize: 15,
itemCount: 3,
growthState: "unchanged" }],
growthState: "growing" }],

// items don't fill container, with grow
[{ crossStart: 0,
Expand Down Expand Up @@ -157,23 +157,23 @@
[{ crossStart: 0,
crossSize: 21,
itemCount: 2,
growthState: "unchanged" },
growthState: "growing" },
{ crossStart: 21,
crossSize: 21,
itemCount: 1,
growthState: "unchanged" }],
growthState: "growing" }],
[{ crossStart: 0,
crossSize: 42,
itemCount: 4,
growthState: "shrinking" }],
[{ crossStart: 0,
crossSize: 21,
itemCount: 2,
growthState: "unchanged" },
growthState: "growing" },
{ crossStart: 21,
crossSize: 21,
itemCount: 2,
growthState: "unchanged" }],
growthState: "growing" }],

// items overfill container, with wrap and different types of align-content
[{ crossStart: 0,
Expand Down

0 comments on commit e7dc869

Please sign in to comment.