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

Unified Diff: LayoutTests/transforms/3d/hit-testing/composited-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/composited-hit-test.html
diff --git a/LayoutTests/transforms/3d/hit-testing/composited-hit-test.html b/LayoutTests/transforms/3d/hit-testing/composited-hit-test.html
index c1e7ce1ee839d67e913f49b0ba9003557392f7d5..e6c2e648c4c406f319c2db7f98d06885360635b3 100644
--- a/LayoutTests/transforms/3d/hit-testing/composited-hit-test.html
+++ b/LayoutTests/transforms/3d/hit-testing/composited-hit-test.html
@@ -10,7 +10,7 @@
height: 200px;
position: relative;
background-color: silver;
- -webkit-transform: translateZ(0px);
+ transform: translateZ(0px);
}
#container {
@@ -18,7 +18,7 @@
top: 0px;
z-index: 1;
border: 2px solid green;
- -webkit-transform: translateZ(0px);
+ transform: translateZ(0px);
}
.box {

Powered by Google App Engine
This is Rietveld 408576698