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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
index 4bb12eb3c3bb18bed1548916f77d6916ab134f51..10036f0b3621038f2d6c8fe760acd8743383e17e 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
@@ -7,7 +7,7 @@
<!-- For this test to work, must put the translateZ(0) on a div other than the one containing the
highlighted link. This will force the highlight into the non-composited content host, which
may survive the navigation. -->
-<div style="position: relative; left: 10px; top: 70px; -webkit-transform: translateZ(0);">
+<div style="position: relative; left: 10px; top: 70px; transform: translateZ(0);">
This test is not successful if this message appears.
</div>
<script src="../../resources/run-after-display.js"></script>

Powered by Google App Engine
This is Rietveld 408576698