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/backface-no-transform-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/backface-no-transform-hit-test.html
diff --git a/LayoutTests/transforms/3d/hit-testing/backface-no-transform-hit-test.html b/LayoutTests/transforms/3d/hit-testing/backface-no-transform-hit-test.html
index 4b5d79a6b8e7aeebf4210dad76dcd1c0be1b9a93..52713219def6dfa4642261c7b01441d1d5bffc26 100644
--- a/LayoutTests/transforms/3d/hit-testing/backface-no-transform-hit-test.html
+++ b/LayoutTests/transforms/3d/hit-testing/backface-no-transform-hit-test.html
@@ -12,7 +12,7 @@
background-color: #EEE;
border: 1px solid black;
-webkit-transform-style: preserve-3d;
- -webkit-transform: translateZ(1px) rotateY(180deg);
+ transform: translateZ(1px) rotateY(180deg);
}
.box {

Powered by Google App Engine
This is Rietveld 408576698