| Index: chrome/test/data/navigation_interception/navigation_from_image_onload.html
|
| diff --git a/chrome/test/data/navigation_interception/navigation_from_image_onload.html b/chrome/test/data/navigation_interception/navigation_from_image_onload.html
|
| index 90c78b04d53264fd1dbfb748cf18cb64f07c2d6e..bbf3e12b64e27d1ad25b5860de815de5fdce4e57 100644
|
| --- a/chrome/test/data/navigation_interception/navigation_from_image_onload.html
|
| +++ b/chrome/test/data/navigation_interception/navigation_from_image_onload.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>
|
|
|