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

Unified Diff: LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.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/fast/sub-pixel/sub-pixel-accumulates-to-layers.html
diff --git a/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html b/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html
index c97f335056159526251cd039f8795d9fc7785703..27669a102b4bb69161ec554fa15444bbd88409b2 100644
--- a/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html
+++ b/LayoutTests/fast/sub-pixel/sub-pixel-accumulates-to-layers.html
@@ -6,7 +6,7 @@
body {
margin: 0;
zoom: 0.9;
- -webkit-transform: scale(40);
+ transform: scale(40);
-webkit-transform-origin: 0 0;
overflow: hidden;
}
@@ -31,7 +31,7 @@ body {
}
.rotated > div {
background-color: green !important;
- -webkit-transform: rotateZ(0);
+ transform: rotateZ(0);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698