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

Unified Diff: LayoutTests/transforms/2d/computed-style-origin.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/2d/computed-style-origin.html
diff --git a/LayoutTests/transforms/2d/computed-style-origin.html b/LayoutTests/transforms/2d/computed-style-origin.html
index 7b72b392e9b5f33746806f3738208f52f8795a31..919babf365868de2003c30769a56ac62c7ad86a0 100644
--- a/LayoutTests/transforms/2d/computed-style-origin.html
+++ b/LayoutTests/transforms/2d/computed-style-origin.html
@@ -6,7 +6,7 @@
height: 20px;
background-color: blue;
position: relative;
- -webkit-transform: translate(0);
+ transform: translate(0);
// default transform and perspective origin
}
#test2 {
@@ -14,7 +14,7 @@
height: 20px;
background-color: blue;
position: relative;
- -webkit-transform: translate(0);
+ transform: translate(0);
-webkit-transform-origin: 50% 50%;
-webkit-perspective-origin: 50% 50%;
}
@@ -23,7 +23,7 @@
height: 20px;
background-color: blue;
position: relative;
- -webkit-transform: translate(0);
+ transform: translate(0);
-webkit-transform-origin: 0% 100%;
-webkit-perspective-origin: 0% 100%;
}
@@ -32,7 +32,7 @@
height: 20px;
background-color: blue;
position: relative;
- -webkit-transform: translate(0);
+ transform: translate(0);
-webkit-transform-origin: 5px 7px;
-webkit-perspective-origin: 5px 7px;
}
@@ -44,7 +44,7 @@
border: 5px solid green;
background-color: blue;
position: relative;
- -webkit-transform: translate(0);
+ transform: translate(0);
-webkit-transform-origin: 50% 50%;
-webkit-perspective-origin: 50% 50%;
}
@@ -53,7 +53,7 @@
height: 100px;
background-color: blue;
position: relative;
- -webkit-transform: translate(0);
+ transform: translate(0);
-webkit-perspective-origin: 10% 20% 30%;
}
« no previous file with comments | « LayoutTests/transforms/2d/compound-transforms-vs-containers.html ('k') | LayoutTests/transforms/2d/cssmatrix-2d-zoom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698