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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2.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-img-and-text-2.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2.html
index f166f9048611a407cde91b7a1c85f114d9170f3b..998223dfb0d2cd9d9ad62a31659140112bacd1e6 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2.html
@@ -7,7 +7,7 @@
</style>
</head>
<body onload="runTest();">
-<div style="-webkit-transform: translateZ(0); padding: 20px;">
+<div style="transform: translateZ(0); padding: 20px;">
<a href="" id="targetLink" style="-webkit-tap-highlight-color: rgb(0, 255, 0)">
<font id="beforeTarget">Before Text</font><img id="imgTarget" width="320" height="240" src="resources/dice.png"><font id="afterTarget">After Text</font>
</a>

Powered by Google App Engine
This is Rietveld 408576698