css/css-fonts/variations/font-variation-settings-parsing.html has failures due to test cleanup not occurring |
||
Issue descriptioncss/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"
,
Apr 21 2018
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.
,
Apr 21 2018
That should've been https://crrev.com/c/1022999. |
||
►
Sign in to add a comment |
||
Comment 1 by vapier@chromium.org
, Mar 14 2018