Issue #1970 - Part 3: Update reftests.

This commit is contained in:
Moonchild 2022-07-22 16:38:07 +00:00 committed by roytam1
commit 4712b75d5c
31 changed files with 53 additions and 663 deletions

View file

@ -10,12 +10,12 @@
.rtl button,
.ltr input[type="button"],
.rtl input[type="button"] {
padding: 0px 6px;
padding: 0px 8px;
}
.v-rl button,
.v-rl input[type="button"] {
padding: 6px 0px;
padding: 8px 0px;
}
</style>
<div class=ltr>

View file

@ -10,13 +10,13 @@
.rtl input[type="color"]:-moz-system-metric(color-picker-available) {
width: 64px;
height: 23px;
padding: 0px 6px;
padding: 0px 8px;
}
.v-rl input[type="color"]:-moz-system-metric(color-picker-available) {
height: 64px;
width: 23px;
padding: 6px 0px;
padding: 8px 0px;
}
</style>
<div class=ltr>