mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #1230 - Part 3: Update Reftests
Ref: 1434478 part 7 - Update tests and enable some previously temporarily disabled Grid reftests from bug 1427608.
This commit is contained in:
parent
bbb8b6490a
commit
4bc299bb79
12 changed files with 143 additions and 122 deletions
|
|
@ -65,7 +65,7 @@ br { clear: both; }
|
|||
</div>
|
||||
|
||||
<div class="float">
|
||||
<div class="grid" style="align-self:start; justify-self:start; grid-gap:15px">
|
||||
<div class="grid" style="width:60px; height:60px; grid-column-gap:12px">
|
||||
<span><x></x></span>
|
||||
<span><x></x></span>
|
||||
<span><x></x></span>
|
||||
|
|
@ -74,7 +74,7 @@ br { clear: both; }
|
|||
</div>
|
||||
|
||||
<div class="inline-grid">
|
||||
<div class="grid" style="align-self:start; justify-self:start; grid-gap:15px">
|
||||
<div class="grid" style="width:60px; height:60px; grid-column-gap:12px; align-self:start; justify-self:start;">
|
||||
<span><x></x></span>
|
||||
<span><x></x></span>
|
||||
<span><x></x></span>
|
||||
|
|
@ -141,12 +141,12 @@ br { clear: both; }
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="float" style="margin-top:-50px">
|
||||
<div class="grid" style="min-width:300%; grid-gap:15px 15px">
|
||||
<span><x></x></span>
|
||||
<span style="margin-left:31px; width:30px"><x></x></span>
|
||||
<span><x></x></span>
|
||||
<span style="margin-left:31px; width:30px"><x></x></span>
|
||||
<div class="float" style="margin-top:-50px; width:62px">
|
||||
<div class="grid" style="padding-left:186px; height:60px; grid-column-gap:calc(186px * 0.2);">
|
||||
<span style="margin-left:-186px; width:30px"><x></x></span>
|
||||
<span style="margin-left:-186px; width:30px"><x></x></span>
|
||||
<span style="margin-left:-186px; width:30px"><x></x></span>
|
||||
<span style="margin-left:-186px; width:30px"><x></x></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue