Update test expectations.

This commit is contained in:
Emilio Cobos Álvarez 2018-04-28 10:25:27 +02:00
parent 8146850215
commit 1eec31ace0
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 3 additions and 189 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -3,6 +3,3 @@
[font-style animation]
expected: TIMEOUT
[font-style transition]
expected: FAIL

View file

@ -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

View file

@ -50,6 +50,9 @@
[Testing 'font-size-adjust'.]
expected: FAIL
[Testing 'font-stretch'.]
expected: FAIL
[Testing 'glyph-orientation-horizontal'.]
expected: FAIL