| Index: chrome/test/data/gpu/feature_raf_no_damage.html
|
| diff --git a/chrome/test/data/gpu/feature_raf_no_damage.html b/chrome/test/data/gpu/feature_raf_no_damage.html
|
| index 496ac10117360aeb57f54c904b7d912766f6f1c7..02dbcc9e107edcda20021a151d5c5bd185704954 100644
|
| --- a/chrome/test/data/gpu/feature_raf_no_damage.html
|
| +++ b/chrome/test/data/gpu/feature_raf_no_damage.html
|
| @@ -5,7 +5,7 @@
|
| <title>GPU Feature Testing: Accelerated Compositing No Damage</title>
|
| <style>
|
| body {
|
| - -webkit-transform: translateZ(0);
|
| + transform: translateZ(0);
|
| }
|
| </style>
|
| <script>
|
|
|