-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathbasic.replacewith.expect.css
90 lines (79 loc) · 2.23 KB
/
basic.replacewith.expect.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.css-blank.js-blank-pseudo, .js-blank-pseudo .css-blank {
order: 1;
}
:blank {
order: 1;
}
.css-blank.js-blank-pseudo,
.js-blank-pseudo .css-blank,
.css-blank.js-blank-pseudo test,
.js-blank-pseudo .css-blank test,
test.js-blank-pseudo .css-blank,
.js-blank-pseudo test .css-blank,
test.js-blank-pseudo test.css-blank,
.js-blank-pseudo test test.css-blank,
test.js-blank-pseudo .css-blank test,
.js-blank-pseudo test .css-blank test,
test.js-blank-pseudo test.css-blank test,
.js-blank-pseudo test test.css-blank test,
test.js-blank-pseudo .css-blank .css-blank test,
.js-blank-pseudo test .css-blank .css-blank test,
test.js-blank-pseudo :matches(.css-blank) test,
.js-blank-pseudo test :matches(.css-blank) test,
test.js-blank-pseudo :matches(.css-blank test) test,
.js-blank-pseudo test :matches(.css-blank test) test,
test.js-blank-pseudo :matches(test .css-blank) test,
.js-blank-pseudo test :matches(test .css-blank) test,
test.js-blank-pseudo :matches(test test.css-blank) test,
.js-blank-pseudo test :matches(test test.css-blank) test,
test.js-blank-pseudo :matches(test .css-blank test) test,
.js-blank-pseudo test :matches(test .css-blank test) test,
test.js-blank-pseudo :matches(test test.css-blank test) test,
.js-blank-pseudo test :matches(test test.css-blank test) test,
test.js-blank-pseudo :matches(test .css-blank .css-blank test) test,
.js-blank-pseudo test :matches(test .css-blank .css-blank test) test {
order: 2;
}
:blank,
:blank test,
test :blank,
test test:blank,
test :blank test,
test test:blank test,
test :blank :blank test,
test :matches(:blank) test,
test :matches(:blank test) test,
test :matches(test :blank) test,
test :matches(test test:blank) test,
test :matches(test :blank test) test,
test :matches(test test:blank test) test,
test :matches(test :blank :blank test) test {
order: 2;
}
:ignore-blank,
:blank-ignore,
:ignoreblank,
:blankignore {
order: 3;
}
:blank(ignore) {
order: 4;
}
test:not(.css-blank).js-blank-pseudo, .js-blank-pseudo test:not(.css-blank) {
order: 5;
}
test:not(:blank) {
order: 5;
}
uppercase.js-blank-pseudo .css-blank, .js-blank-pseudo uppercase .css-blank {
order: 6;
}
uppercase :BLaNK {
order: 6;
}
.css-blank.js-blank-pseudo, .js-blank-pseudo .css-blank {
to-clone: 1;
}
:blank {
to-clone: 1;
}