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
|
|
@ -25,126 +25,126 @@ span {
|
|||
}
|
||||
|
||||
.test1 .a {
|
||||
offset-block-start: 0;
|
||||
offset-inline-start: 20px;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 20px;
|
||||
inline-size: 20px;
|
||||
block-size: 20px;
|
||||
}
|
||||
.test1 .b {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 20px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 20px;
|
||||
inline-size: 60px;
|
||||
block-size: 20px;
|
||||
}
|
||||
.test1 .c {
|
||||
offset-block-start: 0;
|
||||
offset-inline-start: 80px;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 80px;
|
||||
inline-size: 60px;
|
||||
block-size: 40px;
|
||||
}
|
||||
.test1 .e {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 0px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 0px;
|
||||
}
|
||||
.test1 .d2 {
|
||||
offset-block-start: 0px;
|
||||
offset-inline-start: 40px;
|
||||
inset-block-start: 0px;
|
||||
inset-inline-start: 40px;
|
||||
}
|
||||
|
||||
.test2 .a {
|
||||
offset-block-start: 0;
|
||||
offset-inline-start: 20px;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 20px;
|
||||
inline-size: 60px;
|
||||
block-size: 20px;
|
||||
}
|
||||
.test2 .b {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 20px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 20px;
|
||||
inline-size: 20px;
|
||||
block-size: 20px;
|
||||
}
|
||||
.test2 .c {
|
||||
offset-block-start: 0;
|
||||
offset-inline-start: 80px;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 80px;
|
||||
inline-size: 60px;
|
||||
block-size: 40px;
|
||||
}
|
||||
.test2 .e {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 0px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 0px;
|
||||
}
|
||||
.test2 .d2 {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 40px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 40px;
|
||||
}
|
||||
|
||||
.test3 .a {
|
||||
offset-block-start: 0;
|
||||
offset-inline-start: 0;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 0;
|
||||
inline-size: 60px;
|
||||
block-size: 40px;
|
||||
}
|
||||
.test3 .b {
|
||||
offset-block-start: 40px;
|
||||
offset-inline-start: 20px;
|
||||
inset-block-start: 40px;
|
||||
inset-inline-start: 20px;
|
||||
inline-size: 60px;
|
||||
block-size: 20px;
|
||||
}
|
||||
.test3 .c {
|
||||
offset-block-start: 60px;
|
||||
offset-inline-start: 0px;
|
||||
inset-block-start: 60px;
|
||||
inset-inline-start: 0px;
|
||||
inline-size: 60px;
|
||||
block-size: 40px;
|
||||
}
|
||||
.test3 .d { offset-block-start: 60px; offset-inline-start:60px; }
|
||||
.test3 .d { inset-block-start: 60px; inset-inline-start:60px; }
|
||||
.test3 .e {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 60px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 60px;
|
||||
}
|
||||
.test3 .d2 {
|
||||
offset-block-start: 80px;
|
||||
offset-inline-start: 60px;
|
||||
inset-block-start: 80px;
|
||||
inset-inline-start: 60px;
|
||||
}
|
||||
|
||||
.test4 .c {
|
||||
offset-block-start: 0;
|
||||
offset-inline-start: 20px;
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 20px;
|
||||
inline-size: 60px;
|
||||
block-size: 40px;
|
||||
}
|
||||
.test4 .d { offset-block-start: 40px; }
|
||||
.test4 .d { inset-block-start: 40px; }
|
||||
.test4 .e {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 0px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 0px;
|
||||
}
|
||||
.test4 .d2 {
|
||||
offset-block-start: 40px;
|
||||
offset-inline-start: 20px;
|
||||
inset-block-start: 40px;
|
||||
inset-inline-start: 20px;
|
||||
}
|
||||
|
||||
.test5 .c {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 0;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 0;
|
||||
inline-size: 60px;
|
||||
block-size: 20px;
|
||||
}
|
||||
.test5 .e {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 60px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 60px;
|
||||
}
|
||||
.test5 .d2 {
|
||||
offset-block-start: 0px;
|
||||
offset-inline-start: 20px;
|
||||
inset-block-start: 0px;
|
||||
inset-inline-start: 20px;
|
||||
}
|
||||
|
||||
.test6 { offset-inline-start: 0px; offset-block-start: 20px;}
|
||||
.test6 { inset-inline-start: 0px; inset-block-start: 20px;}
|
||||
.test6d2 {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 140px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 140px;
|
||||
}
|
||||
.test6e {
|
||||
offset-block-start: 20px;
|
||||
offset-inline-start: 160px;
|
||||
inset-block-start: 20px;
|
||||
inset-inline-start: 160px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue