animation-computed.html.ini (2314B)
1 [animation-computed.html] 2 [Default animation value] 3 expected: 4 if (os == "mac") and not debug: [PASS, FAIL] 5 if (os == "android") and not debug: [PASS, FAIL] 6 7 [Property animation value '1s'] 8 expected: 9 if (os == "mac") and not debug: [PASS, FAIL] 10 if (os == "android") and not debug: [PASS, FAIL] 11 12 [Property animation value 'cubic-bezier(0, -2, 1, 3)'] 13 expected: 14 if (os == "mac") and not debug: [PASS, FAIL] 15 if (os == "android") and not debug: [PASS, FAIL] 16 17 [Property animation value 'ease-in-out'] 18 expected: 19 if (os == "mac") and not debug: [PASS, FAIL] 20 if (os == "android") and not debug: [PASS, FAIL] 21 22 [Property animation value '1s -3s'] 23 expected: 24 if (os == "mac") and not debug: [PASS, FAIL] 25 if (os == "android") and not debug: [PASS, FAIL] 26 27 [Property animation value '4'] 28 expected: 29 if (os == "mac") and not debug: [PASS, FAIL] 30 if (os == "android") and not debug: [PASS, FAIL] 31 32 [Property animation value 'reverse'] 33 expected: 34 if (os == "mac") and not debug: [PASS, FAIL] 35 if (os == "android") and not debug: [PASS, FAIL] 36 37 [Property animation value 'both'] 38 expected: 39 if (os == "mac") and not debug: [PASS, FAIL] 40 if (os == "android") and not debug: [PASS, FAIL] 41 42 [Property animation value 'paused'] 43 expected: 44 if (os == "mac") and not debug: [PASS, FAIL] 45 if (os == "android") and not debug: [PASS, FAIL] 46 47 [Property animation value 'none'] 48 expected: 49 if (os == "mac") and not debug: [PASS, FAIL] 50 if (os == "android") and not debug: [PASS, FAIL] 51 52 [Property animation value 'anim'] 53 expected: 54 if (os == "mac") and not debug: [PASS, FAIL] 55 if (os == "android") and not debug: [PASS, FAIL] 56 57 [Property animation value 'anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)'] 58 expected: 59 if (os == "mac") and not debug: [PASS, FAIL] 60 if (os == "android") and not debug: [PASS, FAIL] 61 62 [Property animation value 'none, none'] 63 expected: 64 if (os == "mac") and not debug: [PASS, FAIL] 65 if (os == "android") and not debug: [PASS, FAIL] 66 67 [Animation with a delay but no duration] 68 expected: 69 if (os == "mac") and not debug: [PASS, FAIL] 70 if (os == "android") and not debug: [PASS, FAIL]