mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement flexbox reordering
Add style property for order and implement reordering by this property in flex flow. Based on previous work by @zentner-kyle.
This commit is contained in:
parent
b214205ba9
commit
3580f91291
10 changed files with 96 additions and 69 deletions
|
@ -1,3 +0,0 @@
|
|||
[flexbox_computedstyle_order-inherit.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[flexbox_computedstyle_order-integer.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[flexbox_computedstyle_order-invalid.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[flexbox_computedstyle_order-negative.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[flexbox_computedstyle_order.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,5 +0,0 @@
|
|||
[order_value.htm]
|
||||
type: testharness
|
||||
[CSS Flexible Box Test: order_check]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue