New issue
Advanced search Search tips

Issue 809950 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 809920



Sign in to add a comment

css/css-fonts/variations/font-variation-settings-parsing.html has failures due to test cleanup not occurring

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

Issue description

css/css-fonts/variations/font-variation-settings-parsing.html


FAIL Property value: Axis tag with valid non-letter ascii characters assert_equals: Axis tag with valid non-letter ascii characters expected "\"9 ~A\" -45, \"wght\" 1000" but got "\"wght\" 1000, \"9 ~A\" -45"
FAIL Property value: Invalid character below allowed range assert_equals: Invalid character below allowed range expected "normal" but got "\"wght\" 1000, \"9 ~A\" -45"
FAIL Property value: Invalid character above allowed range assert_equals: Invalid character above allowed range expected "normal" but got "\"wght\" 1000, \"9 ~A\" -45"


 

Comment 1 by vapier@chromium.org, Mar 14 2018

Cc: drott@chromium.org
 Issue 809951  has been merged into this issue.

Comment 2 by cnardi@chromium.org, Apr 21 2018

Owner: cnardi@chromium.org
Status: Fixed (was: Assigned)
Summary: css/css-fonts/variations/font-variation-settings-parsing.html has failures due to test cleanup not occurring (was: Reject parsing for invalid character range for font-variation-settings axis names)
Fixed in https://github.com/w3c/web-platform-tests/pull/10535 which was imported in https://crrev.com/1022999. We do reject invalid axis names, but the test wasn't showing it due to the previous test failing and causing cleanup not to occur.

Comment 3 by cnardi@chromium.org, Apr 21 2018

That should've been https://crrev.com/c/1022999.

Sign in to add a comment