Skip to content

Commit 246cc6e

Browse files
committed
Fix test order
1 parent 5540e02 commit 246cc6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/test.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@
7777
display: revert-layer;
7878
}
7979

80-
@supports (selector(.conditional-4)) {
81-
display: auto;
82-
}
83-
8480
.color-3 {
8581
display: auto;
8682
}
@@ -137,13 +133,17 @@
137133
}
138134

139135
@supports (display: auto) or
140-
(display: auto) not
141-
(display: auto) {
136+
(display: auto) not
137+
(display: auto) {
142138
.conditional-3 {
143-
display: auto;
139+
display: auto;
144140
}
145141
}
146142

143+
@supports (selector(.conditional-4)) {
144+
display: auto;
145+
}
146+
147147
.contain-1 {
148148
contain: auto;
149149
display: layout;

0 commit comments

Comments
 (0)