Index: LayoutTests/animations/resources/animation-test-helpers.js |
diff --git a/LayoutTests/animations/resources/animation-test-helpers.js b/LayoutTests/animations/resources/animation-test-helpers.js |
index fcd316fab2091fdc57803bd3d4c02edd0a0b1f53..34a99b14ffd259b5a348d19042876e24ecfcba3d 100644 |
--- a/LayoutTests/animations/resources/animation-test-helpers.js |
+++ b/LayoutTests/animations/resources/animation-test-helpers.js |
@@ -81,7 +81,7 @@ function parseBasicShape(s) |
matches = s.match("rectangle\\((.*)\\s*,\\s*(.*)\\s*,\\s*(.*)\\,\\s*(.*)\\)"); |
break; |
case "circle": |
- matches = s.match("circle\\((.*)\\s*,\\s*(.*)\\s*,\\s*(.*)\\)"); |
+ matches = s.match("circle\\((.*)\\s+at\\s+(.*)\\s+(.*)\\)"); |
break; |
case "ellipse": |
matches = s.match("ellipse\\((.*)\\s*,\\s*(.*)\\s*,\\s*(.*)\\,\\s*(.*)\\)"); |