drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1 | Test the parsing of :is(selectorList) for querySelector and style. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
| 6 | 2 valid selectors |
| 7 | PASS document.querySelector(":is(*, *)") did not throw exception. |
| 8 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 9 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, *)" |
| 10 | PASS document.querySelector(":is(*, * )") did not throw exception. |
| 11 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 12 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, *)" |
| 13 | PASS document.querySelector(":is(*, foobar)") did not throw exception. |
| 14 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 15 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, foobar)" |
| 16 | PASS document.querySelector(":is(*, foobar )") did not throw exception. |
| 17 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 18 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, foobar)" |
| 19 | PASS document.querySelector(":is(*, #id)") did not throw exception. |
| 20 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 21 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, #id)" |
| 22 | PASS document.querySelector(":is(*, #id )") did not throw exception. |
| 23 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 24 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, #id)" |
| 25 | PASS document.querySelector(":is(*, .class)") did not throw exception. |
| 26 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 27 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, .class)" |
| 28 | PASS document.querySelector(":is(*, .class )") did not throw exception. |
| 29 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 30 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, .class)" |
| 31 | PASS document.querySelector(":is(*, :first-child)") did not throw exception. |
| 32 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 33 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :first-child)" |
| 34 | PASS document.querySelector(":is(*, :first-child )") did not throw exception. |
| 35 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 36 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :first-child)" |
| 37 | PASS document.querySelector(":is(*, :last-child)") did not throw exception. |
| 38 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 39 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :last-child)" |
| 40 | PASS document.querySelector(":is(*, :last-child )") did not throw exception. |
| 41 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 42 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :last-child)" |
| 43 | PASS document.querySelector(":is(*, :visited)") did not throw exception. |
| 44 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 45 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :visited)" |
| 46 | PASS document.querySelector(":is(*, :visited )") did not throw exception. |
| 47 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 48 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 49 | PASS document.querySelector(":is(*, foobar#id.class)") did not throw exception. |
| 50 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 51 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, foobar#id.class)" |
| 52 | PASS document.querySelector(":is(*, foobar#id.class )") did not throw exception. |
| 53 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 54 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, foobar#id.class)" |
| 55 | PASS document.querySelector(":is(*, .class:not(.notclass))") did not throw exception. |
| 56 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 57 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, .class:not(.notclass))" |
| 58 | PASS document.querySelector(":is(*, .class:not(.notclass) )") did not throw exception. |
| 59 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 60 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, .class:not(.notclass))" |
| 61 | PASS document.querySelector(":is(*, #id:empty)") did not throw exception. |
| 62 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 63 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, #id:empty)" |
| 64 | PASS document.querySelector(":is(*, #id:empty )") did not throw exception. |
| 65 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 66 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, #id:empty)" |
| 67 | PASS document.querySelector(":is(*, a > b)") did not throw exception. |
| 68 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 69 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a > b)" |
| 70 | PASS document.querySelector(":is(*, a > b )") did not throw exception. |
| 71 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 72 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a > b)" |
| 73 | PASS document.querySelector(":is(*, a b)") did not throw exception. |
| 74 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 75 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a b)" |
| 76 | PASS document.querySelector(":is(*, a b )") did not throw exception. |
| 77 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 78 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a b)" |
| 79 | PASS document.querySelector(":is(*, a + b)") did not throw exception. |
| 80 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 81 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a + b)" |
| 82 | PASS document.querySelector(":is(*, a + b )") did not throw exception. |
| 83 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 84 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a + b)" |
| 85 | PASS document.querySelector(":is(*, a ~ b)") did not throw exception. |
| 86 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 87 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a ~ b)" |
| 88 | PASS document.querySelector(":is(*, a ~ b )") did not throw exception. |
| 89 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 90 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a ~ b)" |
| 91 | PASS document.querySelector(":is(*, a + b > c ~ d e + g)") did not throw exception. |
| 92 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 93 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a + b > c ~ d e + g)" |
| 94 | PASS document.querySelector(":is(*, a + b > c ~ d e + g )") did not throw exception. |
| 95 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 96 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, a + b > c ~ d e + g)" |
| 97 | PASS document.querySelector(":is(*, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 98 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 99 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 100 | PASS document.querySelector(":is(*, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 101 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 102 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 103 | PASS document.querySelector(":is(*, :not(:link))") did not throw exception. |
| 104 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 105 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :not(:link))" |
| 106 | PASS document.querySelector(":is(*, :not(:link) )") did not throw exception. |
| 107 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 108 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :not(:link))" |
| 109 | PASS document.querySelector(":is(*, :nth-child(2n of a, b, c))") did not throw exception. |
| 110 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 111 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :nth-child(2n of a, b, c))" |
| 112 | PASS document.querySelector(":is(*, :nth-child(2n of a, b, c) )") did not throw exception. |
| 113 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 114 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(*, :nth-child(2n of a, b, c))" |
| 115 | PASS document.querySelector(":is(foobar, *)") did not throw exception. |
| 116 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 117 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, *)" |
| 118 | PASS document.querySelector(":is(foobar, * )") did not throw exception. |
| 119 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 120 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, *)" |
| 121 | PASS document.querySelector(":is(foobar, foobar)") did not throw exception. |
| 122 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 123 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, foobar)" |
| 124 | PASS document.querySelector(":is(foobar, foobar )") did not throw exception. |
| 125 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 126 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, foobar)" |
| 127 | PASS document.querySelector(":is(foobar, #id)") did not throw exception. |
| 128 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 129 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, #id)" |
| 130 | PASS document.querySelector(":is(foobar, #id )") did not throw exception. |
| 131 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 132 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, #id)" |
| 133 | PASS document.querySelector(":is(foobar, .class)") did not throw exception. |
| 134 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 135 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, .class)" |
| 136 | PASS document.querySelector(":is(foobar, .class )") did not throw exception. |
| 137 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 138 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, .class)" |
| 139 | PASS document.querySelector(":is(foobar, :first-child)") did not throw exception. |
| 140 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 141 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :first-child)" |
| 142 | PASS document.querySelector(":is(foobar, :first-child )") did not throw exception. |
| 143 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 144 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :first-child)" |
| 145 | PASS document.querySelector(":is(foobar, :last-child)") did not throw exception. |
| 146 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 147 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :last-child)" |
| 148 | PASS document.querySelector(":is(foobar, :last-child )") did not throw exception. |
| 149 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 150 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :last-child)" |
| 151 | PASS document.querySelector(":is(foobar, :visited)") did not throw exception. |
| 152 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 153 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :visited)" |
| 154 | PASS document.querySelector(":is(foobar, :visited )") did not throw exception. |
| 155 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 156 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 157 | PASS document.querySelector(":is(foobar, foobar#id.class)") did not throw exception. |
| 158 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 159 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, foobar#id.class)" |
| 160 | PASS document.querySelector(":is(foobar, foobar#id.class )") did not throw exception. |
| 161 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 162 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, foobar#id.class)" |
| 163 | PASS document.querySelector(":is(foobar, .class:not(.notclass))") did not throw exception. |
| 164 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 165 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, .class:not(.notclass))" |
| 166 | PASS document.querySelector(":is(foobar, .class:not(.notclass) )") did not throw exception. |
| 167 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 168 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, .class:not(.notclass))" |
| 169 | PASS document.querySelector(":is(foobar, #id:empty)") did not throw exception. |
| 170 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 171 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, #id:empty)" |
| 172 | PASS document.querySelector(":is(foobar, #id:empty )") did not throw exception. |
| 173 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 174 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, #id:empty)" |
| 175 | PASS document.querySelector(":is(foobar, a > b)") did not throw exception. |
| 176 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 177 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a > b)" |
| 178 | PASS document.querySelector(":is(foobar, a > b )") did not throw exception. |
| 179 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 180 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a > b)" |
| 181 | PASS document.querySelector(":is(foobar, a b)") did not throw exception. |
| 182 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 183 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a b)" |
| 184 | PASS document.querySelector(":is(foobar, a b )") did not throw exception. |
| 185 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 186 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a b)" |
| 187 | PASS document.querySelector(":is(foobar, a + b)") did not throw exception. |
| 188 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 189 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a + b)" |
| 190 | PASS document.querySelector(":is(foobar, a + b )") did not throw exception. |
| 191 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 192 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a + b)" |
| 193 | PASS document.querySelector(":is(foobar, a ~ b)") did not throw exception. |
| 194 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 195 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a ~ b)" |
| 196 | PASS document.querySelector(":is(foobar, a ~ b )") did not throw exception. |
| 197 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 198 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a ~ b)" |
| 199 | PASS document.querySelector(":is(foobar, a + b > c ~ d e + g)") did not throw exception. |
| 200 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 201 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a + b > c ~ d e + g)" |
| 202 | PASS document.querySelector(":is(foobar, a + b > c ~ d e + g )") did not throw exception. |
| 203 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 204 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, a + b > c ~ d e + g)" |
| 205 | PASS document.querySelector(":is(foobar, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 206 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 207 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 208 | PASS document.querySelector(":is(foobar, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 209 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 210 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 211 | PASS document.querySelector(":is(foobar, :not(:link))") did not throw exception. |
| 212 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 213 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :not(:link))" |
| 214 | PASS document.querySelector(":is(foobar, :not(:link) )") did not throw exception. |
| 215 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 216 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :not(:link))" |
| 217 | PASS document.querySelector(":is(foobar, :nth-child(2n of a, b, c))") did not throw exception. |
| 218 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 219 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :nth-child(2n of a, b, c))" |
| 220 | PASS document.querySelector(":is(foobar, :nth-child(2n of a, b, c) )") did not throw exception. |
| 221 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 222 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar, :nth-child(2n of a, b, c))" |
| 223 | PASS document.querySelector(":is(#id, *)") did not throw exception. |
| 224 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 225 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, *)" |
| 226 | PASS document.querySelector(":is(#id, * )") did not throw exception. |
| 227 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 228 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, *)" |
| 229 | PASS document.querySelector(":is(#id, foobar)") did not throw exception. |
| 230 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 231 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, foobar)" |
| 232 | PASS document.querySelector(":is(#id, foobar )") did not throw exception. |
| 233 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 234 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, foobar)" |
| 235 | PASS document.querySelector(":is(#id, #id)") did not throw exception. |
| 236 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 237 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, #id)" |
| 238 | PASS document.querySelector(":is(#id, #id )") did not throw exception. |
| 239 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 240 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, #id)" |
| 241 | PASS document.querySelector(":is(#id, .class)") did not throw exception. |
| 242 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 243 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, .class)" |
| 244 | PASS document.querySelector(":is(#id, .class )") did not throw exception. |
| 245 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 246 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, .class)" |
| 247 | PASS document.querySelector(":is(#id, :first-child)") did not throw exception. |
| 248 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 249 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :first-child)" |
| 250 | PASS document.querySelector(":is(#id, :first-child )") did not throw exception. |
| 251 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 252 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :first-child)" |
| 253 | PASS document.querySelector(":is(#id, :last-child)") did not throw exception. |
| 254 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 255 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :last-child)" |
| 256 | PASS document.querySelector(":is(#id, :last-child )") did not throw exception. |
| 257 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 258 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :last-child)" |
| 259 | PASS document.querySelector(":is(#id, :visited)") did not throw exception. |
| 260 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 261 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :visited)" |
| 262 | PASS document.querySelector(":is(#id, :visited )") did not throw exception. |
| 263 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 264 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 265 | PASS document.querySelector(":is(#id, foobar#id.class)") did not throw exception. |
| 266 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 267 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, foobar#id.class)" |
| 268 | PASS document.querySelector(":is(#id, foobar#id.class )") did not throw exception. |
| 269 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 270 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, foobar#id.class)" |
| 271 | PASS document.querySelector(":is(#id, .class:not(.notclass))") did not throw exception. |
| 272 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 273 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, .class:not(.notclass))" |
| 274 | PASS document.querySelector(":is(#id, .class:not(.notclass) )") did not throw exception. |
| 275 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 276 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, .class:not(.notclass))" |
| 277 | PASS document.querySelector(":is(#id, #id:empty)") did not throw exception. |
| 278 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 279 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, #id:empty)" |
| 280 | PASS document.querySelector(":is(#id, #id:empty )") did not throw exception. |
| 281 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 282 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, #id:empty)" |
| 283 | PASS document.querySelector(":is(#id, a > b)") did not throw exception. |
| 284 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 285 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a > b)" |
| 286 | PASS document.querySelector(":is(#id, a > b )") did not throw exception. |
| 287 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 288 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a > b)" |
| 289 | PASS document.querySelector(":is(#id, a b)") did not throw exception. |
| 290 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 291 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a b)" |
| 292 | PASS document.querySelector(":is(#id, a b )") did not throw exception. |
| 293 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 294 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a b)" |
| 295 | PASS document.querySelector(":is(#id, a + b)") did not throw exception. |
| 296 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 297 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a + b)" |
| 298 | PASS document.querySelector(":is(#id, a + b )") did not throw exception. |
| 299 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 300 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a + b)" |
| 301 | PASS document.querySelector(":is(#id, a ~ b)") did not throw exception. |
| 302 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 303 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a ~ b)" |
| 304 | PASS document.querySelector(":is(#id, a ~ b )") did not throw exception. |
| 305 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 306 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a ~ b)" |
| 307 | PASS document.querySelector(":is(#id, a + b > c ~ d e + g)") did not throw exception. |
| 308 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 309 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a + b > c ~ d e + g)" |
| 310 | PASS document.querySelector(":is(#id, a + b > c ~ d e + g )") did not throw exception. |
| 311 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 312 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, a + b > c ~ d e + g)" |
| 313 | PASS document.querySelector(":is(#id, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 314 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 315 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 316 | PASS document.querySelector(":is(#id, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 317 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 318 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 319 | PASS document.querySelector(":is(#id, :not(:link))") did not throw exception. |
| 320 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 321 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :not(:link))" |
| 322 | PASS document.querySelector(":is(#id, :not(:link) )") did not throw exception. |
| 323 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 324 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :not(:link))" |
| 325 | PASS document.querySelector(":is(#id, :nth-child(2n of a, b, c))") did not throw exception. |
| 326 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 327 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :nth-child(2n of a, b, c))" |
| 328 | PASS document.querySelector(":is(#id, :nth-child(2n of a, b, c) )") did not throw exception. |
| 329 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 330 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id, :nth-child(2n of a, b, c))" |
| 331 | PASS document.querySelector(":is(.class, *)") did not throw exception. |
| 332 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 333 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, *)" |
| 334 | PASS document.querySelector(":is(.class, * )") did not throw exception. |
| 335 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 336 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, *)" |
| 337 | PASS document.querySelector(":is(.class, foobar)") did not throw exception. |
| 338 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 339 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, foobar)" |
| 340 | PASS document.querySelector(":is(.class, foobar )") did not throw exception. |
| 341 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 342 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, foobar)" |
| 343 | PASS document.querySelector(":is(.class, #id)") did not throw exception. |
| 344 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 345 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, #id)" |
| 346 | PASS document.querySelector(":is(.class, #id )") did not throw exception. |
| 347 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 348 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, #id)" |
| 349 | PASS document.querySelector(":is(.class, .class)") did not throw exception. |
| 350 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 351 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, .class)" |
| 352 | PASS document.querySelector(":is(.class, .class )") did not throw exception. |
| 353 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 354 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, .class)" |
| 355 | PASS document.querySelector(":is(.class, :first-child)") did not throw exception. |
| 356 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 357 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :first-child)" |
| 358 | PASS document.querySelector(":is(.class, :first-child )") did not throw exception. |
| 359 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 360 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :first-child)" |
| 361 | PASS document.querySelector(":is(.class, :last-child)") did not throw exception. |
| 362 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 363 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :last-child)" |
| 364 | PASS document.querySelector(":is(.class, :last-child )") did not throw exception. |
| 365 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 366 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :last-child)" |
| 367 | PASS document.querySelector(":is(.class, :visited)") did not throw exception. |
| 368 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 369 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :visited)" |
| 370 | PASS document.querySelector(":is(.class, :visited )") did not throw exception. |
| 371 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 372 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 373 | PASS document.querySelector(":is(.class, foobar#id.class)") did not throw exception. |
| 374 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 375 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, foobar#id.class)" |
| 376 | PASS document.querySelector(":is(.class, foobar#id.class )") did not throw exception. |
| 377 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 378 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, foobar#id.class)" |
| 379 | PASS document.querySelector(":is(.class, .class:not(.notclass))") did not throw exception. |
| 380 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 381 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, .class:not(.notclass))" |
| 382 | PASS document.querySelector(":is(.class, .class:not(.notclass) )") did not throw exception. |
| 383 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 384 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, .class:not(.notclass))" |
| 385 | PASS document.querySelector(":is(.class, #id:empty)") did not throw exception. |
| 386 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 387 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, #id:empty)" |
| 388 | PASS document.querySelector(":is(.class, #id:empty )") did not throw exception. |
| 389 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 390 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, #id:empty)" |
| 391 | PASS document.querySelector(":is(.class, a > b)") did not throw exception. |
| 392 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 393 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a > b)" |
| 394 | PASS document.querySelector(":is(.class, a > b )") did not throw exception. |
| 395 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 396 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a > b)" |
| 397 | PASS document.querySelector(":is(.class, a b)") did not throw exception. |
| 398 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 399 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a b)" |
| 400 | PASS document.querySelector(":is(.class, a b )") did not throw exception. |
| 401 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 402 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a b)" |
| 403 | PASS document.querySelector(":is(.class, a + b)") did not throw exception. |
| 404 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 405 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a + b)" |
| 406 | PASS document.querySelector(":is(.class, a + b )") did not throw exception. |
| 407 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 408 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a + b)" |
| 409 | PASS document.querySelector(":is(.class, a ~ b)") did not throw exception. |
| 410 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 411 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a ~ b)" |
| 412 | PASS document.querySelector(":is(.class, a ~ b )") did not throw exception. |
| 413 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 414 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a ~ b)" |
| 415 | PASS document.querySelector(":is(.class, a + b > c ~ d e + g)") did not throw exception. |
| 416 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 417 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a + b > c ~ d e + g)" |
| 418 | PASS document.querySelector(":is(.class, a + b > c ~ d e + g )") did not throw exception. |
| 419 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 420 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, a + b > c ~ d e + g)" |
| 421 | PASS document.querySelector(":is(.class, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 422 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 423 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 424 | PASS document.querySelector(":is(.class, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 425 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 426 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 427 | PASS document.querySelector(":is(.class, :not(:link))") did not throw exception. |
| 428 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 429 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :not(:link))" |
| 430 | PASS document.querySelector(":is(.class, :not(:link) )") did not throw exception. |
| 431 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 432 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :not(:link))" |
| 433 | PASS document.querySelector(":is(.class, :nth-child(2n of a, b, c))") did not throw exception. |
| 434 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 435 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :nth-child(2n of a, b, c))" |
| 436 | PASS document.querySelector(":is(.class, :nth-child(2n of a, b, c) )") did not throw exception. |
| 437 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 438 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class, :nth-child(2n of a, b, c))" |
| 439 | PASS document.querySelector(":is(:first-child, *)") did not throw exception. |
| 440 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 441 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, *)" |
| 442 | PASS document.querySelector(":is(:first-child, * )") did not throw exception. |
| 443 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 444 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, *)" |
| 445 | PASS document.querySelector(":is(:first-child, foobar)") did not throw exception. |
| 446 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 447 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, foobar)" |
| 448 | PASS document.querySelector(":is(:first-child, foobar )") did not throw exception. |
| 449 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 450 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, foobar)" |
| 451 | PASS document.querySelector(":is(:first-child, #id)") did not throw exception. |
| 452 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 453 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, #id)" |
| 454 | PASS document.querySelector(":is(:first-child, #id )") did not throw exception. |
| 455 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 456 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, #id)" |
| 457 | PASS document.querySelector(":is(:first-child, .class)") did not throw exception. |
| 458 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 459 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, .class)" |
| 460 | PASS document.querySelector(":is(:first-child, .class )") did not throw exception. |
| 461 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 462 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, .class)" |
| 463 | PASS document.querySelector(":is(:first-child, :first-child)") did not throw exception. |
| 464 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 465 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :first-child)" |
| 466 | PASS document.querySelector(":is(:first-child, :first-child )") did not throw exception. |
| 467 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 468 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :first-child)" |
| 469 | PASS document.querySelector(":is(:first-child, :last-child)") did not throw exception. |
| 470 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 471 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :last-child)" |
| 472 | PASS document.querySelector(":is(:first-child, :last-child )") did not throw exception. |
| 473 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 474 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :last-child)" |
| 475 | PASS document.querySelector(":is(:first-child, :visited)") did not throw exception. |
| 476 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 477 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :visited)" |
| 478 | PASS document.querySelector(":is(:first-child, :visited )") did not throw exception. |
| 479 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 480 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 481 | PASS document.querySelector(":is(:first-child, foobar#id.class)") did not throw exception. |
| 482 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 483 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, foobar#id.class)" |
| 484 | PASS document.querySelector(":is(:first-child, foobar#id.class )") did not throw exception. |
| 485 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 486 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, foobar#id.class)" |
| 487 | PASS document.querySelector(":is(:first-child, .class:not(.notclass))") did not throw exception. |
| 488 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 489 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, .class:not(.notclass))" |
| 490 | PASS document.querySelector(":is(:first-child, .class:not(.notclass) )") did not throw exception. |
| 491 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 492 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, .class:not(.notclass))" |
| 493 | PASS document.querySelector(":is(:first-child, #id:empty)") did not throw exception. |
| 494 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 495 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, #id:empty)" |
| 496 | PASS document.querySelector(":is(:first-child, #id:empty )") did not throw exception. |
| 497 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 498 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, #id:empty)" |
| 499 | PASS document.querySelector(":is(:first-child, a > b)") did not throw exception. |
| 500 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 501 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a > b)" |
| 502 | PASS document.querySelector(":is(:first-child, a > b )") did not throw exception. |
| 503 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 504 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a > b)" |
| 505 | PASS document.querySelector(":is(:first-child, a b)") did not throw exception. |
| 506 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 507 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a b)" |
| 508 | PASS document.querySelector(":is(:first-child, a b )") did not throw exception. |
| 509 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 510 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a b)" |
| 511 | PASS document.querySelector(":is(:first-child, a + b)") did not throw exception. |
| 512 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 513 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a + b)" |
| 514 | PASS document.querySelector(":is(:first-child, a + b )") did not throw exception. |
| 515 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 516 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a + b)" |
| 517 | PASS document.querySelector(":is(:first-child, a ~ b)") did not throw exception. |
| 518 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 519 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a ~ b)" |
| 520 | PASS document.querySelector(":is(:first-child, a ~ b )") did not throw exception. |
| 521 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 522 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a ~ b)" |
| 523 | PASS document.querySelector(":is(:first-child, a + b > c ~ d e + g)") did not throw exception. |
| 524 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 525 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a + b > c ~ d e + g)" |
| 526 | PASS document.querySelector(":is(:first-child, a + b > c ~ d e + g )") did not throw exception. |
| 527 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 528 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, a + b > c ~ d e + g)" |
| 529 | PASS document.querySelector(":is(:first-child, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 530 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 531 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 532 | PASS document.querySelector(":is(:first-child, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 533 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 534 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 535 | PASS document.querySelector(":is(:first-child, :not(:link))") did not throw exception. |
| 536 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 537 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :not(:link))" |
| 538 | PASS document.querySelector(":is(:first-child, :not(:link) )") did not throw exception. |
| 539 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 540 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :not(:link))" |
| 541 | PASS document.querySelector(":is(:first-child, :nth-child(2n of a, b, c))") did not throw exception. |
| 542 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 543 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :nth-child(2n of a, b, c))" |
| 544 | PASS document.querySelector(":is(:first-child, :nth-child(2n of a, b, c) )") did not throw exception. |
| 545 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 546 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:first-child, :nth-child(2n of a, b, c))" |
| 547 | PASS document.querySelector(":is(:last-child, *)") did not throw exception. |
| 548 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 549 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, *)" |
| 550 | PASS document.querySelector(":is(:last-child, * )") did not throw exception. |
| 551 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 552 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, *)" |
| 553 | PASS document.querySelector(":is(:last-child, foobar)") did not throw exception. |
| 554 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 555 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, foobar)" |
| 556 | PASS document.querySelector(":is(:last-child, foobar )") did not throw exception. |
| 557 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 558 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, foobar)" |
| 559 | PASS document.querySelector(":is(:last-child, #id)") did not throw exception. |
| 560 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 561 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, #id)" |
| 562 | PASS document.querySelector(":is(:last-child, #id )") did not throw exception. |
| 563 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 564 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, #id)" |
| 565 | PASS document.querySelector(":is(:last-child, .class)") did not throw exception. |
| 566 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 567 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, .class)" |
| 568 | PASS document.querySelector(":is(:last-child, .class )") did not throw exception. |
| 569 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 570 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, .class)" |
| 571 | PASS document.querySelector(":is(:last-child, :first-child)") did not throw exception. |
| 572 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 573 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :first-child)" |
| 574 | PASS document.querySelector(":is(:last-child, :first-child )") did not throw exception. |
| 575 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 576 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :first-child)" |
| 577 | PASS document.querySelector(":is(:last-child, :last-child)") did not throw exception. |
| 578 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 579 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :last-child)" |
| 580 | PASS document.querySelector(":is(:last-child, :last-child )") did not throw exception. |
| 581 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 582 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :last-child)" |
| 583 | PASS document.querySelector(":is(:last-child, :visited)") did not throw exception. |
| 584 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 585 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :visited)" |
| 586 | PASS document.querySelector(":is(:last-child, :visited )") did not throw exception. |
| 587 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 588 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 589 | PASS document.querySelector(":is(:last-child, foobar#id.class)") did not throw exception. |
| 590 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 591 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, foobar#id.class)" |
| 592 | PASS document.querySelector(":is(:last-child, foobar#id.class )") did not throw exception. |
| 593 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 594 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, foobar#id.class)" |
| 595 | PASS document.querySelector(":is(:last-child, .class:not(.notclass))") did not throw exception. |
| 596 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 597 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, .class:not(.notclass))" |
| 598 | PASS document.querySelector(":is(:last-child, .class:not(.notclass) )") did not throw exception. |
| 599 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 600 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, .class:not(.notclass))" |
| 601 | PASS document.querySelector(":is(:last-child, #id:empty)") did not throw exception. |
| 602 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 603 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, #id:empty)" |
| 604 | PASS document.querySelector(":is(:last-child, #id:empty )") did not throw exception. |
| 605 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 606 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, #id:empty)" |
| 607 | PASS document.querySelector(":is(:last-child, a > b)") did not throw exception. |
| 608 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 609 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a > b)" |
| 610 | PASS document.querySelector(":is(:last-child, a > b )") did not throw exception. |
| 611 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 612 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a > b)" |
| 613 | PASS document.querySelector(":is(:last-child, a b)") did not throw exception. |
| 614 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 615 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a b)" |
| 616 | PASS document.querySelector(":is(:last-child, a b )") did not throw exception. |
| 617 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 618 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a b)" |
| 619 | PASS document.querySelector(":is(:last-child, a + b)") did not throw exception. |
| 620 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 621 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a + b)" |
| 622 | PASS document.querySelector(":is(:last-child, a + b )") did not throw exception. |
| 623 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 624 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a + b)" |
| 625 | PASS document.querySelector(":is(:last-child, a ~ b)") did not throw exception. |
| 626 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 627 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a ~ b)" |
| 628 | PASS document.querySelector(":is(:last-child, a ~ b )") did not throw exception. |
| 629 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 630 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a ~ b)" |
| 631 | PASS document.querySelector(":is(:last-child, a + b > c ~ d e + g)") did not throw exception. |
| 632 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 633 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a + b > c ~ d e + g)" |
| 634 | PASS document.querySelector(":is(:last-child, a + b > c ~ d e + g )") did not throw exception. |
| 635 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 636 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, a + b > c ~ d e + g)" |
| 637 | PASS document.querySelector(":is(:last-child, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 638 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 639 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 640 | PASS document.querySelector(":is(:last-child, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 641 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 642 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 643 | PASS document.querySelector(":is(:last-child, :not(:link))") did not throw exception. |
| 644 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 645 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :not(:link))" |
| 646 | PASS document.querySelector(":is(:last-child, :not(:link) )") did not throw exception. |
| 647 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 648 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :not(:link))" |
| 649 | PASS document.querySelector(":is(:last-child, :nth-child(2n of a, b, c))") did not throw exception. |
| 650 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 651 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :nth-child(2n of a, b, c))" |
| 652 | PASS document.querySelector(":is(:last-child, :nth-child(2n of a, b, c) )") did not throw exception. |
| 653 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 654 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:last-child, :nth-child(2n of a, b, c))" |
| 655 | PASS document.querySelector(":is(:visited, *)") did not throw exception. |
| 656 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 657 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, *)" |
| 658 | PASS document.querySelector(":is(:visited, * )") did not throw exception. |
| 659 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 660 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, *)" |
| 661 | PASS document.querySelector(":is(:visited, foobar)") did not throw exception. |
| 662 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 663 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, foobar)" |
| 664 | PASS document.querySelector(":is(:visited, foobar )") did not throw exception. |
| 665 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 666 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, foobar)" |
| 667 | PASS document.querySelector(":is(:visited, #id)") did not throw exception. |
| 668 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 669 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, #id)" |
| 670 | PASS document.querySelector(":is(:visited, #id )") did not throw exception. |
| 671 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 672 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, #id)" |
| 673 | PASS document.querySelector(":is(:visited, .class)") did not throw exception. |
| 674 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 675 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, .class)" |
| 676 | PASS document.querySelector(":is(:visited, .class )") did not throw exception. |
| 677 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 678 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, .class)" |
| 679 | PASS document.querySelector(":is(:visited, :first-child)") did not throw exception. |
| 680 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 681 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :first-child)" |
| 682 | PASS document.querySelector(":is(:visited, :first-child )") did not throw exception. |
| 683 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 684 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :first-child)" |
| 685 | PASS document.querySelector(":is(:visited, :last-child)") did not throw exception. |
| 686 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 687 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :last-child)" |
| 688 | PASS document.querySelector(":is(:visited, :last-child )") did not throw exception. |
| 689 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 690 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :last-child)" |
| 691 | PASS document.querySelector(":is(:visited, :visited)") did not throw exception. |
| 692 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 693 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :visited)" |
| 694 | PASS document.querySelector(":is(:visited, :visited )") did not throw exception. |
| 695 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 696 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 697 | PASS document.querySelector(":is(:visited, foobar#id.class)") did not throw exception. |
| 698 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 699 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, foobar#id.class)" |
| 700 | PASS document.querySelector(":is(:visited, foobar#id.class )") did not throw exception. |
| 701 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 702 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, foobar#id.class)" |
| 703 | PASS document.querySelector(":is(:visited, .class:not(.notclass))") did not throw exception. |
| 704 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 705 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, .class:not(.notclass))" |
| 706 | PASS document.querySelector(":is(:visited, .class:not(.notclass) )") did not throw exception. |
| 707 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 708 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, .class:not(.notclass))" |
| 709 | PASS document.querySelector(":is(:visited, #id:empty)") did not throw exception. |
| 710 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 711 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, #id:empty)" |
| 712 | PASS document.querySelector(":is(:visited, #id:empty )") did not throw exception. |
| 713 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 714 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, #id:empty)" |
| 715 | PASS document.querySelector(":is(:visited, a > b)") did not throw exception. |
| 716 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 717 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a > b)" |
| 718 | PASS document.querySelector(":is(:visited, a > b )") did not throw exception. |
| 719 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 720 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a > b)" |
| 721 | PASS document.querySelector(":is(:visited, a b)") did not throw exception. |
| 722 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 723 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a b)" |
| 724 | PASS document.querySelector(":is(:visited, a b )") did not throw exception. |
| 725 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 726 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a b)" |
| 727 | PASS document.querySelector(":is(:visited, a + b)") did not throw exception. |
| 728 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 729 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a + b)" |
| 730 | PASS document.querySelector(":is(:visited, a + b )") did not throw exception. |
| 731 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 732 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a + b)" |
| 733 | PASS document.querySelector(":is(:visited, a ~ b)") did not throw exception. |
| 734 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 735 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a ~ b)" |
| 736 | PASS document.querySelector(":is(:visited, a ~ b )") did not throw exception. |
| 737 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 738 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a ~ b)" |
| 739 | PASS document.querySelector(":is(:visited, a + b > c ~ d e + g)") did not throw exception. |
| 740 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 741 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a + b > c ~ d e + g)" |
| 742 | PASS document.querySelector(":is(:visited, a + b > c ~ d e + g )") did not throw exception. |
| 743 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 744 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, a + b > c ~ d e + g)" |
| 745 | PASS document.querySelector(":is(:visited, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 746 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 747 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 748 | PASS document.querySelector(":is(:visited, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 749 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 750 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 751 | PASS document.querySelector(":is(:visited, :not(:link))") did not throw exception. |
| 752 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 753 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :not(:link))" |
| 754 | PASS document.querySelector(":is(:visited, :not(:link) )") did not throw exception. |
| 755 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 756 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :not(:link))" |
| 757 | PASS document.querySelector(":is(:visited, :nth-child(2n of a, b, c))") did not throw exception. |
| 758 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 759 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :nth-child(2n of a, b, c))" |
| 760 | PASS document.querySelector(":is(:visited, :nth-child(2n of a, b, c) )") did not throw exception. |
| 761 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 762 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:visited, :nth-child(2n of a, b, c))" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 763 | PASS document.querySelector(":is(foobar#id.class, *)") did not throw exception. |
| 764 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 765 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, *)" |
| 766 | PASS document.querySelector(":is(foobar#id.class, * )") did not throw exception. |
| 767 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 768 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, *)" |
| 769 | PASS document.querySelector(":is(foobar#id.class, foobar)") did not throw exception. |
| 770 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 771 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, foobar)" |
| 772 | PASS document.querySelector(":is(foobar#id.class, foobar )") did not throw exception. |
| 773 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 774 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, foobar)" |
| 775 | PASS document.querySelector(":is(foobar#id.class, #id)") did not throw exception. |
| 776 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 777 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, #id)" |
| 778 | PASS document.querySelector(":is(foobar#id.class, #id )") did not throw exception. |
| 779 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 780 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, #id)" |
| 781 | PASS document.querySelector(":is(foobar#id.class, .class)") did not throw exception. |
| 782 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 783 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, .class)" |
| 784 | PASS document.querySelector(":is(foobar#id.class, .class )") did not throw exception. |
| 785 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 786 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, .class)" |
| 787 | PASS document.querySelector(":is(foobar#id.class, :first-child)") did not throw exception. |
| 788 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 789 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :first-child)" |
| 790 | PASS document.querySelector(":is(foobar#id.class, :first-child )") did not throw exception. |
| 791 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 792 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :first-child)" |
| 793 | PASS document.querySelector(":is(foobar#id.class, :last-child)") did not throw exception. |
| 794 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 795 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :last-child)" |
| 796 | PASS document.querySelector(":is(foobar#id.class, :last-child )") did not throw exception. |
| 797 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 798 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :last-child)" |
| 799 | PASS document.querySelector(":is(foobar#id.class, :visited)") did not throw exception. |
| 800 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 801 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :visited)" |
| 802 | PASS document.querySelector(":is(foobar#id.class, :visited )") did not throw exception. |
| 803 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 804 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 805 | PASS document.querySelector(":is(foobar#id.class, foobar#id.class)") did not throw exception. |
| 806 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 807 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, foobar#id.class)" |
| 808 | PASS document.querySelector(":is(foobar#id.class, foobar#id.class )") did not throw exception. |
| 809 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 810 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, foobar#id.class)" |
| 811 | PASS document.querySelector(":is(foobar#id.class, .class:not(.notclass))") did not throw exception. |
| 812 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 813 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, .class:not(.notclass))" |
| 814 | PASS document.querySelector(":is(foobar#id.class, .class:not(.notclass) )") did not throw exception. |
| 815 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 816 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, .class:not(.notclass))" |
| 817 | PASS document.querySelector(":is(foobar#id.class, #id:empty)") did not throw exception. |
| 818 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 819 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, #id:empty)" |
| 820 | PASS document.querySelector(":is(foobar#id.class, #id:empty )") did not throw exception. |
| 821 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 822 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, #id:empty)" |
| 823 | PASS document.querySelector(":is(foobar#id.class, a > b)") did not throw exception. |
| 824 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 825 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a > b)" |
| 826 | PASS document.querySelector(":is(foobar#id.class, a > b )") did not throw exception. |
| 827 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 828 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a > b)" |
| 829 | PASS document.querySelector(":is(foobar#id.class, a b)") did not throw exception. |
| 830 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 831 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a b)" |
| 832 | PASS document.querySelector(":is(foobar#id.class, a b )") did not throw exception. |
| 833 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 834 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a b)" |
| 835 | PASS document.querySelector(":is(foobar#id.class, a + b)") did not throw exception. |
| 836 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 837 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a + b)" |
| 838 | PASS document.querySelector(":is(foobar#id.class, a + b )") did not throw exception. |
| 839 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 840 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a + b)" |
| 841 | PASS document.querySelector(":is(foobar#id.class, a ~ b)") did not throw exception. |
| 842 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 843 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a ~ b)" |
| 844 | PASS document.querySelector(":is(foobar#id.class, a ~ b )") did not throw exception. |
| 845 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 846 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a ~ b)" |
| 847 | PASS document.querySelector(":is(foobar#id.class, a + b > c ~ d e + g)") did not throw exception. |
| 848 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 849 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a + b > c ~ d e + g)" |
| 850 | PASS document.querySelector(":is(foobar#id.class, a + b > c ~ d e + g )") did not throw exception. |
| 851 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 852 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, a + b > c ~ d e + g)" |
| 853 | PASS document.querySelector(":is(foobar#id.class, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 854 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 855 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 856 | PASS document.querySelector(":is(foobar#id.class, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 857 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 858 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 859 | PASS document.querySelector(":is(foobar#id.class, :not(:link))") did not throw exception. |
| 860 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 861 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :not(:link))" |
| 862 | PASS document.querySelector(":is(foobar#id.class, :not(:link) )") did not throw exception. |
| 863 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 864 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :not(:link))" |
| 865 | PASS document.querySelector(":is(foobar#id.class, :nth-child(2n of a, b, c))") did not throw exception. |
| 866 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 867 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :nth-child(2n of a, b, c))" |
| 868 | PASS document.querySelector(":is(foobar#id.class, :nth-child(2n of a, b, c) )") did not throw exception. |
| 869 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 870 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(foobar#id.class, :nth-child(2n of a, b, c))" |
| 871 | PASS document.querySelector(":is(.class:not(.notclass), *)") did not throw exception. |
| 872 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 873 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), *)" |
| 874 | PASS document.querySelector(":is(.class:not(.notclass), * )") did not throw exception. |
| 875 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 876 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), *)" |
| 877 | PASS document.querySelector(":is(.class:not(.notclass), foobar)") did not throw exception. |
| 878 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 879 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), foobar)" |
| 880 | PASS document.querySelector(":is(.class:not(.notclass), foobar )") did not throw exception. |
| 881 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 882 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), foobar)" |
| 883 | PASS document.querySelector(":is(.class:not(.notclass), #id)") did not throw exception. |
| 884 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 885 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), #id)" |
| 886 | PASS document.querySelector(":is(.class:not(.notclass), #id )") did not throw exception. |
| 887 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 888 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), #id)" |
| 889 | PASS document.querySelector(":is(.class:not(.notclass), .class)") did not throw exception. |
| 890 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 891 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), .class)" |
| 892 | PASS document.querySelector(":is(.class:not(.notclass), .class )") did not throw exception. |
| 893 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 894 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), .class)" |
| 895 | PASS document.querySelector(":is(.class:not(.notclass), :first-child)") did not throw exception. |
| 896 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 897 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :first-child)" |
| 898 | PASS document.querySelector(":is(.class:not(.notclass), :first-child )") did not throw exception. |
| 899 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 900 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :first-child)" |
| 901 | PASS document.querySelector(":is(.class:not(.notclass), :last-child)") did not throw exception. |
| 902 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 903 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :last-child)" |
| 904 | PASS document.querySelector(":is(.class:not(.notclass), :last-child )") did not throw exception. |
| 905 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 906 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :last-child)" |
| 907 | PASS document.querySelector(":is(.class:not(.notclass), :visited)") did not throw exception. |
| 908 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 909 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :visited)" |
| 910 | PASS document.querySelector(":is(.class:not(.notclass), :visited )") did not throw exception. |
| 911 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 912 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 913 | PASS document.querySelector(":is(.class:not(.notclass), foobar#id.class)") did not throw exception. |
| 914 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 915 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), foobar#id.class)" |
| 916 | PASS document.querySelector(":is(.class:not(.notclass), foobar#id.class )") did not throw exception. |
| 917 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 918 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), foobar#id.class)" |
| 919 | PASS document.querySelector(":is(.class:not(.notclass), .class:not(.notclass))") did not throw exception. |
| 920 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 921 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), .class:not(.notclass))" |
| 922 | PASS document.querySelector(":is(.class:not(.notclass), .class:not(.notclass) )") did not throw exception. |
| 923 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 924 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), .class:not(.notclass))" |
| 925 | PASS document.querySelector(":is(.class:not(.notclass), #id:empty)") did not throw exception. |
| 926 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 927 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), #id:empty)" |
| 928 | PASS document.querySelector(":is(.class:not(.notclass), #id:empty )") did not throw exception. |
| 929 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 930 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), #id:empty)" |
| 931 | PASS document.querySelector(":is(.class:not(.notclass), a > b)") did not throw exception. |
| 932 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 933 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a > b)" |
| 934 | PASS document.querySelector(":is(.class:not(.notclass), a > b )") did not throw exception. |
| 935 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 936 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a > b)" |
| 937 | PASS document.querySelector(":is(.class:not(.notclass), a b)") did not throw exception. |
| 938 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 939 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a b)" |
| 940 | PASS document.querySelector(":is(.class:not(.notclass), a b )") did not throw exception. |
| 941 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 942 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a b)" |
| 943 | PASS document.querySelector(":is(.class:not(.notclass), a + b)") did not throw exception. |
| 944 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 945 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a + b)" |
| 946 | PASS document.querySelector(":is(.class:not(.notclass), a + b )") did not throw exception. |
| 947 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 948 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a + b)" |
| 949 | PASS document.querySelector(":is(.class:not(.notclass), a ~ b)") did not throw exception. |
| 950 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 951 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a ~ b)" |
| 952 | PASS document.querySelector(":is(.class:not(.notclass), a ~ b )") did not throw exception. |
| 953 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 954 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a ~ b)" |
| 955 | PASS document.querySelector(":is(.class:not(.notclass), a + b > c ~ d e + g)") did not throw exception. |
| 956 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 957 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a + b > c ~ d e + g)" |
| 958 | PASS document.querySelector(":is(.class:not(.notclass), a + b > c ~ d e + g )") did not throw exception. |
| 959 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 960 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), a + b > c ~ d e + g)" |
| 961 | PASS document.querySelector(":is(.class:not(.notclass), :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 962 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 963 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 964 | PASS document.querySelector(":is(.class:not(.notclass), :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 965 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 966 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 967 | PASS document.querySelector(":is(.class:not(.notclass), :not(:link))") did not throw exception. |
| 968 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 969 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :not(:link))" |
| 970 | PASS document.querySelector(":is(.class:not(.notclass), :not(:link) )") did not throw exception. |
| 971 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 972 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :not(:link))" |
| 973 | PASS document.querySelector(":is(.class:not(.notclass), :nth-child(2n of a, b, c))") did not throw exception. |
| 974 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 975 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :nth-child(2n of a, b, c))" |
| 976 | PASS document.querySelector(":is(.class:not(.notclass), :nth-child(2n of a, b, c) )") did not throw exception. |
| 977 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 978 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(.class:not(.notclass), :nth-child(2n of a, b, c))" |
| 979 | PASS document.querySelector(":is(#id:empty, *)") did not throw exception. |
| 980 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 981 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, *)" |
| 982 | PASS document.querySelector(":is(#id:empty, * )") did not throw exception. |
| 983 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 984 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, *)" |
| 985 | PASS document.querySelector(":is(#id:empty, foobar)") did not throw exception. |
| 986 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 987 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, foobar)" |
| 988 | PASS document.querySelector(":is(#id:empty, foobar )") did not throw exception. |
| 989 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 990 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, foobar)" |
| 991 | PASS document.querySelector(":is(#id:empty, #id)") did not throw exception. |
| 992 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 993 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, #id)" |
| 994 | PASS document.querySelector(":is(#id:empty, #id )") did not throw exception. |
| 995 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 996 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, #id)" |
| 997 | PASS document.querySelector(":is(#id:empty, .class)") did not throw exception. |
| 998 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 999 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, .class)" |
| 1000 | PASS document.querySelector(":is(#id:empty, .class )") did not throw exception. |
| 1001 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1002 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, .class)" |
| 1003 | PASS document.querySelector(":is(#id:empty, :first-child)") did not throw exception. |
| 1004 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1005 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :first-child)" |
| 1006 | PASS document.querySelector(":is(#id:empty, :first-child )") did not throw exception. |
| 1007 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1008 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :first-child)" |
| 1009 | PASS document.querySelector(":is(#id:empty, :last-child)") did not throw exception. |
| 1010 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1011 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :last-child)" |
| 1012 | PASS document.querySelector(":is(#id:empty, :last-child )") did not throw exception. |
| 1013 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1014 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :last-child)" |
| 1015 | PASS document.querySelector(":is(#id:empty, :visited)") did not throw exception. |
| 1016 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1017 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :visited)" |
| 1018 | PASS document.querySelector(":is(#id:empty, :visited )") did not throw exception. |
| 1019 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1020 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1021 | PASS document.querySelector(":is(#id:empty, foobar#id.class)") did not throw exception. |
| 1022 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1023 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, foobar#id.class)" |
| 1024 | PASS document.querySelector(":is(#id:empty, foobar#id.class )") did not throw exception. |
| 1025 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1026 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, foobar#id.class)" |
| 1027 | PASS document.querySelector(":is(#id:empty, .class:not(.notclass))") did not throw exception. |
| 1028 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1029 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, .class:not(.notclass))" |
| 1030 | PASS document.querySelector(":is(#id:empty, .class:not(.notclass) )") did not throw exception. |
| 1031 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1032 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, .class:not(.notclass))" |
| 1033 | PASS document.querySelector(":is(#id:empty, #id:empty)") did not throw exception. |
| 1034 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1035 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, #id:empty)" |
| 1036 | PASS document.querySelector(":is(#id:empty, #id:empty )") did not throw exception. |
| 1037 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1038 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, #id:empty)" |
| 1039 | PASS document.querySelector(":is(#id:empty, a > b)") did not throw exception. |
| 1040 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1041 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a > b)" |
| 1042 | PASS document.querySelector(":is(#id:empty, a > b )") did not throw exception. |
| 1043 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1044 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a > b)" |
| 1045 | PASS document.querySelector(":is(#id:empty, a b)") did not throw exception. |
| 1046 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1047 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a b)" |
| 1048 | PASS document.querySelector(":is(#id:empty, a b )") did not throw exception. |
| 1049 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1050 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a b)" |
| 1051 | PASS document.querySelector(":is(#id:empty, a + b)") did not throw exception. |
| 1052 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1053 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a + b)" |
| 1054 | PASS document.querySelector(":is(#id:empty, a + b )") did not throw exception. |
| 1055 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1056 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a + b)" |
| 1057 | PASS document.querySelector(":is(#id:empty, a ~ b)") did not throw exception. |
| 1058 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1059 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a ~ b)" |
| 1060 | PASS document.querySelector(":is(#id:empty, a ~ b )") did not throw exception. |
| 1061 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1062 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a ~ b)" |
| 1063 | PASS document.querySelector(":is(#id:empty, a + b > c ~ d e + g)") did not throw exception. |
| 1064 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1065 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a + b > c ~ d e + g)" |
| 1066 | PASS document.querySelector(":is(#id:empty, a + b > c ~ d e + g )") did not throw exception. |
| 1067 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1068 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, a + b > c ~ d e + g)" |
| 1069 | PASS document.querySelector(":is(#id:empty, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1070 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1071 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1072 | PASS document.querySelector(":is(#id:empty, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1073 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1074 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1075 | PASS document.querySelector(":is(#id:empty, :not(:link))") did not throw exception. |
| 1076 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1077 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :not(:link))" |
| 1078 | PASS document.querySelector(":is(#id:empty, :not(:link) )") did not throw exception. |
| 1079 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1080 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :not(:link))" |
| 1081 | PASS document.querySelector(":is(#id:empty, :nth-child(2n of a, b, c))") did not throw exception. |
| 1082 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1083 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :nth-child(2n of a, b, c))" |
| 1084 | PASS document.querySelector(":is(#id:empty, :nth-child(2n of a, b, c) )") did not throw exception. |
| 1085 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1086 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(#id:empty, :nth-child(2n of a, b, c))" |
| 1087 | PASS document.querySelector(":is(a > b, *)") did not throw exception. |
| 1088 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1089 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, *)" |
| 1090 | PASS document.querySelector(":is(a > b, * )") did not throw exception. |
| 1091 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1092 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, *)" |
| 1093 | PASS document.querySelector(":is(a > b, foobar)") did not throw exception. |
| 1094 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1095 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, foobar)" |
| 1096 | PASS document.querySelector(":is(a > b, foobar )") did not throw exception. |
| 1097 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1098 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, foobar)" |
| 1099 | PASS document.querySelector(":is(a > b, #id)") did not throw exception. |
| 1100 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1101 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, #id)" |
| 1102 | PASS document.querySelector(":is(a > b, #id )") did not throw exception. |
| 1103 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1104 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, #id)" |
| 1105 | PASS document.querySelector(":is(a > b, .class)") did not throw exception. |
| 1106 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1107 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, .class)" |
| 1108 | PASS document.querySelector(":is(a > b, .class )") did not throw exception. |
| 1109 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1110 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, .class)" |
| 1111 | PASS document.querySelector(":is(a > b, :first-child)") did not throw exception. |
| 1112 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1113 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :first-child)" |
| 1114 | PASS document.querySelector(":is(a > b, :first-child )") did not throw exception. |
| 1115 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1116 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :first-child)" |
| 1117 | PASS document.querySelector(":is(a > b, :last-child)") did not throw exception. |
| 1118 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1119 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :last-child)" |
| 1120 | PASS document.querySelector(":is(a > b, :last-child )") did not throw exception. |
| 1121 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1122 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :last-child)" |
| 1123 | PASS document.querySelector(":is(a > b, :visited)") did not throw exception. |
| 1124 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1125 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :visited)" |
| 1126 | PASS document.querySelector(":is(a > b, :visited )") did not throw exception. |
| 1127 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1128 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1129 | PASS document.querySelector(":is(a > b, foobar#id.class)") did not throw exception. |
| 1130 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1131 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, foobar#id.class)" |
| 1132 | PASS document.querySelector(":is(a > b, foobar#id.class )") did not throw exception. |
| 1133 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1134 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, foobar#id.class)" |
| 1135 | PASS document.querySelector(":is(a > b, .class:not(.notclass))") did not throw exception. |
| 1136 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1137 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, .class:not(.notclass))" |
| 1138 | PASS document.querySelector(":is(a > b, .class:not(.notclass) )") did not throw exception. |
| 1139 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1140 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, .class:not(.notclass))" |
| 1141 | PASS document.querySelector(":is(a > b, #id:empty)") did not throw exception. |
| 1142 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1143 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, #id:empty)" |
| 1144 | PASS document.querySelector(":is(a > b, #id:empty )") did not throw exception. |
| 1145 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1146 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, #id:empty)" |
| 1147 | PASS document.querySelector(":is(a > b, a > b)") did not throw exception. |
| 1148 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1149 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a > b)" |
| 1150 | PASS document.querySelector(":is(a > b, a > b )") did not throw exception. |
| 1151 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1152 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a > b)" |
| 1153 | PASS document.querySelector(":is(a > b, a b)") did not throw exception. |
| 1154 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1155 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a b)" |
| 1156 | PASS document.querySelector(":is(a > b, a b )") did not throw exception. |
| 1157 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1158 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a b)" |
| 1159 | PASS document.querySelector(":is(a > b, a + b)") did not throw exception. |
| 1160 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1161 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a + b)" |
| 1162 | PASS document.querySelector(":is(a > b, a + b )") did not throw exception. |
| 1163 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1164 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a + b)" |
| 1165 | PASS document.querySelector(":is(a > b, a ~ b)") did not throw exception. |
| 1166 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1167 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a ~ b)" |
| 1168 | PASS document.querySelector(":is(a > b, a ~ b )") did not throw exception. |
| 1169 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1170 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a ~ b)" |
| 1171 | PASS document.querySelector(":is(a > b, a + b > c ~ d e + g)") did not throw exception. |
| 1172 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1173 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a + b > c ~ d e + g)" |
| 1174 | PASS document.querySelector(":is(a > b, a + b > c ~ d e + g )") did not throw exception. |
| 1175 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1176 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, a + b > c ~ d e + g)" |
| 1177 | PASS document.querySelector(":is(a > b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1178 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1179 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1180 | PASS document.querySelector(":is(a > b, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1181 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1182 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1183 | PASS document.querySelector(":is(a > b, :not(:link))") did not throw exception. |
| 1184 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1185 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :not(:link))" |
| 1186 | PASS document.querySelector(":is(a > b, :not(:link) )") did not throw exception. |
| 1187 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1188 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :not(:link))" |
| 1189 | PASS document.querySelector(":is(a > b, :nth-child(2n of a, b, c))") did not throw exception. |
| 1190 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1191 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :nth-child(2n of a, b, c))" |
| 1192 | PASS document.querySelector(":is(a > b, :nth-child(2n of a, b, c) )") did not throw exception. |
| 1193 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1194 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a > b, :nth-child(2n of a, b, c))" |
| 1195 | PASS document.querySelector(":is(a b, *)") did not throw exception. |
| 1196 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1197 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, *)" |
| 1198 | PASS document.querySelector(":is(a b, * )") did not throw exception. |
| 1199 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1200 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, *)" |
| 1201 | PASS document.querySelector(":is(a b, foobar)") did not throw exception. |
| 1202 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1203 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, foobar)" |
| 1204 | PASS document.querySelector(":is(a b, foobar )") did not throw exception. |
| 1205 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1206 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, foobar)" |
| 1207 | PASS document.querySelector(":is(a b, #id)") did not throw exception. |
| 1208 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1209 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, #id)" |
| 1210 | PASS document.querySelector(":is(a b, #id )") did not throw exception. |
| 1211 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1212 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, #id)" |
| 1213 | PASS document.querySelector(":is(a b, .class)") did not throw exception. |
| 1214 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1215 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, .class)" |
| 1216 | PASS document.querySelector(":is(a b, .class )") did not throw exception. |
| 1217 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1218 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, .class)" |
| 1219 | PASS document.querySelector(":is(a b, :first-child)") did not throw exception. |
| 1220 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1221 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :first-child)" |
| 1222 | PASS document.querySelector(":is(a b, :first-child )") did not throw exception. |
| 1223 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1224 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :first-child)" |
| 1225 | PASS document.querySelector(":is(a b, :last-child)") did not throw exception. |
| 1226 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1227 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :last-child)" |
| 1228 | PASS document.querySelector(":is(a b, :last-child )") did not throw exception. |
| 1229 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1230 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :last-child)" |
| 1231 | PASS document.querySelector(":is(a b, :visited)") did not throw exception. |
| 1232 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1233 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :visited)" |
| 1234 | PASS document.querySelector(":is(a b, :visited )") did not throw exception. |
| 1235 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1236 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1237 | PASS document.querySelector(":is(a b, foobar#id.class)") did not throw exception. |
| 1238 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1239 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, foobar#id.class)" |
| 1240 | PASS document.querySelector(":is(a b, foobar#id.class )") did not throw exception. |
| 1241 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1242 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, foobar#id.class)" |
| 1243 | PASS document.querySelector(":is(a b, .class:not(.notclass))") did not throw exception. |
| 1244 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1245 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, .class:not(.notclass))" |
| 1246 | PASS document.querySelector(":is(a b, .class:not(.notclass) )") did not throw exception. |
| 1247 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1248 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, .class:not(.notclass))" |
| 1249 | PASS document.querySelector(":is(a b, #id:empty)") did not throw exception. |
| 1250 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1251 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, #id:empty)" |
| 1252 | PASS document.querySelector(":is(a b, #id:empty )") did not throw exception. |
| 1253 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1254 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, #id:empty)" |
| 1255 | PASS document.querySelector(":is(a b, a > b)") did not throw exception. |
| 1256 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1257 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a > b)" |
| 1258 | PASS document.querySelector(":is(a b, a > b )") did not throw exception. |
| 1259 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1260 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a > b)" |
| 1261 | PASS document.querySelector(":is(a b, a b)") did not throw exception. |
| 1262 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1263 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a b)" |
| 1264 | PASS document.querySelector(":is(a b, a b )") did not throw exception. |
| 1265 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1266 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a b)" |
| 1267 | PASS document.querySelector(":is(a b, a + b)") did not throw exception. |
| 1268 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1269 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a + b)" |
| 1270 | PASS document.querySelector(":is(a b, a + b )") did not throw exception. |
| 1271 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1272 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a + b)" |
| 1273 | PASS document.querySelector(":is(a b, a ~ b)") did not throw exception. |
| 1274 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1275 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a ~ b)" |
| 1276 | PASS document.querySelector(":is(a b, a ~ b )") did not throw exception. |
| 1277 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1278 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a ~ b)" |
| 1279 | PASS document.querySelector(":is(a b, a + b > c ~ d e + g)") did not throw exception. |
| 1280 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1281 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a + b > c ~ d e + g)" |
| 1282 | PASS document.querySelector(":is(a b, a + b > c ~ d e + g )") did not throw exception. |
| 1283 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1284 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, a + b > c ~ d e + g)" |
| 1285 | PASS document.querySelector(":is(a b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1286 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1287 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1288 | PASS document.querySelector(":is(a b, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1289 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1290 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1291 | PASS document.querySelector(":is(a b, :not(:link))") did not throw exception. |
| 1292 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1293 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :not(:link))" |
| 1294 | PASS document.querySelector(":is(a b, :not(:link) )") did not throw exception. |
| 1295 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1296 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :not(:link))" |
| 1297 | PASS document.querySelector(":is(a b, :nth-child(2n of a, b, c))") did not throw exception. |
| 1298 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1299 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :nth-child(2n of a, b, c))" |
| 1300 | PASS document.querySelector(":is(a b, :nth-child(2n of a, b, c) )") did not throw exception. |
| 1301 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1302 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a b, :nth-child(2n of a, b, c))" |
| 1303 | PASS document.querySelector(":is(a + b, *)") did not throw exception. |
| 1304 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1305 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, *)" |
| 1306 | PASS document.querySelector(":is(a + b, * )") did not throw exception. |
| 1307 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1308 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, *)" |
| 1309 | PASS document.querySelector(":is(a + b, foobar)") did not throw exception. |
| 1310 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1311 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, foobar)" |
| 1312 | PASS document.querySelector(":is(a + b, foobar )") did not throw exception. |
| 1313 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1314 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, foobar)" |
| 1315 | PASS document.querySelector(":is(a + b, #id)") did not throw exception. |
| 1316 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1317 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, #id)" |
| 1318 | PASS document.querySelector(":is(a + b, #id )") did not throw exception. |
| 1319 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1320 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, #id)" |
| 1321 | PASS document.querySelector(":is(a + b, .class)") did not throw exception. |
| 1322 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1323 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, .class)" |
| 1324 | PASS document.querySelector(":is(a + b, .class )") did not throw exception. |
| 1325 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1326 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, .class)" |
| 1327 | PASS document.querySelector(":is(a + b, :first-child)") did not throw exception. |
| 1328 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1329 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :first-child)" |
| 1330 | PASS document.querySelector(":is(a + b, :first-child )") did not throw exception. |
| 1331 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1332 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :first-child)" |
| 1333 | PASS document.querySelector(":is(a + b, :last-child)") did not throw exception. |
| 1334 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1335 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :last-child)" |
| 1336 | PASS document.querySelector(":is(a + b, :last-child )") did not throw exception. |
| 1337 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1338 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :last-child)" |
| 1339 | PASS document.querySelector(":is(a + b, :visited)") did not throw exception. |
| 1340 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1341 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :visited)" |
| 1342 | PASS document.querySelector(":is(a + b, :visited )") did not throw exception. |
| 1343 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1344 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1345 | PASS document.querySelector(":is(a + b, foobar#id.class)") did not throw exception. |
| 1346 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1347 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, foobar#id.class)" |
| 1348 | PASS document.querySelector(":is(a + b, foobar#id.class )") did not throw exception. |
| 1349 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1350 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, foobar#id.class)" |
| 1351 | PASS document.querySelector(":is(a + b, .class:not(.notclass))") did not throw exception. |
| 1352 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1353 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, .class:not(.notclass))" |
| 1354 | PASS document.querySelector(":is(a + b, .class:not(.notclass) )") did not throw exception. |
| 1355 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1356 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, .class:not(.notclass))" |
| 1357 | PASS document.querySelector(":is(a + b, #id:empty)") did not throw exception. |
| 1358 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1359 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, #id:empty)" |
| 1360 | PASS document.querySelector(":is(a + b, #id:empty )") did not throw exception. |
| 1361 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1362 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, #id:empty)" |
| 1363 | PASS document.querySelector(":is(a + b, a > b)") did not throw exception. |
| 1364 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1365 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a > b)" |
| 1366 | PASS document.querySelector(":is(a + b, a > b )") did not throw exception. |
| 1367 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1368 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a > b)" |
| 1369 | PASS document.querySelector(":is(a + b, a b)") did not throw exception. |
| 1370 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1371 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a b)" |
| 1372 | PASS document.querySelector(":is(a + b, a b )") did not throw exception. |
| 1373 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1374 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a b)" |
| 1375 | PASS document.querySelector(":is(a + b, a + b)") did not throw exception. |
| 1376 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1377 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a + b)" |
| 1378 | PASS document.querySelector(":is(a + b, a + b )") did not throw exception. |
| 1379 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1380 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a + b)" |
| 1381 | PASS document.querySelector(":is(a + b, a ~ b)") did not throw exception. |
| 1382 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1383 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a ~ b)" |
| 1384 | PASS document.querySelector(":is(a + b, a ~ b )") did not throw exception. |
| 1385 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1386 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a ~ b)" |
| 1387 | PASS document.querySelector(":is(a + b, a + b > c ~ d e + g)") did not throw exception. |
| 1388 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1389 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a + b > c ~ d e + g)" |
| 1390 | PASS document.querySelector(":is(a + b, a + b > c ~ d e + g )") did not throw exception. |
| 1391 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1392 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, a + b > c ~ d e + g)" |
| 1393 | PASS document.querySelector(":is(a + b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1394 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1395 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1396 | PASS document.querySelector(":is(a + b, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1397 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1398 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1399 | PASS document.querySelector(":is(a + b, :not(:link))") did not throw exception. |
| 1400 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1401 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :not(:link))" |
| 1402 | PASS document.querySelector(":is(a + b, :not(:link) )") did not throw exception. |
| 1403 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1404 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :not(:link))" |
| 1405 | PASS document.querySelector(":is(a + b, :nth-child(2n of a, b, c))") did not throw exception. |
| 1406 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1407 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :nth-child(2n of a, b, c))" |
| 1408 | PASS document.querySelector(":is(a + b, :nth-child(2n of a, b, c) )") did not throw exception. |
| 1409 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1410 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b, :nth-child(2n of a, b, c))" |
| 1411 | PASS document.querySelector(":is(a ~ b, *)") did not throw exception. |
| 1412 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1413 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, *)" |
| 1414 | PASS document.querySelector(":is(a ~ b, * )") did not throw exception. |
| 1415 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1416 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, *)" |
| 1417 | PASS document.querySelector(":is(a ~ b, foobar)") did not throw exception. |
| 1418 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1419 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, foobar)" |
| 1420 | PASS document.querySelector(":is(a ~ b, foobar )") did not throw exception. |
| 1421 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1422 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, foobar)" |
| 1423 | PASS document.querySelector(":is(a ~ b, #id)") did not throw exception. |
| 1424 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1425 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, #id)" |
| 1426 | PASS document.querySelector(":is(a ~ b, #id )") did not throw exception. |
| 1427 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1428 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, #id)" |
| 1429 | PASS document.querySelector(":is(a ~ b, .class)") did not throw exception. |
| 1430 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1431 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, .class)" |
| 1432 | PASS document.querySelector(":is(a ~ b, .class )") did not throw exception. |
| 1433 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1434 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, .class)" |
| 1435 | PASS document.querySelector(":is(a ~ b, :first-child)") did not throw exception. |
| 1436 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1437 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :first-child)" |
| 1438 | PASS document.querySelector(":is(a ~ b, :first-child )") did not throw exception. |
| 1439 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1440 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :first-child)" |
| 1441 | PASS document.querySelector(":is(a ~ b, :last-child)") did not throw exception. |
| 1442 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1443 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :last-child)" |
| 1444 | PASS document.querySelector(":is(a ~ b, :last-child )") did not throw exception. |
| 1445 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1446 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :last-child)" |
| 1447 | PASS document.querySelector(":is(a ~ b, :visited)") did not throw exception. |
| 1448 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1449 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :visited)" |
| 1450 | PASS document.querySelector(":is(a ~ b, :visited )") did not throw exception. |
| 1451 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1452 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1453 | PASS document.querySelector(":is(a ~ b, foobar#id.class)") did not throw exception. |
| 1454 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1455 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, foobar#id.class)" |
| 1456 | PASS document.querySelector(":is(a ~ b, foobar#id.class )") did not throw exception. |
| 1457 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1458 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, foobar#id.class)" |
| 1459 | PASS document.querySelector(":is(a ~ b, .class:not(.notclass))") did not throw exception. |
| 1460 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1461 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, .class:not(.notclass))" |
| 1462 | PASS document.querySelector(":is(a ~ b, .class:not(.notclass) )") did not throw exception. |
| 1463 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1464 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, .class:not(.notclass))" |
| 1465 | PASS document.querySelector(":is(a ~ b, #id:empty)") did not throw exception. |
| 1466 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1467 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, #id:empty)" |
| 1468 | PASS document.querySelector(":is(a ~ b, #id:empty )") did not throw exception. |
| 1469 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1470 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, #id:empty)" |
| 1471 | PASS document.querySelector(":is(a ~ b, a > b)") did not throw exception. |
| 1472 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1473 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a > b)" |
| 1474 | PASS document.querySelector(":is(a ~ b, a > b )") did not throw exception. |
| 1475 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1476 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a > b)" |
| 1477 | PASS document.querySelector(":is(a ~ b, a b)") did not throw exception. |
| 1478 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1479 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a b)" |
| 1480 | PASS document.querySelector(":is(a ~ b, a b )") did not throw exception. |
| 1481 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1482 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a b)" |
| 1483 | PASS document.querySelector(":is(a ~ b, a + b)") did not throw exception. |
| 1484 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1485 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a + b)" |
| 1486 | PASS document.querySelector(":is(a ~ b, a + b )") did not throw exception. |
| 1487 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1488 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a + b)" |
| 1489 | PASS document.querySelector(":is(a ~ b, a ~ b)") did not throw exception. |
| 1490 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1491 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a ~ b)" |
| 1492 | PASS document.querySelector(":is(a ~ b, a ~ b )") did not throw exception. |
| 1493 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1494 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a ~ b)" |
| 1495 | PASS document.querySelector(":is(a ~ b, a + b > c ~ d e + g)") did not throw exception. |
| 1496 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1497 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a + b > c ~ d e + g)" |
| 1498 | PASS document.querySelector(":is(a ~ b, a + b > c ~ d e + g )") did not throw exception. |
| 1499 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1500 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, a + b > c ~ d e + g)" |
| 1501 | PASS document.querySelector(":is(a ~ b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1502 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1503 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1504 | PASS document.querySelector(":is(a ~ b, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1505 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1506 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1507 | PASS document.querySelector(":is(a ~ b, :not(:link))") did not throw exception. |
| 1508 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1509 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :not(:link))" |
| 1510 | PASS document.querySelector(":is(a ~ b, :not(:link) )") did not throw exception. |
| 1511 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1512 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :not(:link))" |
| 1513 | PASS document.querySelector(":is(a ~ b, :nth-child(2n of a, b, c))") did not throw exception. |
| 1514 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1515 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :nth-child(2n of a, b, c))" |
| 1516 | PASS document.querySelector(":is(a ~ b, :nth-child(2n of a, b, c) )") did not throw exception. |
| 1517 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1518 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a ~ b, :nth-child(2n of a, b, c))" |
| 1519 | PASS document.querySelector(":is(a + b > c ~ d e + g, *)") did not throw exception. |
| 1520 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1521 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, *)" |
| 1522 | PASS document.querySelector(":is(a + b > c ~ d e + g, * )") did not throw exception. |
| 1523 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1524 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, *)" |
| 1525 | PASS document.querySelector(":is(a + b > c ~ d e + g, foobar)") did not throw exception. |
| 1526 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1527 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, foobar)" |
| 1528 | PASS document.querySelector(":is(a + b > c ~ d e + g, foobar )") did not throw exception. |
| 1529 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1530 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, foobar)" |
| 1531 | PASS document.querySelector(":is(a + b > c ~ d e + g, #id)") did not throw exception. |
| 1532 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1533 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, #id)" |
| 1534 | PASS document.querySelector(":is(a + b > c ~ d e + g, #id )") did not throw exception. |
| 1535 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1536 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, #id)" |
| 1537 | PASS document.querySelector(":is(a + b > c ~ d e + g, .class)") did not throw exception. |
| 1538 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1539 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, .class)" |
| 1540 | PASS document.querySelector(":is(a + b > c ~ d e + g, .class )") did not throw exception. |
| 1541 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1542 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, .class)" |
| 1543 | PASS document.querySelector(":is(a + b > c ~ d e + g, :first-child)") did not throw exception. |
| 1544 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1545 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :first-child)" |
| 1546 | PASS document.querySelector(":is(a + b > c ~ d e + g, :first-child )") did not throw exception. |
| 1547 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1548 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :first-child)" |
| 1549 | PASS document.querySelector(":is(a + b > c ~ d e + g, :last-child)") did not throw exception. |
| 1550 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1551 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :last-child)" |
| 1552 | PASS document.querySelector(":is(a + b > c ~ d e + g, :last-child )") did not throw exception. |
| 1553 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1554 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :last-child)" |
| 1555 | PASS document.querySelector(":is(a + b > c ~ d e + g, :visited)") did not throw exception. |
| 1556 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1557 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :visited)" |
| 1558 | PASS document.querySelector(":is(a + b > c ~ d e + g, :visited )") did not throw exception. |
| 1559 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1560 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1561 | PASS document.querySelector(":is(a + b > c ~ d e + g, foobar#id.class)") did not throw exception. |
| 1562 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1563 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, foobar#id.class)" |
| 1564 | PASS document.querySelector(":is(a + b > c ~ d e + g, foobar#id.class )") did not throw exception. |
| 1565 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1566 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, foobar#id.class)" |
| 1567 | PASS document.querySelector(":is(a + b > c ~ d e + g, .class:not(.notclass))") did not throw exception. |
| 1568 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1569 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, .class:not(.notclass))" |
| 1570 | PASS document.querySelector(":is(a + b > c ~ d e + g, .class:not(.notclass) )") did not throw exception. |
| 1571 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1572 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, .class:not(.notclass))" |
| 1573 | PASS document.querySelector(":is(a + b > c ~ d e + g, #id:empty)") did not throw exception. |
| 1574 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1575 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, #id:empty)" |
| 1576 | PASS document.querySelector(":is(a + b > c ~ d e + g, #id:empty )") did not throw exception. |
| 1577 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1578 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, #id:empty)" |
| 1579 | PASS document.querySelector(":is(a + b > c ~ d e + g, a > b)") did not throw exception. |
| 1580 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1581 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a > b)" |
| 1582 | PASS document.querySelector(":is(a + b > c ~ d e + g, a > b )") did not throw exception. |
| 1583 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1584 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a > b)" |
| 1585 | PASS document.querySelector(":is(a + b > c ~ d e + g, a b)") did not throw exception. |
| 1586 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1587 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a b)" |
| 1588 | PASS document.querySelector(":is(a + b > c ~ d e + g, a b )") did not throw exception. |
| 1589 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1590 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a b)" |
| 1591 | PASS document.querySelector(":is(a + b > c ~ d e + g, a + b)") did not throw exception. |
| 1592 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1593 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a + b)" |
| 1594 | PASS document.querySelector(":is(a + b > c ~ d e + g, a + b )") did not throw exception. |
| 1595 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1596 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a + b)" |
| 1597 | PASS document.querySelector(":is(a + b > c ~ d e + g, a ~ b)") did not throw exception. |
| 1598 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1599 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a ~ b)" |
| 1600 | PASS document.querySelector(":is(a + b > c ~ d e + g, a ~ b )") did not throw exception. |
| 1601 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1602 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a ~ b)" |
| 1603 | PASS document.querySelector(":is(a + b > c ~ d e + g, a + b > c ~ d e + g)") did not throw exception. |
| 1604 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1605 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a + b > c ~ d e + g)" |
| 1606 | PASS document.querySelector(":is(a + b > c ~ d e + g, a + b > c ~ d e + g )") did not throw exception. |
| 1607 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1608 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, a + b > c ~ d e + g)" |
| 1609 | PASS document.querySelector(":is(a + b > c ~ d e + g, :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1610 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1611 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1612 | PASS document.querySelector(":is(a + b > c ~ d e + g, :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1613 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1614 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1615 | PASS document.querySelector(":is(a + b > c ~ d e + g, :not(:link))") did not throw exception. |
| 1616 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1617 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :not(:link))" |
| 1618 | PASS document.querySelector(":is(a + b > c ~ d e + g, :not(:link) )") did not throw exception. |
| 1619 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1620 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :not(:link))" |
| 1621 | PASS document.querySelector(":is(a + b > c ~ d e + g, :nth-child(2n of a, b, c))") did not throw exception. |
| 1622 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1623 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :nth-child(2n of a, b, c))" |
| 1624 | PASS document.querySelector(":is(a + b > c ~ d e + g, :nth-child(2n of a, b, c) )") did not throw exception. |
| 1625 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1626 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(a + b > c ~ d e + g, :nth-child(2n of a, b, c))" |
| 1627 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), *)") did not throw exception. |
| 1628 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1629 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), *)" |
| 1630 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), * )") did not throw exception. |
| 1631 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1632 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), *)" |
| 1633 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), foobar)") did not throw exception. |
| 1634 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1635 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), foobar)" |
| 1636 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), foobar )") did not throw exception. |
| 1637 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1638 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), foobar)" |
| 1639 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), #id)") did not throw exception. |
| 1640 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1641 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), #id)" |
| 1642 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), #id )") did not throw exception. |
| 1643 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1644 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), #id)" |
| 1645 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), .class)") did not throw exception. |
| 1646 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1647 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), .class)" |
| 1648 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), .class )") did not throw exception. |
| 1649 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1650 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), .class)" |
| 1651 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :first-child)") did not throw exception. |
| 1652 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1653 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :first-child)" |
| 1654 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :first-child )") did not throw exception. |
| 1655 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1656 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :first-child)" |
| 1657 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :last-child)") did not throw exception. |
| 1658 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1659 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :last-child)" |
| 1660 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :last-child )") did not throw exception. |
| 1661 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1662 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :last-child)" |
| 1663 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :visited)") did not throw exception. |
| 1664 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1665 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :visited)" |
| 1666 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :visited )") did not throw exception. |
| 1667 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1668 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1669 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), foobar#id.class)") did not throw exception. |
| 1670 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1671 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), foobar#id.class)" |
| 1672 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), foobar#id.class )") did not throw exception. |
| 1673 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1674 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), foobar#id.class)" |
| 1675 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), .class:not(.notclass))") did not throw exception. |
| 1676 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1677 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), .class:not(.notclass))" |
| 1678 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), .class:not(.notclass) )") did not throw exception. |
| 1679 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1680 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), .class:not(.notclass))" |
| 1681 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), #id:empty)") did not throw exception. |
| 1682 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1683 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), #id:empty)" |
| 1684 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), #id:empty )") did not throw exception. |
| 1685 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1686 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), #id:empty)" |
| 1687 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a > b)") did not throw exception. |
| 1688 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1689 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a > b)" |
| 1690 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a > b )") did not throw exception. |
| 1691 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1692 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a > b)" |
| 1693 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a b)") did not throw exception. |
| 1694 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1695 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a b)" |
| 1696 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a b )") did not throw exception. |
| 1697 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1698 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a b)" |
| 1699 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a + b)") did not throw exception. |
| 1700 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1701 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a + b)" |
| 1702 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a + b )") did not throw exception. |
| 1703 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1704 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a + b)" |
| 1705 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a ~ b)") did not throw exception. |
| 1706 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1707 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a ~ b)" |
| 1708 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a ~ b )") did not throw exception. |
| 1709 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1710 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a ~ b)" |
| 1711 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a + b > c ~ d e + g)") did not throw exception. |
| 1712 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1713 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a + b > c ~ d e + g)" |
| 1714 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a + b > c ~ d e + g )") did not throw exception. |
| 1715 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1716 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), a + b > c ~ d e + g)" |
| 1717 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1718 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1719 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1720 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1721 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1722 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1723 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :not(:link))") did not throw exception. |
| 1724 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1725 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :not(:link))" |
| 1726 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :not(:link) )") did not throw exception. |
| 1727 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1728 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :not(:link))" |
| 1729 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :nth-child(2n of a, b, c))") did not throw exception. |
| 1730 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1731 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :nth-child(2n of a, b, c))" |
| 1732 | PASS document.querySelector(":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :nth-child(2n of a, b, c) )") did not throw exception. |
| 1733 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1734 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:-webkit-any(.selector, #tama, #hanayo, #midoriko), :nth-child(2n of a, b, c))" |
| 1735 | PASS document.querySelector(":is(:not(:link), *)") did not throw exception. |
| 1736 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1737 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), *)" |
| 1738 | PASS document.querySelector(":is(:not(:link), * )") did not throw exception. |
| 1739 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1740 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), *)" |
| 1741 | PASS document.querySelector(":is(:not(:link), foobar)") did not throw exception. |
| 1742 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1743 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), foobar)" |
| 1744 | PASS document.querySelector(":is(:not(:link), foobar )") did not throw exception. |
| 1745 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1746 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), foobar)" |
| 1747 | PASS document.querySelector(":is(:not(:link), #id)") did not throw exception. |
| 1748 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1749 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), #id)" |
| 1750 | PASS document.querySelector(":is(:not(:link), #id )") did not throw exception. |
| 1751 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1752 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), #id)" |
| 1753 | PASS document.querySelector(":is(:not(:link), .class)") did not throw exception. |
| 1754 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1755 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), .class)" |
| 1756 | PASS document.querySelector(":is(:not(:link), .class )") did not throw exception. |
| 1757 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1758 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), .class)" |
| 1759 | PASS document.querySelector(":is(:not(:link), :first-child)") did not throw exception. |
| 1760 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1761 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :first-child)" |
| 1762 | PASS document.querySelector(":is(:not(:link), :first-child )") did not throw exception. |
| 1763 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1764 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :first-child)" |
| 1765 | PASS document.querySelector(":is(:not(:link), :last-child)") did not throw exception. |
| 1766 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1767 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :last-child)" |
| 1768 | PASS document.querySelector(":is(:not(:link), :last-child )") did not throw exception. |
| 1769 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1770 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :last-child)" |
| 1771 | PASS document.querySelector(":is(:not(:link), :visited)") did not throw exception. |
| 1772 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1773 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :visited)" |
| 1774 | PASS document.querySelector(":is(:not(:link), :visited )") did not throw exception. |
| 1775 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1776 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1777 | PASS document.querySelector(":is(:not(:link), foobar#id.class)") did not throw exception. |
| 1778 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1779 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), foobar#id.class)" |
| 1780 | PASS document.querySelector(":is(:not(:link), foobar#id.class )") did not throw exception. |
| 1781 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1782 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), foobar#id.class)" |
| 1783 | PASS document.querySelector(":is(:not(:link), .class:not(.notclass))") did not throw exception. |
| 1784 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1785 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), .class:not(.notclass))" |
| 1786 | PASS document.querySelector(":is(:not(:link), .class:not(.notclass) )") did not throw exception. |
| 1787 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1788 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), .class:not(.notclass))" |
| 1789 | PASS document.querySelector(":is(:not(:link), #id:empty)") did not throw exception. |
| 1790 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1791 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), #id:empty)" |
| 1792 | PASS document.querySelector(":is(:not(:link), #id:empty )") did not throw exception. |
| 1793 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1794 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), #id:empty)" |
| 1795 | PASS document.querySelector(":is(:not(:link), a > b)") did not throw exception. |
| 1796 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1797 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a > b)" |
| 1798 | PASS document.querySelector(":is(:not(:link), a > b )") did not throw exception. |
| 1799 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1800 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a > b)" |
| 1801 | PASS document.querySelector(":is(:not(:link), a b)") did not throw exception. |
| 1802 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1803 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a b)" |
| 1804 | PASS document.querySelector(":is(:not(:link), a b )") did not throw exception. |
| 1805 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1806 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a b)" |
| 1807 | PASS document.querySelector(":is(:not(:link), a + b)") did not throw exception. |
| 1808 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1809 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a + b)" |
| 1810 | PASS document.querySelector(":is(:not(:link), a + b )") did not throw exception. |
| 1811 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1812 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a + b)" |
| 1813 | PASS document.querySelector(":is(:not(:link), a ~ b)") did not throw exception. |
| 1814 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1815 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a ~ b)" |
| 1816 | PASS document.querySelector(":is(:not(:link), a ~ b )") did not throw exception. |
| 1817 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1818 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a ~ b)" |
| 1819 | PASS document.querySelector(":is(:not(:link), a + b > c ~ d e + g)") did not throw exception. |
| 1820 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1821 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a + b > c ~ d e + g)" |
| 1822 | PASS document.querySelector(":is(:not(:link), a + b > c ~ d e + g )") did not throw exception. |
| 1823 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1824 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), a + b > c ~ d e + g)" |
| 1825 | PASS document.querySelector(":is(:not(:link), :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1826 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1827 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1828 | PASS document.querySelector(":is(:not(:link), :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1829 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1830 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1831 | PASS document.querySelector(":is(:not(:link), :not(:link))") did not throw exception. |
| 1832 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1833 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :not(:link))" |
| 1834 | PASS document.querySelector(":is(:not(:link), :not(:link) )") did not throw exception. |
| 1835 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1836 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :not(:link))" |
| 1837 | PASS document.querySelector(":is(:not(:link), :nth-child(2n of a, b, c))") did not throw exception. |
| 1838 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1839 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :nth-child(2n of a, b, c))" |
| 1840 | PASS document.querySelector(":is(:not(:link), :nth-child(2n of a, b, c) )") did not throw exception. |
| 1841 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1842 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:not(:link), :nth-child(2n of a, b, c))" |
| 1843 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), *)") did not throw exception. |
| 1844 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1845 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), *)" |
| 1846 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), * )") did not throw exception. |
| 1847 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1848 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), *)" |
| 1849 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), foobar)") did not throw exception. |
| 1850 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1851 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), foobar)" |
| 1852 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), foobar )") did not throw exception. |
| 1853 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1854 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), foobar)" |
| 1855 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), #id)") did not throw exception. |
| 1856 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1857 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), #id)" |
| 1858 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), #id )") did not throw exception. |
| 1859 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1860 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), #id)" |
| 1861 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), .class)") did not throw exception. |
| 1862 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1863 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), .class)" |
| 1864 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), .class )") did not throw exception. |
| 1865 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1866 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), .class)" |
| 1867 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :first-child)") did not throw exception. |
| 1868 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1869 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :first-child)" |
| 1870 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :first-child )") did not throw exception. |
| 1871 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1872 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :first-child)" |
| 1873 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :last-child)") did not throw exception. |
| 1874 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1875 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :last-child)" |
| 1876 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :last-child )") did not throw exception. |
| 1877 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1878 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :last-child)" |
| 1879 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :visited)") did not throw exception. |
| 1880 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1881 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :visited)" |
| 1882 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :visited )") did not throw exception. |
| 1883 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1884 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :visited)" |
drousso@apple.com | 79fae60 | 2020-03-31 00:52:56 +0000 | [diff] [blame] | 1885 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), foobar#id.class)") did not throw exception. |
| 1886 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1887 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), foobar#id.class)" |
| 1888 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), foobar#id.class )") did not throw exception. |
| 1889 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1890 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), foobar#id.class)" |
| 1891 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), .class:not(.notclass))") did not throw exception. |
| 1892 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1893 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), .class:not(.notclass))" |
| 1894 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), .class:not(.notclass) )") did not throw exception. |
| 1895 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1896 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), .class:not(.notclass))" |
| 1897 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), #id:empty)") did not throw exception. |
| 1898 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1899 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), #id:empty)" |
| 1900 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), #id:empty )") did not throw exception. |
| 1901 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1902 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), #id:empty)" |
| 1903 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a > b)") did not throw exception. |
| 1904 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1905 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a > b)" |
| 1906 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a > b )") did not throw exception. |
| 1907 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1908 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a > b)" |
| 1909 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a b)") did not throw exception. |
| 1910 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1911 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a b)" |
| 1912 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a b )") did not throw exception. |
| 1913 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1914 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a b)" |
| 1915 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a + b)") did not throw exception. |
| 1916 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1917 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a + b)" |
| 1918 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a + b )") did not throw exception. |
| 1919 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1920 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a + b)" |
| 1921 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a ~ b)") did not throw exception. |
| 1922 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1923 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a ~ b)" |
| 1924 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a ~ b )") did not throw exception. |
| 1925 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1926 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a ~ b)" |
| 1927 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a + b > c ~ d e + g)") did not throw exception. |
| 1928 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1929 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a + b > c ~ d e + g)" |
| 1930 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), a + b > c ~ d e + g )") did not throw exception. |
| 1931 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1932 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), a + b > c ~ d e + g)" |
| 1933 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :-webkit-any(.selector, #tama, #hanayo, #midoriko))") did not throw exception. |
| 1934 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1935 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1936 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :-webkit-any(.selector, #tama, #hanayo, #midoriko) )") did not throw exception. |
| 1937 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1938 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :-webkit-any(.selector, #tama, #hanayo, #midoriko))" |
| 1939 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :not(:link))") did not throw exception. |
| 1940 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1941 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :not(:link))" |
| 1942 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :not(:link) )") did not throw exception. |
| 1943 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1944 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :not(:link))" |
| 1945 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :nth-child(2n of a, b, c))") did not throw exception. |
| 1946 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1947 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :nth-child(2n of a, b, c))" |
| 1948 | PASS document.querySelector(":is(:nth-child(2n of a, b, c), :nth-child(2n of a, b, c) )") did not throw exception. |
| 1949 | PASS document.getElementById('style-container').sheet.cssRules.length is 1 |
| 1950 | PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is ":is(:nth-child(2n of a, b, c), :nth-child(2n of a, b, c))" |
| 1951 | PASS successfullyParsed is true |
| 1952 | |
| 1953 | TEST COMPLETE |
| 1954 | |