mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +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
|
|
@ -24,26 +24,26 @@ span {
|
|||
}
|
||||
|
||||
.a {
|
||||
offset-inline-start: 40px;
|
||||
offset-block-start: 0px;
|
||||
inset-inline-start: 40px;
|
||||
inset-block-start: 0px;
|
||||
inline-size: 60px;
|
||||
block-size: 40px;
|
||||
}
|
||||
.b {
|
||||
offset-inline-start: 20px;
|
||||
offset-block-start: 40px;
|
||||
inset-inline-start: 20px;
|
||||
inset-block-start: 40px;
|
||||
inline-size: 60px;
|
||||
block-size: 20px;
|
||||
}
|
||||
.c {
|
||||
offset-inline-start: 80px;
|
||||
offset-block-start: 40px;
|
||||
inset-inline-start: 80px;
|
||||
inset-block-start: 40px;
|
||||
inline-size: 60px;
|
||||
block-size: 20px;
|
||||
}
|
||||
.d {
|
||||
offset-inline-start: 0px;
|
||||
offset-block-start: 0px;
|
||||
inset-inline-start: 0px;
|
||||
inset-block-start: 0px;
|
||||
inline-size: 20px;
|
||||
block-size: 60px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue