New issue
Advanced search Search tips

Issue 809928 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 809920



Sign in to add a comment

Calc() font-stretch values should be clamped to min and max values

Project Member Reported by drott@chromium.org, Feb 7 2018

Issue description

Capture by MS test:
css/css-fonts/variations/font-stretch.html

FAIL @supports: calc(-100%) - Negative calc value (to be clamped) assert_equals: Negative calc value (to be clamped) expected true but got false
FAIL @getComputedStyle: calc(-100%) - Negative calc value (to be clamped) assert_equals: Negative calc value (to be clamped) expected "0%" but got "80%"
FAIL @supports: calc(50% - 50%*2) - Negative calc expression (to be clamped) assert_equals: Negative calc expression (to be clamped) expected true but got false
FAIL @getComputedStyle: calc(50% - 50%*2) - Negative calc expression (to be clamped) assert_equals: Negative calc expression (to be clamped) expected "0%" but got "80%"
 

Comment 1 by drott@chromium.org, Jan 18 (5 days ago)

Cc: sushr...@microsoft.com

Sign in to add a comment