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

Unified Diff: third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.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/animations/responsive/scale-responsive.html
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html
index e7b7a6bf730ba8c743a67412f44a82c002b30e6e..0bb6e4eefb431c5e765bf102e44d79c463b4e85f 100644
--- a/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html
+++ b/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html
@@ -8,8 +8,8 @@ assertCSSResponsive({
configurations: [{
state: {inherited: '2'},
expect: [
- {at: 0.25, is: '1.75 2 1.5'},
- {at: 0.75, is: '1.25 2 2.5'},
+ {at: 0.25, is: '1.75 1.25 1.5'},
+ {at: 0.75, is: '1.25 1.75 2.5'},
],
}, {
state: {inherited: '1'},
@@ -27,8 +27,8 @@ assertCSSResponsive({
configurations: [{
state: {underlying: '2'},
expect: [
- {at: 0.25, is: '1.75 2 1.5'},
- {at: 0.75, is: '1.25 2 2.5'},
+ {at: 0.25, is: '1.75 1.25 1.5'},
+ {at: 0.75, is: '1.25 1.75 2.5'},
],
}, {
state: {underlying: '1'},

Powered by Google App Engine
This is Rietveld 408576698