Index: third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html |
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html |
index e7b7a6bf730ba8c743a67412f44a82c002b30e6e..0bb6e4eefb431c5e765bf102e44d79c463b4e85f 100644 |
--- a/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html |
+++ b/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html |
@@ -8,8 +8,8 @@ assertCSSResponsive({ |
configurations: [{ |
state: {inherited: '2'}, |
expect: [ |
- {at: 0.25, is: '1.75 2 1.5'}, |
- {at: 0.75, is: '1.25 2 2.5'}, |
+ {at: 0.25, is: '1.75 1.25 1.5'}, |
+ {at: 0.75, is: '1.25 1.75 2.5'}, |
], |
}, { |
state: {inherited: '1'}, |
@@ -27,8 +27,8 @@ assertCSSResponsive({ |
configurations: [{ |
state: {underlying: '2'}, |
expect: [ |
- {at: 0.25, is: '1.75 2 1.5'}, |
- {at: 0.75, is: '1.25 2 2.5'}, |
+ {at: 0.25, is: '1.75 1.25 1.5'}, |
+ {at: 0.75, is: '1.25 1.75 2.5'}, |
], |
}, { |
state: {underlying: '1'}, |