supports-import-parsing.html.ini (475B)
1 [supports-import-parsing.html] 2 [@import url("nonexist.css") layer(A) supports((display: flex) or (foo: bar)); should be a valid supports() import rule] 3 expected: 4 if not debug and (os == "win"): PASS 5 if debug: PASS 6 [PASS, FAIL] 7 8 [@import url("nonexist.css") layer(A.B) supports((display: flex) and (foo: bar)); should be a valid supports() import rule] 9 expected: 10 if not debug and (os == "win"): PASS 11 if debug: PASS 12 [PASS, FAIL]