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