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

Unified Diff: LayoutTests/transforms/3d/point-mapping/3d-point-mapping-overlapping.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/transforms/3d/point-mapping/3d-point-mapping-overlapping.html
diff --git a/LayoutTests/transforms/3d/point-mapping/3d-point-mapping-overlapping.html b/LayoutTests/transforms/3d/point-mapping/3d-point-mapping-overlapping.html
index a8304f8ec1d4fbc9c1e126435a6b5cdba451bd7e..b8ee7096481f896d0f46eaad0c0e01a35fa329e0 100644
--- a/LayoutTests/transforms/3d/point-mapping/3d-point-mapping-overlapping.html
+++ b/LayoutTests/transforms/3d/point-mapping/3d-point-mapping-overlapping.html
@@ -63,7 +63,7 @@
border: 1px solid black;
background-color: #AAA;
-webkit-box-sizing: border-box;
- -webkit-transform: translateZ(50px);
+ transform: translateZ(50px);
}
#overlay {
@@ -71,7 +71,7 @@
height: 300px;
width: 150px;
background-color: rgba(0, 128, 0, 0.3);
- -webkit-transform: translateZ(100px);
+ transform: translateZ(100px);
}
.inner {

Powered by Google App Engine
This is Rietveld 408576698