animation-range-end-valid.html.ini (2488B)
1 [animation-range-end-valid.html] 2 [e.style['animation-range-end'\] = "cover 0%" should set the property value] 3 expected: FAIL 4 5 [e.style['animation-range-end'\] = "cover 100%" should set the property value] 6 expected: FAIL 7 8 [e.style['animation-range-end'\] = "cover 120%" should set the property value] 9 expected: FAIL 10 11 [e.style['animation-range-end'\] = "cover 42%" should set the property value] 12 expected: FAIL 13 14 [e.style['animation-range-end'\] = "cover -42%" should set the property value] 15 expected: FAIL 16 17 [e.style['animation-range-end'\] = "contain 42%" should set the property value] 18 expected: FAIL 19 20 [e.style['animation-range-end'\] = "exit 42%" should set the property value] 21 expected: FAIL 22 23 [e.style['animation-range-end'\] = "exit 1%, cover 2%, contain 100%" should set the property value] 24 expected: FAIL 25 26 [e.style['animation-range-end'\] = "contain calc(10px + 10%)" should set the property value] 27 expected: FAIL 28 29 [e.style['animation-range-end'\] = "exit calc(1em + 10px)" should set the property value] 30 expected: FAIL 31 32 [e.style['animation-range-end'\] = "exit-crossing 42%" should set the property value] 33 expected: FAIL 34 35 [e.style['animation-range-end'\] = "entry 42px" should set the property value] 36 expected: FAIL 37 38 [e.style['animation-range-end'\] = "entry-crossing 42px" should set the property value] 39 expected: FAIL 40 41 [e.style['animation-range-end'\] = "entry 1em" should set the property value] 42 expected: FAIL 43 44 [e.style['animation-range-end'\] = "entry 42%" should set the property value] 45 expected: FAIL 46 47 [e.style['animation-range-end'\] = "normal" should set the property value] 48 expected: FAIL 49 50 [e.style['animation-range-end'\] = "exit 1%, cover 2%, contain 0%" should set the property value] 51 expected: FAIL 52 53 [e.style['animation-range-end'\] = "cover" should set the property value] 54 expected: FAIL 55 56 [e.style['animation-range-end'\] = "contain" should set the property value] 57 expected: FAIL 58 59 [e.style['animation-range-end'\] = "entry" should set the property value] 60 expected: FAIL 61 62 [e.style['animation-range-end'\] = "exit" should set the property value] 63 expected: FAIL 64 65 [e.style['animation-range-end'\] = "0" should set the property value] 66 expected: FAIL 67 68 [e.style['animation-range-end'\] = "120%" should set the property value] 69 expected: FAIL 70 71 [e.style['animation-range-end'\] = "120px" should set the property value] 72 expected: FAIL