Bug 1650935 [wpt PR 24473] - [css-grid] Add testcase for second-row shared alignment baseline., a=testonly

Automatic update from web-platform-tests
[css-grid] Add testcase for second-row shared alignment baseline.
https://github.com/w3c/csswg-drafts/issues/3645
a74f96f7e2

--

wpt-commits: e365e5f52713aab96c38a56d461c86fd68d3e235
wpt-pr: 24473
This commit is contained in:
fantasai 2020-07-09 14:15:12 +00:00 коммит произвёл moz-wptsync-bot
Родитель 3dfe17e80e
Коммит daa204b826
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -197,7 +197,7 @@ body { margin: 0; }
</div>
<p>
This case shows one of the grids with no items in the first row,
This case shows two of the grids with no items in their first row,
hence the items in the second row are evaluated.
</p>
<div class="container" data-expected-width="480" data-expected-height="250">
@ -206,10 +206,10 @@ body { margin: 0; }
<div class="firstRowBothColumn" data-offset-x="0" data-offset-y="15"></div>
<div class="bothRowFirstColumn" data-offset-x="0" data-offset-y="10"></div>
</div>
<div id=second class="grid twoRows" data-offset-x="160" data-offset-y="40">
<div class="bothRowFirstColumn target" data-offset-x="0" data-offset-y="10"></div>
<div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0"></div>
<div class="firstRowBothColumn" data-offset-x="0" data-offset-y="15"></div>
<div id=second class="grid threeRows" data-offset-x="160" data-offset-y="55">
<div class="thirdRowFirstColumn" data-offset-x="0" data-offset-y="100"></div>
<div class="secondRowBothColumn" data-offset-x="0" data-offset-y="65"></div>
<div class="secondRowSecondColumn style3 alignSelfBaseline target" id="first" data-offset-x="0" data-offset-y="80"></div>
</div>
<div class="grid empty threeRows" data-offset-x="320" data-offset-y="15">
<div class="thirdRowSecondColumn" data-offset-x="50" data-offset-y="110"></div>