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

Unified Diff: LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.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/resources/gesture-tapHighlight-simple-navigate-destination.html
diff --git a/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html b/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html
index 67e3bb04c1a7e06098ebbc8faeb5f07fdda8e038..72d340409c03d874dc9990ceef0dfbcfcd6c5142 100644
--- a/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html
+++ b/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body onload="runTest();">
-<div style="-webkit-transform: translateZ(0); position: relative; left: 10px; top: 40px">
+<div style="transform: translateZ(0); position: relative; left: 10px; top: 40px">
<div style="position: relative; left: 10px; top: 70px">
This test is successful if no green rectangles are visible.
</div>

Powered by Google App Engine
This is Rietveld 408576698