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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-margin.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-margin.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-margin.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-margin.html
index 065d957a44b296c7c025d29d0f395573a863904c..a2508aa34f60c5096fe6b3b28632b50fb32f7363 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-margin.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-margin.html
@@ -26,7 +26,7 @@ function runTest() {
</script>
</head>
<body onload="runTest();">
-<div style="-webkit-transform: translateZ(0); position: relative; left: 10; top: 40">
+<div style="transform: translateZ(0); position: relative; left: 10; top: 40">
<a class="opaqueHighlight" href="" id="targetLink">Target Link.</a>
</div>
<div style="position: relative; left: 10; top: 70">

Powered by Google App Engine
This is Rietveld 408576698