Bug 1650902 [wpt PR 24468] - [css-grid] Fix empty first row baseline test., a=testonly

Automatic update from web-platform-tests
[css-grid] Fix empty first row baseline test. https://github.com/w3c/csswg-drafts/issues/3645

--

wpt-commits: 511805a83e4e984092175681e75c24f1239f46e8
wpt-pr: 24468
This commit is contained in:
fantasai 2020-07-09 14:14:26 +00:00 коммит произвёл moz-wptsync-bot
Родитель 748a45ef02
Коммит 48b142538a
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -198,22 +198,22 @@ body { margin: 0; }
<p>
This case shows one of the grids with no items in the first row,
hence its baseline must be synthesized.
hence the items in the second row are evaluated.
</p>
<div class="container" data-expected-width="480" data-expected-height="300">
<div class="grid twoRows" data-offset-x="0" data-offset-y="190">
<div class="container" data-expected-width="480" data-expected-height="250">
<div id=first class="grid twoRows" data-offset-x="0" data-offset-y="80">
<div class="firstRowFirstColumn target" data-offset-x="0" data-offset-y="0"></div>
<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 class="grid twoRows" data-offset-x="160" data-offset-y="150">
<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>
<div class="grid empty threeRows" data-offset-x="320" data-offset-y="15">
<div class="secondRowFirstColumn" data-offset-x="0" data-offset-y="60"></div>
<div class="thirdRowSecondColumn" data-offset-x="50" data-offset-y="110"></div>
<div class="secondRowFirstColumn target" data-offset-x="0" data-offset-y="60"></div>
<div class="secondRowBothColumn" data-offset-x="0" data-offset-y="75"></div>
</div>
</div>