Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 30, 2022
1 parent b6b5e11 commit 1cdfceb
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 83 deletions.
@@ -1,4 +1,3 @@
.class {
-webkit-clip-path: none;
clip-path: none;
}
@@ -1,12 +1,6 @@
input[type=file]::-webkit-file-upload-button {
border: 2px solid #6c5ce7;
}
input[type=file]::file-selector-button {
border: 2px solid #6c5ce7;
}
input[type=file]::-webkit-file-upload-button:hover {
border: 2px solid #00cec9;
}
input[type=file]::file-selector-button:hover {
border: 2px solid #00cec9;
}
Expand Up @@ -5,13 +5,6 @@
.b,
.c::selection,
.d:read-only,
.e::-webkit-input-placeholder {
color: yellow;
}
.a,
.b,
.c::selection,
.d:read-only,
.e::placeholder {
color: yellow;
}
Expand Down
Expand Up @@ -20,18 +20,11 @@
}
}
.test {
&.class::-webkit-input-placeholder {
color: red;
}
&.class::placeholder {
color: red;
}
}
.test {
&.class::-webkit-input-placeholder {
-webkit-appearance: auto;
appearance: auto;
}
&.class::placeholder {
-webkit-appearance: auto;
appearance: auto;
Expand Down Expand Up @@ -67,10 +60,6 @@
.test {
-webkit-appearance: auto;
appearance: auto;
&.class::-webkit-input-placeholder {
-webkit-appearance: auto;
appearance: auto;
}
&.class::placeholder {
-webkit-appearance: auto;
appearance: auto;
Expand All @@ -82,10 +71,6 @@
}
@media (orientation: landscape) {
.test {
&.class::-webkit-input-placeholder {
-webkit-appearance: auto;
appearance: auto;
}
&.class::placeholder {
-webkit-appearance: auto;
appearance: auto;
Expand Down
@@ -1,29 +1,18 @@
input::-webkit-input-placeholder {
color: red;
}
input::placeholder {
color: red;
}
input::-webkit-input-placeholder,
input::placeholder,
#fs-toggle:-webkit-full-screen {
color: red;
}
input::placeholder,
#fs-toggle:fullscreen {
color: red;
}
input::-webkit-input-placeholder {
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
input::placeholder {
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
input.appearance::-webkit-input-placeholder {
-webkit-appearance: none;
appearance: none;
}
input.appearance::placeholder {
-webkit-appearance: none;
appearance: none;
Expand Down
Expand Up @@ -2,6 +2,5 @@
position: relative;
}
.class {
position: -webkit-sticky;
position: sticky;
}
@@ -1,10 +1,8 @@
.a {
color-adjust: economy;
-webkit-print-color-adjust: economy;
print-color-adjust: economy;
}
.b {
color-adjust: exact;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
Expand Up @@ -42,9 +42,6 @@
color: red;
}
}
::-webkit-input-placeholder {
color: gray;
}
::placeholder {
color: gray;
}
Expand Down
@@ -1,36 +1,28 @@
.class {
-webkit-text-emphasis: none;
text-emphasis: none;
}
.class {
text-emphasis: filled red;
-webkit-text-emphasis: filled red;
}
.class {
-webkit-text-emphasis-position: left;
text-emphasis-position: left;
}
.class {
-webkit-text-emphasis-style: circle;
text-emphasis-style: circle;
}
.class {
-webkit-text-emphasis-color: red;
text-emphasis-color: red;
}
a {
-webkit-text-emphasis-position: over left;
text-emphasis-position: over left;
}
em {
-webkit-text-emphasis-position: under right;
text-emphasis-position: under right;
}
.reverse {
-webkit-text-emphasis-position: left over;
text-emphasis-position: left over;
}
.wrong {
-webkit-text-emphasis-position: over;
text-emphasis-position: over;
}
@@ -1,37 +1,23 @@
div {
width: -moz-fit-content;
width: fit-content;
width: -webkit-max-content;
width: max-content;
width: -webkit-min-content;
width: min-content;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
width: -webkit-fill-available;
width: -moz-available;
width: stretch;
min-width: -moz-fit-content;
min-width: fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
height: -moz-fit-content;
height: fit-content;
min-height: -moz-fit-content;
min-height: fit-content;
max-height: -moz-fit-content;
max-height: fit-content;
inline-size: -moz-fit-content;
inline-size: fit-content;
min-inline-size: -moz-fit-content;
min-inline-size: fit-content;
max-inline-size: -moz-fit-content;
max-inline-size: fit-content;
block-size: -moz-fit-content;
block-size: fit-content;
min-block-size: -moz-fit-content;
min-block-size: fit-content;
max-block-size: -moz-fit-content;
max-block-size: fit-content;
}
.outdated {
Expand All @@ -45,13 +31,10 @@ a {
width: stretch;
}
b {
height: -webkit-max-content;
height: max-content;
}
p {
block-size: -webkit-min-content;
block-size: min-content;
min-inline-size: -moz-fit-content;
min-inline-size: fit-content;
}
.outdated {
Expand All @@ -68,21 +51,16 @@ p {
width: calc(100% - var(--jqx-circular-progress-bar-fill-size));
}
.grid {
grid: -webkit-min-content -webkit-max-content/ fit-content(500px);
grid: min-content max-content/ fit-content(500px);
}
.grid-template {
grid-template: -webkit-min-content/ fit-content(10px) -webkit-max-content;
grid-template: min-content/ fit-content(10px) max-content;
grid-template: -webkit-max-content 1fr -webkit-max-content -webkit-max-content/ -webkit-max-content 1fr;
grid-template: max-content 1fr max-content max-content/ max-content 1fr;
}
.grid-template-columns {
grid-template-columns: minmax(100px, -webkit-min-content);
grid-template-columns: minmax(100px, min-content);
}
.grid-auto-columns {
grid-auto-columns: -webkit-min-content -webkit-max-content;
grid-auto-columns: min-content max-content;
}
.ignore {
Expand Down
Expand Up @@ -29,18 +29,15 @@
width: --max-content;
}
.class {
width: -moz-fit-content;
width: fit-content;
}
.class {
width: stackWidth;
}
.class {
min-width: -webkit-max-content;
min-width: max-content;
}
.class {
max-width: -webkit-min-content;
max-width: min-content;
}
.class {
Expand All @@ -49,7 +46,6 @@
height: fill-available;
}
.class {
max-height: -moz-fit-content;
max-height: fit-content;
}
.class {
Expand All @@ -63,11 +59,9 @@
width: stretch !important;
}
.class {
min-block-size: -webkit-max-content;
min-block-size: max-content;
}
.class {
min-inline-size: -webkit-max-content;
min-inline-size: max-content;
}
.class {
Expand Down

0 comments on commit 1cdfceb

Please sign in to comment.