Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(843)

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt

Issue 2236193002: WIP: Implement CSS transitions on top of InterpolationTypes instead of AnimatableValues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_environmentStyle
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt
deleted file mode 100644
index 7024471f05860ef9c20e08c902e6299f98ab3b60..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt
+++ /dev/null
@@ -1,469 +0,0 @@
-This is a testharness.js-based test.
-PASS This test uses interpolation-test.js.
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (-0.6) is [4px, 36px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (-0.4) is [6px, 34px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (-0.2) is [8px, 32px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0) is [10px, 30px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0.2) is [12px, 28px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0.4) is [14px, 26px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0.6) is [16px, 24px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0.8) is [18px, 22px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (1) is [20px, 20px]
-PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (1.2) is [22px, 18px]
-FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at (-0.3) is [0px, 0px] assert_equals: expected "20px , 20px " but got "0px , 0px "
-FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at (0) is [none] assert_equals: expected "20px , 20px " but got "none "
-FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at (0.3) is [6px, 6px] assert_equals: expected "20px , 20px " but got "6px , 6px "
-FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at (0.5) is [10px, 10px] assert_equals: expected "20px , 20px " but got "10px , 10px "
-FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at (0.6) is [12px, 12px] assert_equals: expected "20px , 20px " but got "12px , 12px "
-PASS CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at (1) is [20px, 20px]
-FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at (1.5) is [30px, 30px] assert_equals: expected "20px , 20px " but got "30px , 30px "
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (-0.6) is [36px, 4px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (-0.4) is [34px, 6px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (-0.2) is [32px, 8px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (0) is [30px, 10px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (0.2) is [28px, 12px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (0.4) is [26px, 14px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (0.6) is [24px, 16px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (0.8) is [22px, 18px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (1) is [20px, 20px]
-PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at (1.2) is [18px, 22px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (-0.6) is [36px, 4px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (-0.4) is [34px, 6px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (-0.2) is [32px, 8px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0) is [30px, 10px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0.2) is [28px, 12px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0.4) is [26px, 14px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0.6) is [24px, 16px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0.8) is [22px, 18px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (1) is [20px, 20px]
-PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (1.2) is [18px, 22px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (-0.6) is [0px, 4px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (-0.4) is [1px, 6px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (-0.2) is [3px, 8px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0) is [5px, 10px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0.2) is [7px, 12px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0.4) is [9px, 14px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0.6) is [11px, 16px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0.8) is [13px, 18px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (1) is [15px, 20px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (1.2) is [17px, 22px]
-PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (-0.2) is [0px, 0px]
-PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0) is [0px, 0px]
-PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0.2) is [1px, 2px]
-PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0.4) is [2px, 4px]
-PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0.6) is [3px, 6px]
-PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0.8) is [4px, 8px]
-PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (1) is [5px, 10px]
-PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (1.2) is [6px, 12px]
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (-0.3) is [0px, 0px] assert_equals: expected "5px , 10px " but got "0px , 0px "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (0) is [none] assert_equals: expected "5px , 10px " but got "none "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (0.3) is [1.5px, 3px] assert_equals: expected "5px , 10px " but got "1.5px , 3px "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (0.5) is [2.5px, 5px] assert_equals: expected "5px , 10px " but got "2.5px , 5px "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (0.6) is [3px, 6px] assert_equals: expected "5px , 10px " but got "3px , 6px "
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (1) is [5px, 10px]
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (1.5) is [7.5px, 15px] assert_equals: expected "5px , 10px " but got "7.5px , 15px "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at (-0.3) is [0px, 0px] assert_equals: expected "80px , 160px " but got "0px , 0px "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at (0) is [none] assert_equals: expected "80px , 160px " but got "none "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at (0.3) is [24px, 48px] assert_equals: expected "80px , 160px " but got "24px , 48px "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at (0.5) is [40px, 80px] assert_equals: expected "80px , 160px " but got "40px , 80px "
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at (0.6) is [48px, 96px] assert_equals: expected "80px , 160px " but got "48px , 96px "
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at (1) is [80px, 160px]
-FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at (1.5) is [120px, 240px] assert_equals: expected "80px , 160px " but got "120px , 240px "
-FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (-0.3) is [6.5px, 13px] assert_equals: expected "none " but got "6.5px , 13px "
-FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (0) is [5px, 10px] assert_equals: expected "none " but got "5px , 10px "
-FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (0.3) is [3.5px, 7px] assert_equals: expected "none " but got "3.5px , 7px "
-FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (0.5) is [2.5px, 5px] assert_equals: expected "none " but got "2.5px , 5px "
-FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (0.6) is [2px, 4px] assert_equals: expected "none " but got "2px , 4px "
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (1) is [none]
-FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (1.5) is [0px, 0px] assert_equals: expected "none " but got "0px , 0px "
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (-0.3) is [none]
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (0) is [none]
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (0.3) is [none]
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (0.5) is [none]
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (0.6) is [none]
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (1) is [none]
-PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (1.5) is [none]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at (-0.2) is [3px, 8px, 1px, 9px, 2px, 7px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at (0) is [5px, 10px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.2) is [7px, 12px, 9px, 11px, 8px, 13px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.4) is [9px, 14px, 13px, 12px, 11px, 16px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.6) is [11px, 16px, 17px, 13px, 14px, 19px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.8) is [13px, 18px, 21px, 14px, 17px, 22px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at (1) is [15px, 20px, 25px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at (1.2) is [17px, 22px, 29px, 16px, 23px, 28px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (-0.2) is [1px, 6px, 11px, 16px, 0px, 2px, 13px, 18px, 0px, 4px, 9px, 14px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0) is [5px, 10px, 15px, 20px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.2) is [9px, 14px, 19px, 24px, 13px, 18px, 17px, 22px, 11px, 16px, 21px, 26px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.4) is [13px, 18px, 23px, 28px, 21px, 26px, 19px, 24px, 17px, 22px, 27px, 32px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.6) is [17px, 22px, 27px, 32px, 29px, 34px, 21px, 26px, 23px, 28px, 33px, 38px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.8) is [21px, 26px, 31px, 36px, 37px, 42px, 23px, 28px, 29px, 34px, 39px, 44px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1) is [25px, 30px, 35px, 40px, 45px, 50px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1.2) is [29px, 34px, 39px, 44px, 53px, 58px, 27px, 32px, 41px, 46px, 51px, 56px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (-0.2) is [2px, 7px, 12px, 0px, 8px, 13px, 0px, 5px, 14px, 1px, 6px, 11px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0) is [5px, 10px, 15px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.2) is [8px, 13px, 18px, 11px, 12px, 17px, 10px, 15px, 16px, 9px, 14px, 19px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.4) is [11px, 16px, 21px, 17px, 14px, 19px, 15px, 20px, 17px, 13px, 18px, 23px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.6) is [14px, 19px, 24px, 23px, 16px, 21px, 20px, 25px, 18px, 17px, 22px, 27px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.8) is [17px, 22px, 27px, 29px, 18px, 23px, 25px, 30px, 19px, 21px, 26px, 31px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1) is [20px, 25px, 30px, 35px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1.2) is [23px, 28px, 33px, 41px, 22px, 27px, 35px, 40px, 21px, 29px, 34px, 39px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (-0.2) is [2px, 7px, 12px, 0px, 4px, 14px, 1px, 6px, 11px, 0px, 8px, 13px, 0px, 5px, 10px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0) is [5px, 10px, 15px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.2) is [8px, 13px, 18px, 11px, 16px, 16px, 9px, 14px, 19px, 12px, 12px, 17px, 10px, 15px, 20px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.4) is [11px, 16px, 21px, 17px, 22px, 17px, 13px, 18px, 23px, 19px, 14px, 19px, 15px, 20px, 25px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.6) is [14px, 19px, 24px, 23px, 28px, 18px, 17px, 22px, 27px, 26px, 16px, 21px, 20px, 25px, 30px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.8) is [17px, 22px, 27px, 29px, 34px, 19px, 21px, 26px, 31px, 33px, 18px, 23px, 25px, 30px, 35px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1) is [20px, 25px, 30px, 35px, 40px]
-PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1.2) is [23px, 28px, 33px, 41px, 46px, 21px, 29px, 34px, 39px, 47px, 22px, 27px, 35px, 40px, 45px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (-0.2) is [0px, 24px, 24px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0) is [0px, 20px, 30px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.2) is [8px, 16px, 36px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.4) is [16px, 12px, 42px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.6) is [24px, 8px, 48px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.8) is [32px, 4px, 54px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (1) is [40px, 0px, 60px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (1.2) is [48px, 0px, 66px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (-0.2) is [0px, 24px, 0px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0) is [0px, 20px, 30px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.2) is [128px, 16px, 216px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.4) is [256px, 12px, 402px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.6) is [384px, 8px, 588px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.8) is [512px, 4px, 774px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (1) is [640px, 0px, 960px]
-PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (1.2) is [768px, 0px, 1146px]
-PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (-0.2) is [0px, 24px, 0px, 16px, 0px, 0px]
-PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0) is [0px, 20px]
-PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.2) is [8px, 16px, 192px, 24px, 0px, 208px]
-PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.4) is [16px, 12px, 384px, 28px, 0px, 396px]
-PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.6) is [24px, 8px, 576px, 32px, 0px, 584px]
-PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.8) is [32px, 4px, 768px, 36px, 0px, 772px]
-PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (1) is [40px, 0px, 960px]
-PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (1.2) is [48px, 0px, 1152px, 44px, 0px, 1148px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (-0.2) is [128px, 28px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0) is [160px, 30px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.2) is [192px, 32px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.4) is [224px, 34px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.6) is [256px, 36px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.8) is [288px, 38px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1) is [320px, 40px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1.2) is [352px, 42px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (-0.2) is [0px, 0px, 0px, 0px, 640px, 32px, 0px, 0px, 256px, 8px, 0px, 0px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0) is [160px, 20px, 480px, 40px, 800px, 60px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.2) is [448px, 56px, 1344px, 112px, 960px, 88px, 1088px, 96px, 704px, 72px, 1600px, 128px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.4) is [736px, 92px, 2208px, 184px, 1120px, 116px, 2016px, 172px, 928px, 104px, 2400px, 196px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.6) is [1024px, 128px, 3072px, 256px, 1280px, 144px, 2944px, 248px, 1152px, 136px, 3200px, 264px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.8) is [1312px, 164px, 3936px, 328px, 1440px, 172px, 3872px, 324px, 1376px, 168px, 4000px, 332px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1) is [1600px, 200px, 4800px, 400px]
-PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1.2) is [1888px, 236px, 5664px, 472px, 1760px, 228px, 5728px, 476px, 1824px, 232px, 5600px, 468px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (-0.6) is [4px, 36px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (-0.4) is [6px, 34px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (-0.2) is [8px, 32px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0) is [10px, 30px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0.2) is [12px, 28px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0.4) is [14px, 26px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0.6) is [16px, 24px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0.8) is [18px, 22px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (1) is [20px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (1.2) is [22px, 18px]
-PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (-0.3) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (0) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (0.3) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (0.5) is [20px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (0.6) is [20px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (1) is [20px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (1.5) is [20px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (-0.6) is [36px, 4px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (-0.4) is [34px, 6px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (-0.2) is [32px, 8px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0) is [30px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0.2) is [28px, 12px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0.4) is [26px, 14px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0.6) is [24px, 16px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0.8) is [22px, 18px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (1) is [20px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (1.2) is [18px, 22px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0.6) is [36px, 4px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0.4) is [34px, 6px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0.2) is [32px, 8px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0) is [30px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.2) is [28px, 12px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.4) is [26px, 14px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.6) is [24px, 16px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.8) is [22px, 18px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (1) is [20px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (1.2) is [18px, 22px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.6) is [0px, 4px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.4) is [1px, 6px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.2) is [3px, 8px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.2) is [7px, 12px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.4) is [9px, 14px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.6) is [11px, 16px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.8) is [13px, 18px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (1) is [15px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (1.2) is [17px, 22px]
-PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (-0.2) is [0px, 0px]
-PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0) is [0px, 0px]
-PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.2) is [1px, 2px]
-PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.4) is [2px, 4px]
-PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.6) is [3px, 6px]
-PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.8) is [4px, 8px]
-PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (1) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (1.2) is [6px, 12px]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (-0.3) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (0) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (0.3) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (0.5) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (0.6) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (1) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (1.5) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (-0.3) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0.3) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0.5) is [80px, 160px]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0.6) is [80px, 160px]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (1) is [80px, 160px]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (1.5) is [80px, 160px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (-0.3) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (0) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (0.3) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (0.5) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (0.6) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (1) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (1.5) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (-0.3) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (0) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (0.3) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (0.5) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (0.6) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (1) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (1.5) is [none]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (-0.2) is [3px, 8px, 1px, 9px, 2px, 7px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0) is [5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.2) is [7px, 12px, 9px, 11px, 8px, 13px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.4) is [9px, 14px, 13px, 12px, 11px, 16px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.6) is [11px, 16px, 17px, 13px, 14px, 19px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.8) is [13px, 18px, 21px, 14px, 17px, 22px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (1) is [15px, 20px, 25px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (1.2) is [17px, 22px, 29px, 16px, 23px, 28px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (-0.2) is [1px, 6px, 11px, 16px, 0px, 2px, 13px, 18px, 0px, 4px, 9px, 14px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0) is [5px, 10px, 15px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.2) is [9px, 14px, 19px, 24px, 13px, 18px, 17px, 22px, 11px, 16px, 21px, 26px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.4) is [13px, 18px, 23px, 28px, 21px, 26px, 19px, 24px, 17px, 22px, 27px, 32px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.6) is [17px, 22px, 27px, 32px, 29px, 34px, 21px, 26px, 23px, 28px, 33px, 38px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.8) is [21px, 26px, 31px, 36px, 37px, 42px, 23px, 28px, 29px, 34px, 39px, 44px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1) is [25px, 30px, 35px, 40px, 45px, 50px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1.2) is [29px, 34px, 39px, 44px, 53px, 58px, 27px, 32px, 41px, 46px, 51px, 56px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (-0.2) is [2px, 7px, 12px, 0px, 8px, 13px, 0px, 5px, 14px, 1px, 6px, 11px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0) is [5px, 10px, 15px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.2) is [8px, 13px, 18px, 11px, 12px, 17px, 10px, 15px, 16px, 9px, 14px, 19px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.4) is [11px, 16px, 21px, 17px, 14px, 19px, 15px, 20px, 17px, 13px, 18px, 23px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.6) is [14px, 19px, 24px, 23px, 16px, 21px, 20px, 25px, 18px, 17px, 22px, 27px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.8) is [17px, 22px, 27px, 29px, 18px, 23px, 25px, 30px, 19px, 21px, 26px, 31px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1) is [20px, 25px, 30px, 35px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1.2) is [23px, 28px, 33px, 41px, 22px, 27px, 35px, 40px, 21px, 29px, 34px, 39px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (-0.2) is [2px, 7px, 12px, 0px, 4px, 14px, 1px, 6px, 11px, 0px, 8px, 13px, 0px, 5px, 10px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0) is [5px, 10px, 15px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.2) is [8px, 13px, 18px, 11px, 16px, 16px, 9px, 14px, 19px, 12px, 12px, 17px, 10px, 15px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.4) is [11px, 16px, 21px, 17px, 22px, 17px, 13px, 18px, 23px, 19px, 14px, 19px, 15px, 20px, 25px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.6) is [14px, 19px, 24px, 23px, 28px, 18px, 17px, 22px, 27px, 26px, 16px, 21px, 20px, 25px, 30px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.8) is [17px, 22px, 27px, 29px, 34px, 19px, 21px, 26px, 31px, 33px, 18px, 23px, 25px, 30px, 35px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1) is [20px, 25px, 30px, 35px, 40px]
-PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1.2) is [23px, 28px, 33px, 41px, 46px, 21px, 29px, 34px, 39px, 47px, 22px, 27px, 35px, 40px, 45px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (-0.2) is [0px, 24px, 24px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0) is [0px, 20px, 30px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.2) is [8px, 16px, 36px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.4) is [16px, 12px, 42px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.6) is [24px, 8px, 48px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.8) is [32px, 4px, 54px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (1) is [40px, 0px, 60px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (1.2) is [48px, 0px, 66px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (-0.2) is [0px, 24px, 0px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0) is [0px, 20px, 30px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.2) is [128px, 16px, 216px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.4) is [256px, 12px, 402px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.6) is [384px, 8px, 588px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.8) is [512px, 4px, 774px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (1) is [640px, 0px, 960px]
-PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (1.2) is [768px, 0px, 1146px]
-PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (-0.2) is [0px, 24px, 0px, 16px, 0px, 0px]
-PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0) is [0px, 20px]
-PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.2) is [8px, 16px, 192px, 24px, 0px, 208px]
-PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.4) is [16px, 12px, 384px, 28px, 0px, 396px]
-PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.6) is [24px, 8px, 576px, 32px, 0px, 584px]
-PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.8) is [32px, 4px, 768px, 36px, 0px, 772px]
-PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (1) is [40px, 0px, 960px]
-PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (1.2) is [48px, 0px, 1152px, 44px, 0px, 1148px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (-0.2) is [128px, 28px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0) is [160px, 30px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.2) is [192px, 32px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.4) is [224px, 34px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.6) is [256px, 36px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.8) is [288px, 38px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1) is [320px, 40px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1.2) is [352px, 42px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (-0.2) is [0px, 0px, 0px, 0px, 640px, 32px, 0px, 0px, 256px, 8px, 0px, 0px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0) is [160px, 20px, 480px, 40px, 800px, 60px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.2) is [448px, 56px, 1344px, 112px, 960px, 88px, 1088px, 96px, 704px, 72px, 1600px, 128px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.4) is [736px, 92px, 2208px, 184px, 1120px, 116px, 2016px, 172px, 928px, 104px, 2400px, 196px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.6) is [1024px, 128px, 3072px, 256px, 1280px, 144px, 2944px, 248px, 1152px, 136px, 3200px, 264px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.8) is [1312px, 164px, 3936px, 328px, 1440px, 172px, 3872px, 324px, 1376px, 168px, 4000px, 332px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1) is [1600px, 200px, 4800px, 400px]
-PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1.2) is [1888px, 236px, 5664px, 472px, 1760px, 228px, 5728px, 476px, 1824px, 232px, 5600px, 468px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (-0.6) is [4px, 36px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (-0.4) is [6px, 34px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (-0.2) is [8px, 32px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0) is [10px, 30px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0.2) is [12px, 28px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0.4) is [14px, 26px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0.6) is [16px, 24px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0.8) is [18px, 22px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (1) is [20px, 20px]
-PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (1.2) is [22px, 18px]
-PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (-0.3) is [none]
-PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (0) is [none]
-PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (0.3) is [none]
-PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (0.5) is [20px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (0.6) is [20px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (1) is [20px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (1.5) is [20px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (-0.6) is [36px, 4px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (-0.4) is [34px, 6px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (-0.2) is [32px, 8px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0) is [30px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0.2) is [28px, 12px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0.4) is [26px, 14px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0.6) is [24px, 16px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0.8) is [22px, 18px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (1) is [20px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (1.2) is [18px, 22px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0.6) is [36px, 4px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0.4) is [34px, 6px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0.2) is [32px, 8px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0) is [30px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.2) is [28px, 12px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.4) is [26px, 14px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.6) is [24px, 16px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.8) is [22px, 18px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (1) is [20px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (1.2) is [18px, 22px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.6) is [0px, 4px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.4) is [1px, 6px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.2) is [3px, 8px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.2) is [7px, 12px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.4) is [9px, 14px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.6) is [11px, 16px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.8) is [13px, 18px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (1) is [15px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (1.2) is [17px, 22px]
-PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (-0.2) is [0px, 0px]
-PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0) is [0px, 0px]
-PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.2) is [1px, 2px]
-PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.4) is [2px, 4px]
-PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.6) is [3px, 6px]
-PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.8) is [4px, 8px]
-PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (1) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (1.2) is [6px, 12px]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (-0.3) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (0) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (0.3) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (0.5) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (0.6) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (1) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (1.5) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (-0.3) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0.3) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0.5) is [80px, 160px]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0.6) is [80px, 160px]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (1) is [80px, 160px]
-PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (1.5) is [80px, 160px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (-0.3) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (0) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (0.3) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (0.5) is [none]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (0.6) is [none]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (1) is [none]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (1.5) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (-0.3) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (0) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (0.3) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (0.5) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (0.6) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (1) is [none]
-PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (1.5) is [none]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (-0.2) is [3px, 8px, 1px, 9px, 2px, 7px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0) is [5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.2) is [7px, 12px, 9px, 11px, 8px, 13px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.4) is [9px, 14px, 13px, 12px, 11px, 16px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.6) is [11px, 16px, 17px, 13px, 14px, 19px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0.8) is [13px, 18px, 21px, 14px, 17px, 22px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (1) is [15px, 20px, 25px]
-PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (1.2) is [17px, 22px, 29px, 16px, 23px, 28px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (-0.2) is [1px, 6px, 11px, 16px, 0px, 2px, 13px, 18px, 0px, 4px, 9px, 14px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0) is [5px, 10px, 15px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.2) is [9px, 14px, 19px, 24px, 13px, 18px, 17px, 22px, 11px, 16px, 21px, 26px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.4) is [13px, 18px, 23px, 28px, 21px, 26px, 19px, 24px, 17px, 22px, 27px, 32px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.6) is [17px, 22px, 27px, 32px, 29px, 34px, 21px, 26px, 23px, 28px, 33px, 38px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.8) is [21px, 26px, 31px, 36px, 37px, 42px, 23px, 28px, 29px, 34px, 39px, 44px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1) is [25px, 30px, 35px, 40px, 45px, 50px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1.2) is [29px, 34px, 39px, 44px, 53px, 58px, 27px, 32px, 41px, 46px, 51px, 56px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (-0.2) is [2px, 7px, 12px, 0px, 8px, 13px, 0px, 5px, 14px, 1px, 6px, 11px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0) is [5px, 10px, 15px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.2) is [8px, 13px, 18px, 11px, 12px, 17px, 10px, 15px, 16px, 9px, 14px, 19px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.4) is [11px, 16px, 21px, 17px, 14px, 19px, 15px, 20px, 17px, 13px, 18px, 23px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.6) is [14px, 19px, 24px, 23px, 16px, 21px, 20px, 25px, 18px, 17px, 22px, 27px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.8) is [17px, 22px, 27px, 29px, 18px, 23px, 25px, 30px, 19px, 21px, 26px, 31px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1) is [20px, 25px, 30px, 35px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1.2) is [23px, 28px, 33px, 41px, 22px, 27px, 35px, 40px, 21px, 29px, 34px, 39px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (-0.2) is [2px, 7px, 12px, 0px, 4px, 14px, 1px, 6px, 11px, 0px, 8px, 13px, 0px, 5px, 10px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0) is [5px, 10px, 15px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.2) is [8px, 13px, 18px, 11px, 16px, 16px, 9px, 14px, 19px, 12px, 12px, 17px, 10px, 15px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.4) is [11px, 16px, 21px, 17px, 22px, 17px, 13px, 18px, 23px, 19px, 14px, 19px, 15px, 20px, 25px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.6) is [14px, 19px, 24px, 23px, 28px, 18px, 17px, 22px, 27px, 26px, 16px, 21px, 20px, 25px, 30px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.8) is [17px, 22px, 27px, 29px, 34px, 19px, 21px, 26px, 31px, 33px, 18px, 23px, 25px, 30px, 35px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1) is [20px, 25px, 30px, 35px, 40px]
-PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1.2) is [23px, 28px, 33px, 41px, 46px, 21px, 29px, 34px, 39px, 47px, 22px, 27px, 35px, 40px, 45px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (-0.2) is [0px, 24px, 24px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0) is [0px, 20px, 30px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.2) is [8px, 16px, 36px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.4) is [16px, 12px, 42px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.6) is [24px, 8px, 48px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.8) is [32px, 4px, 54px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (1) is [40px, 0px, 60px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (1.2) is [48px, 0px, 66px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (-0.2) is [0px, 24px, 0px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0) is [0px, 20px, 30px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.2) is [128px, 16px, 216px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.4) is [256px, 12px, 402px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.6) is [384px, 8px, 588px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.8) is [512px, 4px, 774px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (1) is [640px, 0px, 960px]
-PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (1.2) is [768px, 0px, 1146px]
-PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (-0.2) is [0px, 24px, 0px, 16px, 0px, 0px]
-PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0) is [0px, 20px]
-PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.2) is [8px, 16px, 192px, 24px, 0px, 208px]
-PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.4) is [16px, 12px, 384px, 28px, 0px, 396px]
-PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.6) is [24px, 8px, 576px, 32px, 0px, 584px]
-PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (0.8) is [32px, 4px, 768px, 36px, 0px, 772px]
-PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (1) is [40px, 0px, 960px]
-PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60em] at (1.2) is [48px, 0px, 1152px, 44px, 0px, 1148px]
-PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (-0.2) is [128px, 28px]
-PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0) is [160px, 30px]
-PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.2) is [192px, 32px]
-PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.4) is [224px, 34px]
-PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.6) is [256px, 36px]
-PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.8) is [288px, 38px]
-PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1) is [320px, 40px]
-PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1.2) is [352px, 42px]
-PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (-0.2) is [0px, 0px, 0px, 0px, 640px, 32px, 0px, 0px, 256px, 8px, 0px, 0px]
-PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0) is [160px, 20px, 480px, 40px, 800px, 60px]
-PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.2) is [448px, 56px, 1344px, 112px, 960px, 88px, 1088px, 96px, 704px, 72px, 1600px, 128px]
-PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.4) is [736px, 92px, 2208px, 184px, 1120px, 116px, 2016px, 172px, 928px, 104px, 2400px, 196px]
-PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.6) is [1024px, 128px, 3072px, 256px, 1280px, 144px, 2944px, 248px, 1152px, 136px, 3200px, 264px]
-PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.8) is [1312px, 164px, 3936px, 328px, 1440px, 172px, 3872px, 324px, 1376px, 168px, 4000px, 332px]
-PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1) is [1600px, 200px, 4800px, 400px]
-PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1.2) is [1888px, 236px, 5664px, 472px, 1760px, 228px, 5728px, 476px, 1824px, 232px, 5600px, 468px]
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698