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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow.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-div-boxshadow.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow.html
index 97886262685a3dd011bbaa1903496947e6e7158e..55bd81df4c2b4b49425eb08437638bca675588cb 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow.html
@@ -9,7 +9,7 @@
<div class="opaqueHighlight" id="targetDiv" style="position: relative; left: 50px; top: 50px; width: 50px; height: 50px; -webkit-box-shadow: 0px 4px 23px 5px rgba(0, 0, 0, 0.2); border-style: solid; border-width: 2px; cursor: Pointer">
<br><center>Target</center><br>
</div>
-<div style="position: absolute; left: 10px; top: 250px; -webkit-transform: translateZ(0);">
+<div style="position: absolute; left: 10px; top: 250px; transform: translateZ(0);">
This test is successful if the box labelled "Target" has a green rectangle centered on it.
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698