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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-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-fixed-expected.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-expected.html
index 8af4f1428aaf9e52abb2c9943db70cbaabb63746..afc6506a09d6da0c95feb242e7a1521b7b878186 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-expected.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-div-boxshadow-fixed-expected.html
@@ -6,12 +6,12 @@
</head>
<body onload="runTest();">
<div id="highlight" class="fauxHighlight" style="z-index: 1; position: absolute;"></div>
-<div style="top: 10px; left: 10px; -webkit-transform: translateZ(0);">
+<div style="top: 10px; left: 10px; transform: translateZ(0);">
<div id="targetDiv" style="position: fixed; left: 50px; top: 50px; width: 50px; height: 50px; 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>
-<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