| Index: LayoutTests/compositing/squashing/squash-compositing-hover.html
|
| diff --git a/LayoutTests/compositing/squashing/squash-compositing-hover.html b/LayoutTests/compositing/squashing/squash-compositing-hover.html
|
| index 37f3030ee5e2b961648662bf637d32b834d9a710..f5f53efaac1088463bda27f0acc573939fddde3e 100644
|
| --- a/LayoutTests/compositing/squashing/squash-compositing-hover.html
|
| +++ b/LayoutTests/compositing/squashing/squash-compositing-hover.html
|
| @@ -2,7 +2,7 @@
|
| <head>
|
| <style>
|
| .composited {
|
| --webkit-transform: translatez(0);
|
| +transform: translatez(0);
|
| }
|
|
|
| .box {
|
| @@ -44,7 +44,7 @@
|
|
|
| div:hover {
|
| background-color: green;
|
| - -webkit-transform:translatez(0);
|
| + transform:translatez(0);
|
| }
|
|
|
| </style>
|
|
|