From 1eec31ace044963ff15e43e4edf2fe42aaa8ebdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 28 Apr 2018 10:25:27 +0200 Subject: [PATCH] Update test expectations. --- ...arse-numeric-stretch-style-weight.html.ini | 28 ------ .../variations/font-shorthand.html.ini | 23 ----- .../variations/font-stretch.html.ini | 92 ------------------- .../font-style-interpolation.html.ini | 3 - .../variations/font-style-parsing.html.ini | 43 --------- .../variable-presentation-attribute.html.ini | 3 + 6 files changed, 3 insertions(+), 189 deletions(-) delete mode 100644 tests/wpt/metadata/css/css-fonts/variations/font-shorthand.html.ini delete mode 100644 tests/wpt/metadata/css/css-fonts/variations/font-style-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 fd3c630cff5..ce924174648 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,26 +1,5 @@ [font-parse-numeric-stretch-style-weight.html] - [Valid value 51% for font property stretch used for styling.] - expected: FAIL - - [Valid value 199% for font property stretch used for styling.] - expected: FAIL - - [Valid value calc(10% + 20%) for font property stretch used for styling.] - expected: FAIL - - [Valid value oblique 50deg for font property style used for styling.] - expected: FAIL - - [Valid value oblique -90deg for font property style used for styling.] - expected: FAIL - - [Valid value oblique 90deg for font property style used for styling.] - expected: FAIL - - [Valid value oblique calc(30deg + 20deg) for font property style used for styling.] - expected: FAIL - [Valid value 100 matches 100 for weight in @font-face.] expected: FAIL @@ -177,13 +156,6 @@ [Value italic 90deg must not be accepted as style in @font-face.] expected: FAIL - - [Valid value 0% for font property stretch used for styling.] - expected: FAIL - - [Valid value oblique calc(90deg + 20deg) for font property style used for styling.] - expected: FAIL - [Valid value 500 400 matches 500 400 for weight in @font-face.] 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 deleted file mode 100644 index d5b00dbcfa7..00000000000 --- a/tests/wpt/metadata/css/css-fonts/variations/font-shorthand.html.ini +++ /dev/null @@ -1,23 +0,0 @@ -[font-shorthand.html] - - [Font shorthand: 'oblique' with positive angle] - expected: FAIL - - [Font shorthand: 'oblique' with negative angle] - 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' with angle followed by valid calc() weight] - expected: FAIL - - [Font shorthand: calc() weight folowed by 'oblique' and slant angle] - expected: FAIL - - [Font shorthand: To-be-clamped calc() weight folowed by 'oblique' and slant angle] - expected: FAIL - diff --git a/tests/wpt/metadata/css/css-fonts/variations/font-stretch.html.ini b/tests/wpt/metadata/css/css-fonts/variations/font-stretch.html.ini index 934fe5409e8..3412ec0c36c 100644 --- a/tests/wpt/metadata/css/css-fonts/variations/font-stretch.html.ini +++ b/tests/wpt/metadata/css/css-fonts/variations/font-stretch.html.ini @@ -1,97 +1,5 @@ [font-stretch.html] - [@supports: 0% - zero is legal] - expected: FAIL - - [@getComputedStyle: 0% - zero is legal] - expected: FAIL - - [@supports: 1% - legal percentage] - expected: FAIL - - [@getComputedStyle: 1% - legal percentage] - expected: FAIL - - [@supports: 10% - legal percentage] - expected: FAIL - - [@getComputedStyle: 10% - legal percentage] - expected: FAIL - - [@supports: 100% - legal percentage] - expected: FAIL - - [@getComputedStyle: 100% - legal percentage] - expected: FAIL - - [@supports: 1000% - legal percentage] - expected: FAIL - - [@getComputedStyle: 1000% - legal percentage] - expected: FAIL - - [@supports: 1e9% - huge legal percentage] - expected: FAIL [@getComputedStyle: 1e9% - huge legal percentage] expected: FAIL - [@getComputedStyle: ultra-condensed - legal enum] - expected: FAIL - - [@getComputedStyle: extra-condensed - legal enum] - expected: FAIL - - [@getComputedStyle: condensed - legal enum] - expected: FAIL - - [@getComputedStyle: semi-condensed - legal enum] - expected: FAIL - - [@getComputedStyle: normal - legal enum] - expected: FAIL - - [@getComputedStyle: semi-expanded - legal enum] - expected: FAIL - - [@getComputedStyle: expanded - legal enum] - expected: FAIL - - [@getComputedStyle: extra-expanded - legal enum] - expected: FAIL - - [@getComputedStyle: ultra-expanded - legal enum] - expected: FAIL - - [@supports: calc(200.5%) - Simple calc value] - expected: FAIL - - [@getComputedStyle: calc(200.5%) - Simple calc value] - expected: FAIL - - [@supports: calc(50%*2 - 20%) - Valid calc expression] - expected: FAIL - - [@getComputedStyle: calc(50%*2 - 20%) - Valid calc expression] - expected: FAIL - - [@supports: calc(-100%) - Negative calc value (to be clamped)] - expected: FAIL - - [@getComputedStyle: calc(-100%) - Negative calc value (to be clamped)] - expected: FAIL - - [@supports: calc(50% - 50%*2) - Negative calc expression (to be clamped)] - expected: FAIL - - [@getComputedStyle: calc(50% - 50%*2) - Negative calc expression (to be clamped)] - expected: FAIL - - [Test font-stretch for overridden number condensed] - expected: FAIL - - [Test font-stretch for overridden enum name resolved to number condensed] - expected: FAIL - - [Test font-stretch for inherited named enum resolved to number condensed] - expected: FAIL - diff --git a/tests/wpt/metadata/css/css-fonts/variations/font-style-interpolation.html.ini b/tests/wpt/metadata/css/css-fonts/variations/font-style-interpolation.html.ini index e37fe238ce4..fd9f8617078 100644 --- a/tests/wpt/metadata/css/css-fonts/variations/font-style-interpolation.html.ini +++ b/tests/wpt/metadata/css/css-fonts/variations/font-style-interpolation.html.ini @@ -3,6 +3,3 @@ [font-style animation] expected: TIMEOUT - [font-style transition] - expected: FAIL - diff --git a/tests/wpt/metadata/css/css-fonts/variations/font-style-parsing.html.ini b/tests/wpt/metadata/css/css-fonts/variations/font-style-parsing.html.ini deleted file mode 100644 index 6653e80949f..00000000000 --- a/tests/wpt/metadata/css/css-fonts/variations/font-style-parsing.html.ini +++ /dev/null @@ -1,43 +0,0 @@ -[font-style-parsing.html] - [Font-style: 'oblique' followed by zero degrees is valid] - expected: FAIL - - [Font-style: 'oblique' followed by positive angle in degrees is valid] - expected: FAIL - - [Font-style: 'oblique' followed by positive angle in radians is valid] - expected: FAIL - - [Font-style: 'oblique' followed by positive angle in gradians is valid] - expected: FAIL - - [Font-style: 'oblique' followed by positive angle in turns is valid] - expected: FAIL - - [Font-style: 'oblique' followed by negative angle is valid] - expected: FAIL - - [Font-style: 'oblique' followed by fractional angle is valid] - expected: FAIL - - [Font-style: 'oblique' followed by maxumum 90 degree angle is valid] - expected: FAIL - - [Font-style: 'oblique' followed by minimum -90 degree angle is valid] - expected: FAIL - - [Font-style: 'oblique' followed by positive angle is valid] - expected: FAIL - - [Font-style: 'oblique' followed by calc is valid] - expected: FAIL - - [Font-style: 'oblique' followed by calc is valid even if it must be clamped (no computation)] - expected: FAIL - - [Font-style: 'oblique' followed by calc is valid even if it must be clamped (with computation)] - expected: FAIL - - [Font-style: 'oblique' followed by calc is valid even if it mixes units (with computation)] - expected: FAIL - diff --git a/tests/wpt/metadata/css/css-variables/variable-presentation-attribute.html.ini b/tests/wpt/metadata/css/css-variables/variable-presentation-attribute.html.ini index da00995e02b..bbb64382d67 100644 --- a/tests/wpt/metadata/css/css-variables/variable-presentation-attribute.html.ini +++ b/tests/wpt/metadata/css/css-variables/variable-presentation-attribute.html.ini @@ -50,6 +50,9 @@ [Testing 'font-size-adjust'.] expected: FAIL + [Testing 'font-stretch'.] + expected: FAIL + [Testing 'glyph-orientation-horizontal'.] expected: FAIL