mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +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
|
|
@ -13,20 +13,20 @@ div.v, div.h {
|
|||
display: block;
|
||||
position: relative;
|
||||
border: 1px dashed silver;
|
||||
width:92px;
|
||||
height:60px;
|
||||
width:74px;
|
||||
height:24px;
|
||||
}
|
||||
div.h {
|
||||
width:124px;
|
||||
height:98px;
|
||||
width:62px;
|
||||
height:61.2px;
|
||||
}
|
||||
.h span {
|
||||
margin: 7px 13px 62px 25px;
|
||||
padding: 1px 3px 12px 37px;
|
||||
margin: 7px 13px 32px 12px;
|
||||
padding: 1px 3px 6px 19px;
|
||||
}
|
||||
.v span {
|
||||
margin: 7px 13px 30px 12px;
|
||||
padding: 1px 3px 6px 18px;
|
||||
margin: 7px 13px 30px 5px;
|
||||
padding: 1px 3px 2px 7px;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue