random-serialize.tentative.html.ini (3932B)
1 [random-serialize.tentative.html] 2 [e.style['width'\] = "random(0px, 100px)" should set the property value] 3 expected: FAIL 4 5 [e.style['width'\] = "random(--foo, 0px, 100px)" should set the property value] 6 expected: FAIL 7 8 [e.style['width'\] = "random(100px, 0px)" should set the property value] 9 expected: FAIL 10 11 [e.style['width'\] = "random(-100px, -10px)" should set the property value] 12 expected: FAIL 13 14 [e.style['width'\] = "random(1em, 200rem)" should set the property value] 15 expected: FAIL 16 17 [e.style['width'\] = "random(10 * 100px, 200em / 2)" should set the property value] 18 expected: FAIL 19 20 [e.style['width'\] = "calc(2 * random(0px, 100px))" should set the property value] 21 expected: FAIL 22 23 [e.style['max-lines'\] = "random(25, 50)" should set the property value] 24 expected: FAIL 25 26 [e.style['scale'\] = "random(0.5, 2.5)" should set the property value] 27 expected: FAIL 28 29 [e.style['rotate'\] = "random(25deg, 1turn)" should set the property value] 30 expected: FAIL 31 32 [e.style['transition-delay'\] = "random(25ms, 50s)" should set the property value] 33 expected: FAIL 34 35 [e.style['width'\] = "random(0px, 100px, 50px)" should set the property value] 36 expected: FAIL 37 38 [e.style['width'\] = "random(auto, 0px, 100px)" should set the property value] 39 expected: FAIL 40 41 [e.style['width'\] = "random(--foo element-shared, 0px, 100px)" should set the property value] 42 expected: FAIL 43 44 [e.style['width'\] = "random(auto element-shared, 0px, 100px)" should set the property value] 45 expected: FAIL 46 47 [e.style['width'\] = "random(element-shared --foo, 0px, 100px)" should set the property value] 48 expected: FAIL 49 50 [e.style['width'\] = "random(element-shared auto, 0px, 100px)" should set the property value] 51 expected: FAIL 52 53 [e.style['width'\] = "random(fixed 0.5, 0px, 100px)" should set the property value] 54 expected: FAIL 55 56 [e.style['width'\] = "random(--foo, 0px, 100px, 50px)" should set the property value] 57 expected: FAIL 58 59 [e.style['width'\] = "random(auto, 0px, 100px, 50px)" should set the property value] 60 expected: FAIL 61 62 [e.style['width'\] = "random(--foo element-shared, 0px, 100px, 50px)" should set the property value] 63 expected: FAIL 64 65 [e.style['width'\] = "random(auto element-shared, 0px, 100px, 50px)" should set the property value] 66 expected: FAIL 67 68 [e.style['width'\] = "random(element-shared --foo, 0px, 100px, 50px)" should set the property value] 69 expected: FAIL 70 71 [e.style['width'\] = "random(element-shared auto, 0px, 100px, 50px)" should set the property value] 72 expected: FAIL 73 74 [e.style['width'\] = "random(fixed 0.5, 0px, 100px, 50px)" should set the property value] 75 expected: FAIL 76 77 [e.style['width'\] = "random(-100px, -10px, -5px)" should set the property value] 78 expected: FAIL 79 80 [e.style['width'\] = "random(fixed calc(2 / 4), 0px, 100px)" should set the property value] 81 expected: FAIL 82 83 [e.style['max-lines'\] = "random(25, 50, 5)" should set the property value] 84 expected: FAIL 85 86 [e.style['scale'\] = "random(0.5, 2.5, 0.1)" should set the property value] 87 expected: FAIL 88 89 [e.style['rotate'\] = "random(25deg, 1turn, 5deg)" should set the property value] 90 expected: FAIL 91 92 [e.style['transition-delay'\] = "random(25ms, 50s, 5s)" should set the property value] 93 expected: FAIL 94 95 [e.style['width'\] = "random(10px, 20%)" should set the property value] 96 expected: FAIL 97 98 [e.style['math-depth'\] = "add(random(0, 3))" should set the property value] 99 expected: FAIL 100 101 [e.style['color'\] = "rgb(random(0, 255) random(0, 255) random(0, 255))" should set the property value] 102 expected: FAIL 103 104 [e.style['color'\] = "rgb(from blue r g random(b, (150 + b)))" should set the property value] 105 expected: FAIL 106 107 [e.style['color'\] = "color-mix(in srgb, rgb(random(0, 255) 0 random(0, 255)), rgb(0 random(0, 255) 0))" should set the property value] 108 expected: FAIL