mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
Add missing tests
This commit is contained in:
@@ -510,7 +510,9 @@
|
|||||||
column-width: auto;
|
column-width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@namespace "http://example.com/css3-namespace/";
|
.namespace {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.overflow-3 {
|
.overflow-3 {
|
||||||
max-lines: auto;
|
max-lines: auto;
|
||||||
@@ -557,6 +559,10 @@
|
|||||||
offset-start: auto;
|
offset-start: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.properties-values-api-1 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.pseudo-4::inactive-selection,
|
.pseudo-4::inactive-selection,
|
||||||
.pseudo-4::spelling-error,
|
.pseudo-4::spelling-error,
|
||||||
.pseudo-4::grammer-error {
|
.pseudo-4::grammer-error {
|
||||||
@@ -843,6 +849,10 @@
|
|||||||
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.typed-om-1 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-3 {
|
.ui-3 {
|
||||||
caret-color: grab;
|
caret-color: grab;
|
||||||
display: grabbing;
|
display: grabbing;
|
||||||
@@ -889,6 +899,10 @@
|
|||||||
will-change: scroll-position;
|
will-change: scroll-position;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.worklets-1 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.writing-modes-3 {
|
.writing-modes-3 {
|
||||||
writing-mode: before;
|
writing-mode: before;
|
||||||
text-orientation: after;
|
text-orientation: after;
|
||||||
|
|||||||
Reference in New Issue
Block a user