mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add tests and small fixes for flexbox shorthands
This commit is contained in:
parent
7badba01ea
commit
595eed166f
21 changed files with 22 additions and 129 deletions
|
@ -0,0 +1,3 @@
|
|||
[css-flexbox-column-reverse.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-column-nowrap.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: column nowrap]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-column-reverse-nowrap.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: column-reverse nowrap]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-column-reverse-wrap.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: column-reverse wrap]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-column-reverse.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: column-reverse]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-column-wrap-reverse.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: column wrap-reverse]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-column-wrap.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: column wrap]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-column.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: column]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-row-reverse-nowrap.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: row-reverse nowrap]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-row-reverse-wrap-reverse.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: row-reverse wrap-reverse]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-row-reverse-wrap.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: row-reverse wrap]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-row-reverse.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: row-reverse]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-row-wrap-reverse.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: row wrap-reverse]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-row-wrap.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: row wrap]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-flow-wrap.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex-flow: wrap]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-shorthand-auto.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex: auto]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-shorthand-none.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex: auto]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-shorthand-number.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex: number]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[flexbox_computedstyle_flex-shorthand.htm]
|
||||
type: testharness
|
||||
[flexbox | computed style | flex: invalid]
|
||||
expected: FAIL
|
||||
|
|
@ -9,9 +9,6 @@
|
|||
[.flexbox 3]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 4]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 5]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue