Index: LayoutTests/animations/interpolation/shape-inside-expected.txt |
diff --git a/LayoutTests/animations/interpolation/shape-inside-expected.txt b/LayoutTests/animations/interpolation/shape-inside-expected.txt |
index 5db788e389597dda754818da03e1d3ef5930fe2e..022d78aea9a500c4c607c2a7b97cf4a218c21870 100644 |
--- a/LayoutTests/animations/interpolation/shape-inside-expected.txt |
+++ b/LayoutTests/animations/interpolation/shape-inside-expected.txt |
@@ -1,3 +1,4 @@ |
+CSS Animations: |
PASS: shape-inside from [none] to [ellipse(100% 100% at 0% 0%)] was [none] at -0.3 |
PASS: shape-inside from [none] to [ellipse(100% 100% at 0% 0%)] was [none] at 0 |
PASS: shape-inside from [none] to [ellipse(100% 100% at 0% 0%)] was [none] at 0.3 |
@@ -5,3 +6,11 @@ PASS: shape-inside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100 |
PASS: shape-inside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100% 100% at 0% 0%)] at 1 |
PASS: shape-inside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100% 100% at 0% 0%)] at 1.5 |
+Web Animations API: |
+PASS: shapeInside from [none] to [ellipse(100% 100% at 0% 0%)] was [none] at -0.3 |
+PASS: shapeInside from [none] to [ellipse(100% 100% at 0% 0%)] was [none] at 0 |
+PASS: shapeInside from [none] to [ellipse(100% 100% at 0% 0%)] was [none] at 0.3 |
+PASS: shapeInside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100% 100% at 0% 0%)] at 0.6 |
+PASS: shapeInside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100% 100% at 0% 0%)] at 1 |
+PASS: shapeInside from [none] to [ellipse(100% 100% at 0% 0%)] was [ellipse(100% 100% at 0% 0%)] at 1.5 |
+ |