- Notifications
You must be signed in to change notification settings - Fork20.6k
Commit89ef81f
committed
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test
Chrome 112 & Safari 16.4 introduce two changes:* `:has()` is non-forgiving* `CSS.supports( "selector(...)" )` parses everything in a non-forgiving wayWe no longer care about the latter but the former means the `cssHas` supporttest now passes.Closesgh-52251 parentbce13b7 commit89ef81f
2 files changed
+27
-15
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 25 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 |
| |
71 | 75 |
| |
72 | 76 |
| |
73 |
| - | |
| 77 | + | |
74 | 78 |
| |
75 | 79 |
| |
76 | 80 |
| |
77 |
| - | |
| 81 | + | |
78 | 82 |
| |
79 |
| - | |
| 83 | + | |
80 | 84 |
| |
81 | 85 |
| |
82 | 86 |
| |
| |||
86 | 90 |
| |
87 | 91 |
| |
88 | 92 |
| |
89 |
| - | |
| 93 | + | |
90 | 94 |
| |
91 | 95 |
| |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
92 | 100 |
| |
93 | 101 |
| |
94 | 102 |
| |
| |||
101 | 109 |
| |
102 | 110 |
| |
103 | 111 |
| |
104 |
| - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
105 | 115 |
| |
106 | 116 |
| |
107 | 117 |
| |
108 |
| - | |
109 |
| - | |
110 |
| - | |
| 118 | + | |
111 | 119 |
| |
112 |
| - | |
| 120 | + | |
113 | 121 |
| |
114 |
| - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
115 | 125 |
| |
116 | 126 |
| |
117 | 127 |
| |
| |||
125 | 135 |
| |
126 | 136 |
| |
127 | 137 |
| |
128 |
| - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
129 | 141 |
| |
130 | 142 |
| |
131 | 143 |
| |
|
0 commit comments
Comments
(0)