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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-expected.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-expected.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-expected.html
index 20d14e9efc11278e9303c81b573e43099e8d4df8..5ea17af042766f768d4f97d0eb703f1455b5f16c 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-expected.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-expected.html
@@ -9,7 +9,7 @@
<div 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;">
<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