| Index: chrome/test/data/navigation_interception/navigation_from_user_gesture.html
|
| diff --git a/chrome/test/data/navigation_interception/navigation_from_user_gesture.html b/chrome/test/data/navigation_interception/navigation_from_user_gesture.html
|
| index 4d5a44d3b22022ba38dd422eaf3f9c18ae2840d6..017055954b246496b6d247f003452ab21796e333 100644
|
| --- a/chrome/test/data/navigation_interception/navigation_from_user_gesture.html
|
| +++ b/chrome/test/data/navigation_interception/navigation_from_user_gesture.html
|
| @@ -17,7 +17,7 @@ found in the LICENSE file.
|
| top: 0px;
|
| left: 0px;
|
| background-color: green;
|
| - -webkit-transform: translate3d(0, 0, 0);
|
| + transform: translate3d(0, 0, 0);
|
| }
|
| </style>
|
| <script>
|
|
|