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

Unified Diff: third_party/WebKit/LayoutTests/transforms/scale-expected.html

Issue 2623453002: CSS scale property: scale with one value only affects X (Closed)
Patch Set: rebase Created 3 years, 11 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: third_party/WebKit/LayoutTests/transforms/scale-expected.html
diff --git a/third_party/WebKit/LayoutTests/transforms/scale-expected.html b/third_party/WebKit/LayoutTests/transforms/scale-expected.html
index a908bdf81120a88b3330b941ef80cb6b3b64cb26..d0388bec6588da5f6e5e48b127e13fe52c714cc7 100644
--- a/third_party/WebKit/LayoutTests/transforms/scale-expected.html
+++ b/third_party/WebKit/LayoutTests/transforms/scale-expected.html
@@ -25,7 +25,7 @@ div {
transform: scale3d(2, 3.5, 0.2) translate(200px, 100px);
}
#box4 {
- transform: scale(2) translate(50px, 100px);
+ transform: scale(2, 1) translate(50px, 100px);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698