From cf8f371bdbf6e9b97463fd44d9f35a0157c5e69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 25 Apr 2018 16:46:36 +0200 Subject: [PATCH] Update test expectations. --- ...arse-numeric-stretch-style-weight.html.ini | 16 ------ .../variations/font-shorthand.html.ini | 23 -------- .../font-weight-lighter-bolder.html.ini | 40 -------------- .../variations/font-weight-parsing.html.ini | 55 ------------------- 4 files changed, 134 deletions(-) delete mode 100644 tests/wpt/metadata/css/css-fonts/variations/font-weight-lighter-bolder.html.ini delete mode 100644 tests/wpt/metadata/css/css-fonts/variations/font-weight-parsing.html.ini diff --git a/tests/wpt/metadata/css/css-fonts/variations/font-parse-numeric-stretch-style-weight.html.ini b/tests/wpt/metadata/css/css-fonts/variations/font-parse-numeric-stretch-style-weight.html.ini index 1d94b9c3350..fd3c630cff5 100644 --- a/tests/wpt/metadata/css/css-fonts/variations/font-parse-numeric-stretch-style-weight.html.ini +++ b/tests/wpt/metadata/css/css-fonts/variations/font-parse-numeric-stretch-style-weight.html.ini @@ -1,15 +1,4 @@ [font-parse-numeric-stretch-style-weight.html] - [Valid value 850 for font property weight used for styling.] - expected: FAIL - - [Valid value 850.3 for font property weight used for styling.] - expected: FAIL - - [Valid value calc(100 + 300) for font property weight used for styling.] - expected: FAIL - - [Valid value calc(0.2 + 205.5) for font property weight used for styling.] - expected: FAIL [Valid value 51% for font property stretch used for styling.] expected: FAIL @@ -188,11 +177,6 @@ [Value italic 90deg must not be accepted as style in @font-face.] expected: FAIL - [Valid value calc(0 - 100) for font property weight used for styling.] - expected: FAIL - - [Valid value calc(200 + 801) for font property weight used for styling.] - expected: FAIL [Valid value 0% for font property stretch used for styling.] expected: FAIL diff --git a/tests/wpt/metadata/css/css-fonts/variations/font-shorthand.html.ini b/tests/wpt/metadata/css/css-fonts/variations/font-shorthand.html.ini index 30c11241f69..d5b00dbcfa7 100644 --- a/tests/wpt/metadata/css/css-fonts/variations/font-shorthand.html.ini +++ b/tests/wpt/metadata/css/css-fonts/variations/font-shorthand.html.ini @@ -1,15 +1,4 @@ [font-shorthand.html] - [Font shorthand: Font weight specified as number] - expected: FAIL - - [Font shorthand: Font weight specified as calc()] - expected: FAIL - - [Font shorthand: Font weight specified as calc(), value smaller than 1] - expected: FAIL - - [Font shorthand: Font weight specified as calc(), value greater than 1000] - expected: FAIL [Font shorthand: 'oblique' with positive angle] expected: FAIL @@ -17,27 +6,15 @@ [Font shorthand: 'oblique' with negative angle] expected: FAIL - [Font shorthand: 'oblique' followed by valid small weight] - expected: FAIL - [Font shorthand: 'oblique' with positive angle followed by valid weight] expected: FAIL [Font shorthand: 'oblique' with negative angle followed by valid weight] expected: FAIL - [Font shorthand: 'oblique' followed by valid calc() weight] - expected: FAIL - [Font shorthand: 'oblique' with angle followed by valid calc() weight] expected: FAIL - [Font shorthand: 'oblique' followed by a to-be-clamped calc() weight] - expected: FAIL - - [Font shorthand: calc() weight folowed by 'oblique'] - expected: FAIL - [Font shorthand: calc() weight folowed by 'oblique' and slant angle] expected: FAIL diff --git a/tests/wpt/metadata/css/css-fonts/variations/font-weight-lighter-bolder.html.ini b/tests/wpt/metadata/css/css-fonts/variations/font-weight-lighter-bolder.html.ini deleted file mode 100644 index 1ef0aa9b30c..00000000000 --- a/tests/wpt/metadata/css/css-fonts/variations/font-weight-lighter-bolder.html.ini +++ /dev/null @@ -1,40 +0,0 @@ -[font-weight-lighter-bolder.html] - [Test lighter font-weight for base weight 99] - expected: FAIL - - [Test bolder font-weight for base weight 99] - expected: FAIL - - [Test bolder font-weight for base weight 349] - expected: FAIL - - [Test lighter font-weight for base weight 550] - expected: FAIL - - [Test bolder font-weight for base weight 550] - expected: FAIL - - [Test lighter font-weight for base weight 749] - expected: FAIL - - [Test bolder font-weight for base weight 749] - expected: FAIL - - [Test lighter font-weight for base weight 750] - expected: FAIL - - [Test bolder font-weight for base weight 750] - expected: FAIL - - [Test lighter font-weight for base weight 899] - expected: FAIL - - [Test bolder font-weight for base weight 899] - expected: FAIL - - [Test lighter font-weight for base weight 901] - expected: FAIL - - [Test bolder font-weight for base weight 901] - expected: FAIL - diff --git a/tests/wpt/metadata/css/css-fonts/variations/font-weight-parsing.html.ini b/tests/wpt/metadata/css/css-fonts/variations/font-weight-parsing.html.ini deleted file mode 100644 index 05e9036381d..00000000000 --- a/tests/wpt/metadata/css/css-fonts/variations/font-weight-parsing.html.ini +++ /dev/null @@ -1,55 +0,0 @@ -[font-weight-parsing.html] - [@supports: Values that are not multiple of 100 should be parsed successfully] - expected: FAIL - - [@supports: Non-integer Values should be parsed successfully] - expected: FAIL - - [@supports: Minimum allowed value should be parsed successfully] - expected: FAIL - - [@supports: Maximum allowed value should be parsed successfully] - expected: FAIL - - [@supports: Simple calc value] - expected: FAIL - - [@supports: Negative simple calc value (to be clamped)] - expected: FAIL - - [@supports: Out-of-range simple calc value (to be clamped)] - expected: FAIL - - [@supports: Valid calc expression] - expected: FAIL - - [@supports: Valid calc expression with out-of-range value (to be clamped)] - expected: FAIL - - [Computed style: Values that are not multiple of 100 should be parsed successfully] - expected: FAIL - - [Computed style: Non-integer Values should be parsed successfully] - expected: FAIL - - [Computed style: Minimum allowed value should be parsed successfully] - expected: FAIL - - [Computed style: Maximum allowed value should be parsed successfully] - expected: FAIL - - [Computed style: Simple calc value] - expected: FAIL - - [Computed style: Negative simple calc value (to be clamped)] - expected: FAIL - - [Computed style: Out-of-range simple calc value (to be clamped)] - expected: FAIL - - [Computed style: Valid calc expression] - expected: FAIL - - [Computed style: Valid calc expression with out-of-range value (to be clamped)] - expected: FAIL -