Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2468)

Unified Diff: chrome/test/data/navigation_interception/navigation_from_xhr_callback.html

Issue 2688353003: Remove webkit prefixes for transform and perspective in chrome/ styles (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/navigation_interception/navigation_from_xhr_callback.html
diff --git a/chrome/test/data/navigation_interception/navigation_from_xhr_callback.html b/chrome/test/data/navigation_interception/navigation_from_xhr_callback.html
index a40cab8fb193f50d8810cf0cfa4b2db3c1dca88d..afbba53ee7e3e8d88d60535b47659afd9c20f580 100644
--- a/chrome/test/data/navigation_interception/navigation_from_xhr_callback.html
+++ b/chrome/test/data/navigation_interception/navigation_from_xhr_callback.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>

Powered by Google App Engine
This is Rietveld 408576698