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

Unified Diff: LayoutTests/transforms/3d/hit-testing/rotated-hit-test-with-child.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/rotated-hit-test-with-child.html
diff --git a/LayoutTests/transforms/3d/hit-testing/rotated-hit-test-with-child.html b/LayoutTests/transforms/3d/hit-testing/rotated-hit-test-with-child.html
index bfe5bfc6229c956a35d817e874ab2bff04d27adc..aa297ba64bc06d9630dd20a9ee73c53f42a06838 100644
--- a/LayoutTests/transforms/3d/hit-testing/rotated-hit-test-with-child.html
+++ b/LayoutTests/transforms/3d/hit-testing/rotated-hit-test-with-child.html
@@ -21,7 +21,7 @@
.middle {
-webkit-transform-origin: 10% 50%;
- -webkit-transform: rotateY(40deg);
+ transform: rotateY(40deg);
}
.box:hover {
@@ -33,7 +33,7 @@
top: 100px;
left: 100px;
background-color: blue;
- -webkit-transform: translateZ(1px);
+ transform: translateZ(1px);
}
#results {

Powered by Google App Engine
This is Rietveld 408576698