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

Unified Diff: LayoutTests/transforms/3d/hit-testing/negative-zoffset-hit-test.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/transforms/3d/hit-testing/negative-zoffset-hit-test.html
diff --git a/LayoutTests/transforms/3d/hit-testing/negative-zoffset-hit-test.html b/LayoutTests/transforms/3d/hit-testing/negative-zoffset-hit-test.html
index 9ffcfd5751419655bebe54d7a4855a3820f75658..3721f9c90dd6a14571b776cd52ff95c0805dd9b7 100644
--- a/LayoutTests/transforms/3d/hit-testing/negative-zoffset-hit-test.html
+++ b/LayoutTests/transforms/3d/hit-testing/negative-zoffset-hit-test.html
@@ -18,7 +18,7 @@
width: 160px;
margin: 20px;
background-color: #DDD;
- -webkit-transform: rotate3d(0, 1, 0, -45deg);
+ transform: rotate3d(0, 1, 0, -45deg);
-webkit-transform-origin: right;
}

Powered by Google App Engine
This is Rietveld 408576698