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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaledY-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-scaledY-expected.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.html
index e40983da59188b39722b2789e875432c7a76a445..5b599b242fb33a3916b29fbd9c03b348c391ef2c 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.html
@@ -7,14 +7,14 @@
</head>
<body onload="runTest();">
<div id="container" style="position: absolute; left: 40px; top: 80px;">
- <div style="-webkit-transform: scaleY(2.5);">
+ <div style="transform: scaleY(2.5);">
<a href="" id="link1">Link 1</a></br>
<a href="" class="activeLink" href="" id="targetLink">Target Link.</a><br>
<a href="" id="link2">Link 2</a>
</div>
</div>
</div>
-<div style="position: relative; left: 10px; top: 200px; -webkit-transform: translateZ(0);">
+<div style="position: relative; left: 10px; top: 200px; transform: translateZ(0);">
This test is successful if "Target Link" above is covered in a green rectangle with square corners.
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698