summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-cascade/parsing/supports-import-parsing.html.ini
blob: 8b9e55c22f065464cdb38e0dbe3b916d8a8a90d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[supports-import-parsing.html]
  [@import url("nonexist.css") layer supports(); should be a valid supports() import rule]
    expected:
      if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
      if not debug and (os == "android"): [PASS, FAIL]
      if not debug and (os == "mac"): [PASS, FAIL]

  [@import url("nonexist.css") layer(A) supports((display: flex) or (foo: bar)); should be a valid supports() import rule]
    expected:
      if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
      if not debug and (os == "mac"): [PASS, FAIL]
      if not debug and (os == "android"): [PASS, FAIL]

  [@import url("nonexist.css") layer(A.B) supports((display: flex) and (foo: bar)); should be a valid supports() import rule]
    expected:
      if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL]
      if not debug and (os == "android"): [PASS, FAIL]
      if not debug and (os == "mac"): [PASS, FAIL]