Update test expectations.

This commit is contained in:
Emilio Cobos Álvarez 2018-04-25 16:46:36 +02:00
parent 91c3214772
commit cf8f371bdb
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 0 additions and 134 deletions

View file

@ -1,15 +1,4 @@
[font-parse-numeric-stretch-style-weight.html] [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.] [Valid value 51% for font property stretch used for styling.]
expected: FAIL expected: FAIL
@ -188,11 +177,6 @@
[Value italic 90deg must not be accepted as style in @font-face.] [Value italic 90deg must not be accepted as style in @font-face.]
expected: FAIL 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.] [Valid value 0% for font property stretch used for styling.]
expected: FAIL expected: FAIL

View file

@ -1,15 +1,4 @@
[font-shorthand.html] [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] [Font shorthand: 'oblique' with positive angle]
expected: FAIL expected: FAIL
@ -17,27 +6,15 @@
[Font shorthand: 'oblique' with negative angle] [Font shorthand: 'oblique' with negative angle]
expected: FAIL expected: FAIL
[Font shorthand: 'oblique' followed by valid small weight]
expected: FAIL
[Font shorthand: 'oblique' with positive angle followed by valid weight] [Font shorthand: 'oblique' with positive angle followed by valid weight]
expected: FAIL expected: FAIL
[Font shorthand: 'oblique' with negative angle followed by valid weight] [Font shorthand: 'oblique' with negative angle followed by valid weight]
expected: FAIL expected: FAIL
[Font shorthand: 'oblique' followed by valid calc() weight]
expected: FAIL
[Font shorthand: 'oblique' with angle followed by valid calc() weight] [Font shorthand: 'oblique' with angle followed by valid calc() weight]
expected: FAIL 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] [Font shorthand: calc() weight folowed by 'oblique' and slant angle]
expected: FAIL expected: FAIL

View file

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

View file

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