custom-property-style-queries.html.ini (2135B)
1 [custom-property-style-queries.html] 2 [ style(--inner: true)] 3 expected: FAIL 4 5 [ style(--inner:true)] 6 expected: FAIL 7 8 [ style(--inner:true )] 9 expected: FAIL 10 11 [ style(--inner: true )] 12 expected: FAIL 13 14 [ style(--inner-no-space: true)] 15 expected: FAIL 16 17 [ style(--inner-no-space:true)] 18 expected: FAIL 19 20 [ style(--inner-no-space:true )] 21 expected: FAIL 22 23 [ style(--inner-no-space: true )] 24 expected: FAIL 25 26 [ style(--inner-space-after: true)] 27 expected: FAIL 28 29 [ style(--inner-space-after:true)] 30 expected: FAIL 31 32 [ style(--inner-space-after:true )] 33 expected: FAIL 34 35 [ style(--inner-space-after: true )] 36 expected: FAIL 37 38 [outer style(--outer: true)] 39 expected: FAIL 40 41 [outer style(--outer:true)] 42 expected: FAIL 43 44 [outer style(--outer:true )] 45 expected: FAIL 46 47 [outer style(--outer: true )] 48 expected: FAIL 49 50 [outer style(--outer-no-space: true)] 51 expected: FAIL 52 53 [outer style(--outer-no-space:true)] 54 expected: FAIL 55 56 [outer style(--outer-no-space:true )] 57 expected: FAIL 58 59 [outer style(--outer-no-space: true )] 60 expected: FAIL 61 62 [outer style(--outer-space-after: true)] 63 expected: FAIL 64 65 [outer style(--outer-space-after:true)] 66 expected: FAIL 67 68 [outer style(--outer-space-after:true )] 69 expected: FAIL 70 71 [outer style(--outer-space-after: true )] 72 expected: FAIL 73 74 [Query custom property with !important declaration] 75 expected: FAIL 76 77 [Query custom property using var()] 78 expected: FAIL 79 80 [Query custom property including unknown var() reference with matching fallback] 81 expected: FAIL 82 83 [Query custom property matching guaranteed-invalid values] 84 expected: FAIL 85 86 [Style query 'initial' matching] 87 expected: FAIL 88 89 [Style query 'initial' matching (with explicit 'initial' value)] 90 expected: FAIL 91 92 [Style query 'inherit' matching] 93 expected: FAIL 94 95 [Style query 'unset' matching] 96 expected: FAIL 97 98 [Match registered <length> custom property with px via initial keyword.] 99 expected: FAIL 100 101 [Match registered <length> custom property with initial value via initial keyword.] 102 expected: FAIL