| Index: LayoutTests/css3/motion-path/combine-rotation-expected.html
|
| diff --git a/LayoutTests/css3/motion-path/combine-rotation-expected.html b/LayoutTests/css3/motion-path/combine-rotation-expected.html
|
| index 6dc6f71478c8357c778401deaee879c182c4ebbc..9993c2865664ccc4c73f67cc90916ae996fc4af2 100644
|
| --- a/LayoutTests/css3/motion-path/combine-rotation-expected.html
|
| +++ b/LayoutTests/css3/motion-path/combine-rotation-expected.html
|
| @@ -6,7 +6,7 @@
|
| position: absolute;
|
| left: 100;
|
| top: 200;
|
| - transform: rotate(180deg);
|
| + transform: translate(-50%, -50%) rotate(180deg);
|
| }
|
| </style>
|
| </head>
|
|
|