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

Unified Diff: LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-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/nested-sub-pixel-composited-layers.html
diff --git a/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html b/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html
index 98da154e0522e880fba27cf99bd62417bbb7f661..e785ff42eeec6a3ff77df0e43b7c7d0f19b24378 100644
--- a/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html
+++ b/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html
@@ -7,7 +7,7 @@
width: 100px;
height: 100px;
position: relative;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
.subPixelContainer > div {
position: absolute;
@@ -19,7 +19,7 @@
overflow: hidden;
}
.test {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
background-color: green;
}
.ref {

Powered by Google App Engine
This is Rietveld 408576698