calc-size-parsing.html.ini (4146B)
1 [calc-size-parsing.html] 2 [e.style['width'\] = "calc-size(auto, size)" should set the property value] 3 expected: FAIL 4 5 [e.style['min-width'\] = "calc-size(auto, size)" should set the property value] 6 expected: FAIL 7 8 [e.style['height'\] = "calc-size(auto, size)" should set the property value] 9 expected: FAIL 10 11 [e.style['min-height'\] = "calc-size(auto, size)" should set the property value] 12 expected: FAIL 13 14 [e.style['width'\] = "calc-size(max-content, size)" should set the property value] 15 expected: FAIL 16 17 [e.style['height'\] = "calc-size(max-content, size)" should set the property value] 18 expected: FAIL 19 20 [e.style['max-width'\] = "calc-size(max-content, size)" should set the property value] 21 expected: FAIL 22 23 [e.style['max-height'\] = "calc-size(max-content, size)" should set the property value] 24 expected: FAIL 25 26 [e.style['min-width'\] = "calc-size(max-content, size)" should set the property value] 27 expected: FAIL 28 29 [e.style['min-height'\] = "calc-size(max-content, size)" should set the property value] 30 expected: FAIL 31 32 [e.style['block-size'\] = "calc-size(max-content, size)" should set the property value] 33 expected: FAIL 34 35 [e.style['inline-size'\] = "calc-size(max-content, size)" should set the property value] 36 expected: FAIL 37 38 [e.style['max-block-size'\] = "calc-size(max-content, size)" should set the property value] 39 expected: FAIL 40 41 [e.style['max-inline-size'\] = "calc-size(max-content, size)" should set the property value] 42 expected: FAIL 43 44 [e.style['min-block-size'\] = "calc-size(max-content, size)" should set the property value] 45 expected: FAIL 46 47 [e.style['min-inline-size'\] = "calc-size(max-content, size)" should set the property value] 48 expected: FAIL 49 50 [e.style['width'\] = "calc-size(fit-content, size)" should set the property value] 51 expected: FAIL 52 53 [e.style['height'\] = "calc-size(min-content, size * 2)" should set the property value] 54 expected: FAIL 55 56 [e.style['max-width'\] = "calc-size(max-content, size / 2)" should set the property value] 57 expected: FAIL 58 59 [e.style['max-height'\] = "calc-size(fit-content, 30px + size / 2)" should set the property value] 60 expected: FAIL 61 62 [e.style['width'\] = "calc-size(fit-content, 50% + size / 2)" should set the property value] 63 expected: FAIL 64 65 [e.style['width'\] = "calc-size(any, 25em)" should set the property value] 66 expected: FAIL 67 68 [e.style['width'\] = "calc-size(any, 40%)" should set the property value] 69 expected: FAIL 70 71 [e.style['width'\] = "calc-size(any, 50px + 30%)" should set the property value] 72 expected: FAIL 73 74 [e.style['width'\] = "calc-size(10px, sign(size) * size)" should set the property value] 75 expected: FAIL 76 77 [e.style['width'\] = "calc-size(30px, 25em)" should set the property value] 78 expected: FAIL 79 80 [e.style['width'\] = "calc-size(calc-size(any, 30px), 25em)" should set the property value] 81 expected: FAIL 82 83 [e.style['width'\] = "calc-size(calc-size(2in, 30px), 25em)" should set the property value] 84 expected: FAIL 85 86 [e.style['width'\] = "calc-size(calc-size(min-content, 30px), 25em)" should set the property value] 87 expected: FAIL 88 89 [e.style['width'\] = "calc-size(calc-size(min-content, size), size)" should set the property value] 90 expected: FAIL 91 92 [e.style['flex-basis'\] = "calc-size(any, 50px)" should set the property value] 93 expected: FAIL 94 95 [e.style['flex-basis'\] = "calc-size(auto, size)" should set the property value] 96 expected: FAIL 97 98 [e.style['flex-basis'\] = "calc-size(content, size)" should set the property value] 99 expected: FAIL 100 101 [e.style['flex-basis'\] = "calc-size(max-content, size)" should set the property value] 102 expected: FAIL 103 104 [e.style['flex-basis'\] = "calc-size(fit-content, size)" should set the property value] 105 expected: FAIL 106 107 [e.style['flex-basis'\] = "calc-size(min-content, size)" should set the property value] 108 expected: FAIL 109 110 [e.style['width'\] = "calc-size(0px, 0px)" should set the property value] 111 expected: FAIL 112 113 [e.style['width'\] = "calc-size(calc-size(any, 30px), size)" should set the property value] 114 expected: FAIL