summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-values/urls/fragment-only.html.ini
blob: c33f6d6ce2ae54a20ed0b6395fd7f72171ec502e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[fragment-only.html]
  [empty URL: inline-unquoted]
    expected:
      if not debug and (os == "android"): [PASS, FAIL]
      if not debug and (os == "linux"): [PASS, FAIL]
      if not debug and (os == "mac"): [PASS, FAIL]

  [empty URL: inline-quoted]
    expected:
      if not debug and (os == "mac"): [PASS, FAIL]
      if not debug and (os == "android"): [PASS, FAIL]
      if not debug and (os == "linux"): [PASS, FAIL]

  [empty URL: external-unquoted]
    expected:
      if not debug and (os == "android"): [PASS, FAIL]
      if not debug and (os == "mac"): [PASS, FAIL]
      if not debug and (os == "linux"): [PASS, FAIL]

  [empty URL: external-quoted]
    expected:
      if not debug and (os == "android"): [PASS, FAIL]
      if not debug and (os == "mac"): [PASS, FAIL]
      if not debug and (os == "linux"): [PASS, FAIL]

  [empty URL: external-variable]
    expected:
      if not debug and (os == "linux"): [PASS, FAIL]
      if not debug and (os == "android"): [PASS, FAIL]
      if not debug and (os == "mac"): [PASS, FAIL]