animation-timeline-view-functional-notation.tentative.html.ini (2644B)
1 [animation-timeline-view-functional-notation.tentative.html] 2 expected: 3 if os == "mac": [OK, TIMEOUT] 4 if os == "linux": [OK, TIMEOUT] 5 [animation-timeline: view()] 6 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 7 expected: 8 if os == "mac": [FAIL, NOTRUN, TIMEOUT] 9 if os == "linux": [FAIL, TIMEOUT] 10 FAIL 11 12 [animation-timeline: view(50px)] 13 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 14 expected: 15 if os == "mac": [FAIL, NOTRUN, TIMEOUT] 16 if os == "linux": [FAIL, TIMEOUT, NOTRUN] 17 FAIL 18 19 [animation-timeline: view(auto 50px)] 20 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 21 expected: 22 if os == "mac": [FAIL, NOTRUN] 23 if os == "linux": [FAIL, TIMEOUT, NOTRUN] 24 FAIL 25 26 [animation-timeline: view(inline)] 27 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 28 expected: 29 if os == "mac": [FAIL, NOTRUN] 30 if os == "linux": [FAIL, TIMEOUT, NOTRUN] 31 FAIL 32 33 [animation-timeline: view(), view(inline)] 34 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 35 expected: 36 if os == "mac": [FAIL, NOTRUN] 37 if os == "linux": [FAIL, TIMEOUT, NOTRUN] 38 FAIL 39 40 [animation-timeline: view(inline) changes to view(inline 50px)] 41 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 42 expected: 43 if os == "mac": [FAIL, NOTRUN] 44 if os == "linux": [FAIL, TIMEOUT, NOTRUN] 45 FAIL 46 47 [animation-timeline: view(x)] 48 expected: 49 if os == "mac": [FAIL, NOTRUN, TIMEOUT] 50 if os == "linux": [FAIL, TIMEOUT, NOTRUN] 51 FAIL 52 53 [animation-timeline: view(y)] 54 expected: 55 if os == "mac": [FAIL, NOTRUN, TIMEOUT] 56 if os == "linux": [FAIL, TIMEOUT, NOTRUN] 57 FAIL 58 59 [animation-timeline: view(x 50px)] 60 expected: 61 if os == "mac": [FAIL, NOTRUN] 62 if os == "linux": [FAIL, TIMEOUT, NOTRUN] 63 FAIL 64 65 [animation-timeline: view(inline) changes to view(inline 50px), withouttimeline range name] 66 expected: 67 if os == "mac": [PASS, NOTRUN, TIMEOUT] 68 69 [animation-timeline: view(x) without timeline range name] 70 expected: 71 if os == "mac": [PASS, NOTRUN] 72 73 [animation-timeline: view(50px), view(inline 50px) without timeline range name] 74 expected: 75 if os == "mac": [PASS, NOTRUN] 76 77 [animation-timeline: view(inline) without timeline range name] 78 expected: 79 if os == "mac": [PASS, TIMEOUT] 80 81 [animation-timeline: view(x 50px) without timeline range name] 82 expected: 83 if os == "mac": [PASS, NOTRUN] 84 85 [animation-timeline: view(y) without timeline range name] 86 expected: 87 if os == "mac": [PASS, NOTRUN]