Chromium Code Reviews| Index: LayoutTests/compositing/overflow/rtl-overflow.html |
| diff --git a/LayoutTests/compositing/overflow/rtl-overflow.html b/LayoutTests/compositing/overflow/rtl-overflow.html |
| index c7d09f5773d791e09c76d402aee8dbe99e8c8933..6fee984a352a581bc7912119f8b85c9c33cbc677 100644 |
| --- a/LayoutTests/compositing/overflow/rtl-overflow.html |
| +++ b/LayoutTests/compositing/overflow/rtl-overflow.html |
| @@ -35,7 +35,7 @@ |
| </style> |
| </head> |
| <body> |
| - <div style="-webkit-transform:translateZ(0);"> |
| + <div style="transform:translateZ(0);"> |
| This test succeeds if the two blocks correctly show content scrolled to the rightmost and leftmost respectively. |
| </div> |
| <div class="container"> |