| Index: third_party/WebKit/LayoutTests/animations/responsive/transform-responsive.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/transform-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/transform-responsive.html
|
| index 57d3f14e6c1e4a8ebf5dba37d981996deb7a9948..67c75e1263e9552edf03c36eb86d7faf048aac32 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/transform-responsive.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/responsive/transform-responsive.html
|
| @@ -6,13 +6,13 @@ assertCSSResponsive({
|
| from: 'translateX(10em)',
|
| to: 'translateX(100px)',
|
| configurations: [{
|
| - state: {fontSize: '2px'},
|
| + state: {'font-size': '2px'},
|
| expect: [
|
| {at: 0.25, is: 'translateX(40px)'},
|
| {at: 0.75, is: 'translateX(80px)'},
|
| ],
|
| }, {
|
| - state: {fontSize: '6px'},
|
| + state: {'font-size' '6px'},
|
| expect: [
|
| {at: 0.25, is: 'translateX(70px)'},
|
| {at: 0.75, is: 'translateX(90px)'},
|
|
|