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

Unified Diff: LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.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-composited-layer-with-transform.html
diff --git a/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html b/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html
index 9e551613f03d5ccb74ba4c2dbcd3e7e6fe41ec5a..f00b109df879523aff17da8dc5c18790dfdd135b 100644
--- a/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html
+++ b/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html
@@ -5,7 +5,7 @@ div {
position: absolute;
width: 50px;
height: 50px;
- -webkit-transform: rotate3d(0, 0, 1, 10deg) scale(5, 5);
+ transform: rotate3d(0, 0, 1, 10deg) scale(5, 5);
}
#red {
top: 199.5px;

Powered by Google App Engine
This is Rietveld 408576698