mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +09:00
Issue #2075 - Part 4: Update tests
* Update reftests to use inset-* * Update property database * Update logical properties test
This commit is contained in:
parent
48087df576
commit
1b22ef40f9
14 changed files with 257 additions and 221 deletions
|
|
@ -45,20 +45,20 @@ item3 { grid-area: 3 / 3; }
|
|||
.vlr { writing-mode: vertical-lr; direction:rtl; }
|
||||
.vrl { writing-mode: vertical-rl; direction:ltr; }
|
||||
|
||||
.aend *, .aflexend * { offset-block-start:25px; }
|
||||
.acenter * { offset-block-start:12.5px; }
|
||||
.aend *, .aflexend * { inset-block-start:25px; }
|
||||
.acenter * { inset-block-start:12.5px; }
|
||||
|
||||
|
||||
.aspace-between item2 { offset-block-start:12.5px; }
|
||||
.aspace-between item3 { offset-block-start:25px; }
|
||||
.aspace-between item2 { inset-block-start:12.5px; }
|
||||
.aspace-between item3 { inset-block-start:25px; }
|
||||
|
||||
.aspace-around item1 { offset-block-start:4.1666px; }
|
||||
.aspace-around item2 { offset-block-start:12.5px; }
|
||||
.aspace-around item3 { offset-block-start:20.8333px; }
|
||||
.aspace-around item1 { inset-block-start:4.1666px; }
|
||||
.aspace-around item2 { inset-block-start:12.5px; }
|
||||
.aspace-around item3 { inset-block-start:20.8333px; }
|
||||
|
||||
.aspace-evenly item1 { offset-block-start:6.25px; }
|
||||
.aspace-evenly item2 { offset-block-start:12.5px; }
|
||||
.aspace-evenly item3 { offset-block-start:18.75px; }
|
||||
.aspace-evenly item1 { inset-block-start:6.25px; }
|
||||
.aspace-evenly item2 { inset-block-start:12.5px; }
|
||||
.aspace-evenly item3 { inset-block-start:18.75px; }
|
||||
|
||||
.astretch2 { grid-template-rows: 1fr 5px 7px; }
|
||||
.astretch3 { grid-template-rows: 15.5px 17.5px 7px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue