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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-rotated-link.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-pixel-rotated-link.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-rotated-link.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-rotated-link.html
index 2e2796d72c43556114c47a16dd1abd40c71b3100..576737143cd5653caf36ea151145c467ce9f714e 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-rotated-link.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-rotated-link.html
@@ -4,13 +4,13 @@
<script src="../../resources/js-test.js"></script>
</head>
<body onload="runTest();">
-<div style="position: absolute; left: 40px; top: 40px; -webkit-transform: rotate(22.5deg)">
+<div style="position: absolute; left: 40px; top: 40px; transform: rotate(22.5deg)">
<a href="" id="link1">Link 1</a><br>
<a href="" id="targetLink" style="-webkit-tap-highlight-color: rgba(0, 255, 0, 0.5);">Target Link.</a><br>
<a href="" id="link2">Link 2</a>
</div>
</div>
-<div style="position: absolute; left: 10px; top: 110px; -webkit-transform: translateZ(0);">
+<div style="position: absolute; left: 10px; top: 110px; transform: translateZ(0);">
This test is successful if "Target Link" above is covered in a green rectangle with rounded corners.
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698