forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1609403 - Grid items with align/justify-self should participate i…
…n baseline alginment r=emilio,layout-reviewers When a grid item is set to align itself to the baseline (first or last) then it should participate in baseline alignment if the item's size is not dependent on the size of the track and vice versa. Also added a test to check for last baseline alignment in addition to first baseline alignment on empty blocks. Differential Revision: https://phabricator.services.mozilla.com/D157345
- Loading branch information
Showing
20 changed files
with
135 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/css-grid/alignment/grid-align-baseline-flex-002.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
testing/web-platform/meta/css/css-grid/alignment/grid-align-baseline-vertical.html.ini
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
testing/web-platform/meta/css/css-grid/alignment/grid-align-baseline.html.ini
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
testing/web-platform/meta/css/css-grid/alignment/grid-alignment-style-changes-001.html.ini
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
testing/web-platform/meta/css/css-grid/alignment/grid-alignment-style-changes-002.html.ini
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
testing/web-platform/meta/css/css-grid/alignment/grid-alignment-style-changes-003.html.ini
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
testing/web-platform/meta/css/css-grid/alignment/grid-alignment-style-changes-004.html.ini
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
testing/web-platform/meta/css/css-grid/alignment/grid-baseline-004.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,3 @@ | ||
[grid-baseline-004.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[.grid, container 11] | ||
expected: FAIL | ||
|
||
[.grid, container 10] | ||
expected: FAIL | ||
|
||
[.grid, container 5] | ||
expected: FAIL | ||
|
||
[.grid, container 4] | ||
expected: FAIL | ||
|
||
[.grid, container 6] | ||
expected: FAIL | ||
|
||
[.grid, container 12] | ||
expected: FAIL | ||
|
||
[.grid, container 17] | ||
expected: FAIL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ | |
|
||
[.inline-grid 11] | ||
expected: FAIL | ||
|
||
[.inline-grid 12] | ||
expected: FAIL |
3 changes: 0 additions & 3 deletions
3
...s/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-002.html.ini
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...s/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-003.html.ini
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...s/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-006.html.ini
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,6 @@ | |
|
||
[.item 12] | ||
expected: FAIL | ||
|
||
[.item 8] | ||
expected: FAIL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,6 @@ | |
[.item 3] | ||
expected: FAIL | ||
|
||
[.item 4] | ||
expected: FAIL | ||
|
||
[.item 5] | ||
expected: FAIL | ||
|
||
|
Oops, something went wrong.