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

Unified Diff: LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform-expected.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-expected.html
diff --git a/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform-expected.html b/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform-expected.html
index f89181e40228bf42cba2e4ba64c6a32c41217f78..f2f051437b6a680edb77944f212c71ec096397af 100644
--- a/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform-expected.html
+++ b/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform-expected.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: 200px;

Powered by Google App Engine
This is Rietveld 408576698