blob: 0bde94017023e1c9314a80a7e422f0f8e2d27d31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[slotted-parsing.html]
["::slotted(*):is(:hover)" should be a valid selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
["::slotted(*):is(#id)" should be a valid selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
["::slotted(*):where(:hover)" should be a valid selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
["::slotted(*):where(#id)" should be a valid selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
["::slotted(*):where(::before)" should be a valid selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
|