| Index: chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html
|
| diff --git a/chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html b/chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html
|
| index 02fefae2d79f1488d98e2d46db19cbcac421a7d6..3414caf449f2d81b14871ea7bd32d1524d538c4b 100644
|
| --- a/chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html
|
| +++ b/chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.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>
|
|
|