Issue #2075 - Part 4: Update tests

* Update reftests to use inset-*
* Update property database
* Update logical properties test
This commit is contained in:
Moonchild 2022-12-31 01:32:15 +00:00 committed by roytam1
commit 1b22ef40f9
14 changed files with 257 additions and 221 deletions

View file

@ -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; }