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

Unified Diff: LayoutTests/css3/calc/number-parsing.html

Issue 647723002: Remove -webkit-aspect-ratio. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Forgot to remove webkitAspectRatio from virtual/stable. :( 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/aspect-ratio-inheritance.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/calc/number-parsing.html
diff --git a/LayoutTests/css3/calc/number-parsing.html b/LayoutTests/css3/calc/number-parsing.html
index bf70d62c3549107230eb5bd6ba810c71f0da4fc6..021c75559f0424f14c3d4724dbccae5c0f06a5ce 100644
--- a/LayoutTests/css3/calc/number-parsing.html
+++ b/LayoutTests/css3/calc/number-parsing.html
@@ -21,7 +21,6 @@ test(function() {
assertParsedValue('grid-row-start', 'calc(1 / 2) test', null);
assertParsedValue('font-weight', 'calc(100 + 200)', null);
assertParsedValue('flex', 'calc(1 + 2) calc(3 + 4)', '3 7 0%');
- assertParsedValue('-webkit-aspect-ratio', 'calc(1 + 2)/calc(3 + 4)', '3/7');
assertParsedValue('-webkit-filter', 'saturate(calc(4 / 2))', 'saturate(2)');
assertParsedValue('-webkit-filter', 'invert(calc(4 / 2))', null);
assertParsedValue('-webkit-filter', 'invert(calc(2 / 4))', 'invert(0.5)');
« no previous file with comments | « no previous file | LayoutTests/fast/css/aspect-ratio-inheritance.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698