| Index: LayoutTests/css3/motion-path/compute-distance-expected.html
|
| diff --git a/LayoutTests/css3/motion-path/compute-distance-expected.html b/LayoutTests/css3/motion-path/compute-distance-expected.html
|
| index e6dfd6068233b267ae75abfb1fba2da6945cbaf0..80f0e1cd07e687054f06b5266ff78ffd7661359b 100644
|
| --- a/LayoutTests/css3/motion-path/compute-distance-expected.html
|
| +++ b/LayoutTests/css3/motion-path/compute-distance-expected.html
|
| @@ -4,6 +4,7 @@
|
| <style>
|
| div {
|
| position: absolute;
|
| + transform-origin: 0% 0%;
|
| }
|
| #div1 {
|
| transform: translate3d(300px, 10px, 1px);
|
|
|