| Index: third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html b/third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html
|
| index a39c1a50efd1c882395f16ab5a0a8042812c1618..ce07027c559b99ee08250e01d93320b4608f6718 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/change-transform-style-during-animation-expected.html
|
| @@ -4,7 +4,7 @@
|
| <style>
|
| #container {
|
| transform: translateZ(0px);
|
| - -webkit-perspective: 400;
|
| + perspective: 400;
|
| }
|
|
|
| #revealed {
|
| @@ -22,7 +22,7 @@
|
| width: 100px;
|
| background-color: red;
|
| transform: translateZ(200px) translateX(-200px);
|
| - -webkit-transform-style: preserve-3d;
|
| + transform-style: preserve-3d;
|
| }
|
| </style>
|
| </head>
|
|
|