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

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

Issue 2620263002: CSS: Scale support for none (Closed)
Patch Set: 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-parsing.html
diff --git a/third_party/WebKit/LayoutTests/transforms/scale-parsing.html b/third_party/WebKit/LayoutTests/transforms/scale-parsing.html
index 3da84e90b242aeb0034a9982c9f2d0ad8647cfea..4e4bdeb9562b2d3696a8e5f3e04913941bbee8ce 100644
--- a/third_party/WebKit/LayoutTests/transforms/scale-parsing.html
+++ b/third_party/WebKit/LayoutTests/transforms/scale-parsing.html
@@ -6,7 +6,7 @@
<script>
expect = expect.bind(this, 'scale', 'scale');
-expect('initial').parsesAs('initial').isComputedTo('1');
+expect('initial').parsesAs('initial').isComputedTo('none');
expect('inherit').parsesAs('inherit');
expect('1').parsesAs('1').isComputedTo('1');

Powered by Google App Engine
This is Rietveld 408576698