Index: LayoutTests/animations/interpolation/svg-stroke-opacity-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/svg-stroke-opacity-interpolation-expected.txt b/LayoutTests/animations/interpolation/svg-stroke-opacity-interpolation-expected.txt |
index 56abc2f602500a6b4bd87a5dc89c2ec48d90be37..69990ffa4e8f35e71556abbc322bf0a1fed3e3dd 100644 |
--- a/LayoutTests/animations/interpolation/svg-stroke-opacity-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/svg-stroke-opacity-interpolation-expected.txt |
@@ -1,3 +1,4 @@ |
+CSS Animations: |
PASS: stroke-opacity from [0] to [1] was [0] at -0.3 |
PASS: stroke-opacity from [0] to [1] was [0] at 0 |
PASS: stroke-opacity from [0] to [1] was [0.3] at 0.3 |
@@ -5,3 +6,11 @@ PASS: stroke-opacity from [0] to [1] was [0.6] at 0.6 |
PASS: stroke-opacity from [0] to [1] was [1] at 1 |
PASS: stroke-opacity from [0] to [1] was [1] at 1.5 |
+Web Animations API: |
+PASS: strokeOpacity from [0] to [1] was [0] at -0.3 |
+PASS: strokeOpacity from [0] to [1] was [0] at 0 |
+PASS: strokeOpacity from [0] to [1] was [0.3] at 0.3 |
+PASS: strokeOpacity from [0] to [1] was [0.6] at 0.6 |
+PASS: strokeOpacity from [0] to [1] was [1] at 1 |
+PASS: strokeOpacity from [0] to [1] was [1] at 1.5 |
+ |